Home
last modified time | relevance | path

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

/linux/drivers/input/mouse/
H A Dbcm5974.c229 __le16 touch_major; /* touch area, major axis */ member
574 raw2int(f->touch_major) << 1); in report_finger_data()
594 int p = raw2int(f->touch_major); in report_synaptics_data()
621 if (raw2int(f->touch_major) == 0) in report_tp_state()
/linux/drivers/input/touchscreen/
H A Dmelfas_mip4.c475 u8 touch_major; in mip4_report_touch() local
492 touch_major = packet[5]; in mip4_report_touch()
495 touch_major = packet[6]; in mip4_report_touch()
514 touch_major = packet[9]; in mip4_report_touch()
535 input_report_abs(ts->input, ABS_MT_TOUCH_MAJOR, touch_major); in mip4_report_touch()
H A Dapple_z2.c56 __le16 touch_major; member
117 le16_to_cpu(fingers[i].touch_major)); in apple_z2_parse_touches()
/linux/drivers/input/keyboard/
H A Dapplespi.c163 __le16 touch_major; member
1002 le16_to_int(f->touch_major) << 1); in report_finger_data()
1032 if (le16_to_int(f->touch_major) == 0) in report_tp_state()