/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-magicmouse.c | 195 int id, x, y, size, orientation, touch_major, touch_minor, state, down; in magicmouse_emit_touch() local 204 touch_major = tdata[3]; in magicmouse_emit_touch() 214 touch_major = tdata[4]; in magicmouse_emit_touch() 225 touch_major = tdata[4]; in magicmouse_emit_touch() 289 input_report_abs(input, ABS_MT_TOUCH_MAJOR, touch_major << 2); in magicmouse_emit_touch()
|
H A D | hid-asus.c | 192 int touch_major, pressure, x, y; in asus_report_contact_down() local 204 touch_major = MAX_TOUCH_MAJOR; in asus_report_contact_down() 207 touch_major = (data[3] >> 4) & CONTACT_TOUCH_MAJOR_MASK; in asus_report_contact_down() 211 input_report_abs(input, ABS_MT_TOUCH_MAJOR, touch_major); in asus_report_contact_down()
|
H A D | hid-sony.c | 1369 int w, int h, int touch_major, int touch_minor, int orientation) in sony_register_touchpad() 1406 if (touch_major > 0) { in sony_register_touchpad() 1408 0, touch_major, 0, 0); in sony_register_touchpad() 1368 sony_register_touchpad(struct sony_sc *sc, int touch_count, int w, int h, int touch_major, int touch_minor, int orientation) sony_register_touchpad() argument
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-magicmouse.c | 213 int id, x, y, size, orientation, touch_major, touch_minor, state, down; in magicmouse_emit_touch() local 223 touch_major = tdata[3]; in magicmouse_emit_touch() 233 touch_major = tdata[4]; in magicmouse_emit_touch() 244 touch_major = tdata[4]; in magicmouse_emit_touch() 353 input_report_abs(input, ABS_MT_TOUCH_MAJOR, touch_major << 2); in magicmouse_emit_touch()
|
H A D | hid-asus.c | 196 int touch_major, pressure, x, y; in asus_report_contact_down() local 208 touch_major = MAX_TOUCH_MAJOR; in asus_report_contact_down() 211 touch_major = (data[3] >> 4) & CONTACT_TOUCH_MAJOR_MASK; in asus_report_contact_down() 215 input_report_abs(input, ABS_MT_TOUCH_MAJOR, touch_major); in asus_report_contact_down()
|
H A D | hid-sony.c | 1009 int w, int h, int touch_major, int touch_minor, int orientation) in sony_register_touchpad() 1049 if (touch_major > 0) { in sony_register_touchpad() 1051 0, touch_major, 0, 0); in sony_register_touchpad() 1008 sony_register_touchpad(struct sony_sc *sc, int touch_count, int w, int h, int touch_major, int touch_minor, int orientation) sony_register_touchpad() argument
|
/kernel/linux/linux-5.10/drivers/input/mouse/ |
H A D | bcm5974.c | 229 __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()
|
/kernel/linux/linux-6.6/drivers/input/mouse/ |
H A D | bcm5974.c | 229 __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()
|
/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
H A D | melfas_mip4.c | 475 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() 532 input_report_abs(ts->input, ABS_MT_TOUCH_MAJOR, touch_major); in mip4_report_touch()
|
/kernel/linux/linux-6.6/drivers/input/touchscreen/ |
H A D | melfas_mip4.c | 475 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()
|
/kernel/linux/linux-5.10/drivers/input/keyboard/ |
H A D | applespi.c | 145 * @touch_major: touch area, major axis 163 __le16 touch_major; member 1006 le16_to_int(f->touch_major) << 1); in report_finger_data() 1036 if (le16_to_int(f->touch_major) == 0) in report_tp_state()
|
/kernel/linux/linux-6.6/drivers/input/keyboard/ |
H A D | applespi.c | 145 * @touch_major: touch area, major axis 163 __le16 touch_major; member 1021 le16_to_int(f->touch_major) << 1); in report_finger_data() 1051 if (le16_to_int(f->touch_major) == 0) in report_tp_state()
|