Home
last modified time | relevance | path

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

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