Home
last modified time | relevance | path

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

/linux/drivers/input/touchscreen/
H A Dmelfas_mip4.c476 u8 touch_minor; in mip4_report_touch() local
493 touch_minor = packet[5]; in mip4_report_touch()
496 touch_minor = packet[7]; in mip4_report_touch()
515 touch_minor = packet[10]; in mip4_report_touch()
536 input_report_abs(ts->input, ABS_MT_TOUCH_MINOR, touch_minor); in mip4_report_touch()
H A Dapple_z2.c57 __le16 touch_minor; member
119 le16_to_cpu(fingers[i].touch_minor)); in apple_z2_parse_touches()
/linux/drivers/input/mouse/
H A Dbcm5974.c230 __le16 touch_minor; /* touch area, minor axis */ member
576 raw2int(f->touch_minor) << 1); in report_finger_data()
/linux/drivers/input/keyboard/
H A Dapplespi.c164 __le16 touch_minor; member
1004 le16_to_int(f->touch_minor) << 1); in report_finger_data()