Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hid/
Dhid-magicmouse.c185 int id, x, y, size, orientation, touch_major, touch_minor, state, down; in magicmouse_emit_touch() local
193 touch_major = tdata[3]; in magicmouse_emit_touch()
203 touch_major = tdata[4]; in magicmouse_emit_touch()
266 input_report_abs(input, ABS_MT_TOUCH_MAJOR, touch_major << 2); in magicmouse_emit_touch()
Dhid-asus.c154 int touch_major, pressure, x, y; in asus_report_contact_down() local
166 touch_major = MAX_TOUCH_MAJOR; in asus_report_contact_down()
169 touch_major = (data[3] >> 4) & CONTACT_TOUCH_MAJOR_MASK; in asus_report_contact_down()
173 input_report_abs(input, ABS_MT_TOUCH_MAJOR, touch_major); in asus_report_contact_down()
Dhid-sony.c1350 int w, int h, int touch_major, int touch_minor, int orientation) in sony_register_touchpad() argument
1387 if (touch_major > 0) { in sony_register_touchpad()
1389 0, touch_major, 0, 0); in sony_register_touchpad()
/Linux-v4.19/drivers/input/mouse/
Dbcm5974.c243 __le16 touch_major; /* touch area, major axis */ member
586 raw2int(f->touch_major) << 1); in report_finger_data()
606 int p = raw2int(f->touch_major); in report_synaptics_data()
633 if (raw2int(f->touch_major) == 0) in report_tp_state()
/Linux-v4.19/drivers/input/touchscreen/
Dmelfas_mip4.c484 u8 touch_major; in mip4_report_touch() local
501 touch_major = packet[5]; in mip4_report_touch()
504 touch_major = packet[6]; in mip4_report_touch()
523 touch_major = packet[9]; in mip4_report_touch()
541 input_report_abs(ts->input, ABS_MT_TOUCH_MAJOR, touch_major); in mip4_report_touch()