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
572 raw2int(f->touch_major) << 1); in report_finger_data()
592 int p = raw2int(f->touch_major); in report_synaptics_data()
619 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()
/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()
/linux/drivers/hid/
H A Dhid-sony.c1009 int w, int h, int touch_major, int touch_minor, int orientation) in sony_register_touchpad() argument
1049 if (touch_major > 0) { in sony_register_touchpad()
1051 0, touch_major, 0, 0); in sony_register_touchpad()