Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hid/
H A Dhid-waltop.c689 s8 sign_x = tilt_x >= 0 ? 1 : -1; in waltop_raw_event() local
692 tilt_x *= sign_x; in waltop_raw_event()
711 data[8] = tilt_to_radians[tilt_x] * sign_x; in waltop_raw_event()