Searched refs:sign_x (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/hid/
H A Dhid-waltop.c728 s8 sign_x = tilt_x >= 0 ? 1 : -1; waltop_raw_event() local
731 tilt_x *= sign_x; waltop_raw_event()
750 data[8] = tilt_to_radians[tilt_x] * sign_x; waltop_raw_event()

Completed in 52 milliseconds