Home
last modified time | relevance | path

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

/drivers/hid/bpf/progs/
A DXPPen__ArtistPro16Gen2.bpf.c210 const __s8 tilt, const __u16 (*compensation_table)[128]) in compensate_coordinates_by_tilt() argument
217 …__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()
/drivers/hid/
A Dhid-roccat-kone.h156 uint8_t tilt; /* right = 1, left = -1 */
A Dhid-roccat-kone.c862 if (memcmp(&kone->last_mouse_event.tilt, &event->tilt, 5)) in kone_raw_event()

Completed in 10 milliseconds