Searched refs:tilt (Results 1 – 3 of 3) sorted by relevance
210 const __s8 tilt, const __u16 (*compensation_table)[128]) in compensate_coordinates_by_tilt() argument217 …__u8 direction = tilt > 0 ? 0 : 1; /* Positive tilt means we need to subtract the compensation (vs… in compensate_coordinates_by_tilt()218 __u8 angle = tilt > 0 ? tilt : -tilt; in compensate_coordinates_by_tilt()
156 uint8_t tilt; /* right = 1, left = -1 */
862 if (memcmp(&kone->last_mouse_event.tilt, &event->tilt, 5)) in kone_raw_event()
Completed in 10 milliseconds