Searched refs:touch_major (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/hid/ |
| H A D | hid-magicmouse.c | 217 int id, x, y, size, orientation, touch_major, touch_minor, state, down; in magicmouse_emit_touch() local 228 touch_major = tdata[3]; in magicmouse_emit_touch() 240 touch_major = tdata[4]; in magicmouse_emit_touch() 251 touch_major = tdata[4]; in magicmouse_emit_touch() 361 input_report_abs(input, ABS_MT_TOUCH_MAJOR, touch_major << 2); in magicmouse_emit_touch()
|
| H A D | hid-asus.c | 218 int touch_major, pressure, x, y; in asus_report_contact_down() local 230 touch_major = MAX_TOUCH_MAJOR; in asus_report_contact_down() 233 touch_major = (data[3] >> 4) & CONTACT_TOUCH_MAJOR_MASK; in asus_report_contact_down() 237 input_report_abs(input, ABS_MT_TOUCH_MAJOR, touch_major); in asus_report_contact_down()
|
| /linux/drivers/input/mouse/ |
| H A D | bcm5974.c | 229 __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 D | apple_z2.c | 56 __le16 touch_major; member 117 le16_to_cpu(fingers[i].touch_major)); in apple_z2_parse_touches()
|
| /linux/drivers/input/keyboard/ |
| H A D | applespi.c | 163 __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()
|