Home
last modified time | relevance | path

Searched refs:touch_minor (Results 1 – 4 of 4) 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
194 touch_minor = tdata[4]; in magicmouse_emit_touch()
204 touch_minor = tdata[5]; in magicmouse_emit_touch()
267 input_report_abs(input, ABS_MT_TOUCH_MINOR, touch_minor << 2); in magicmouse_emit_touch()
Dhid-sony.c1350 int w, int h, int touch_major, int touch_minor, int orientation) in sony_register_touchpad() argument
1390 if (touch_minor > 0) in sony_register_touchpad()
1392 0, touch_minor, 0, 0); in sony_register_touchpad()
/Linux-v4.19/drivers/input/touchscreen/
Dmelfas_mip4.c485 u8 touch_minor; in mip4_report_touch() local
502 touch_minor = packet[5]; in mip4_report_touch()
505 touch_minor = packet[7]; in mip4_report_touch()
524 touch_minor = packet[10]; in mip4_report_touch()
542 input_report_abs(ts->input, ABS_MT_TOUCH_MINOR, touch_minor); in mip4_report_touch()
/Linux-v4.19/drivers/input/mouse/
Dbcm5974.c244 __le16 touch_minor; /* touch area, minor axis */ member
588 raw2int(f->touch_minor) << 1); in report_finger_data()