Searched refs:touch_minor (Results 1 – 6 of 6) sorted by relevance
| /drivers/hid/ |
| A D | hid-magicmouse.c | 217 int id, x, y, size, orientation, touch_major, touch_minor, state, down; in magicmouse_emit_touch() local 229 touch_minor = tdata[4]; in magicmouse_emit_touch() 241 touch_minor = tdata[5]; in magicmouse_emit_touch() 252 touch_minor = tdata[5]; in magicmouse_emit_touch() 362 input_report_abs(input, ABS_MT_TOUCH_MINOR, touch_minor << 2); in magicmouse_emit_touch()
|
| A D | hid-sony.c | 1009 int w, int h, int touch_major, int touch_minor, int orientation) in sony_register_touchpad() argument 1052 if (touch_minor > 0) in sony_register_touchpad() 1054 0, touch_minor, 0, 0); in sony_register_touchpad()
|
| /drivers/input/touchscreen/ |
| A D | melfas_mip4.c | 476 u8 touch_minor; in mip4_report_touch() local 493 touch_minor = packet[5]; in mip4_report_touch() 496 touch_minor = packet[7]; in mip4_report_touch() 515 touch_minor = packet[10]; in mip4_report_touch() 536 input_report_abs(ts->input, ABS_MT_TOUCH_MINOR, touch_minor); in mip4_report_touch()
|
| A D | apple_z2.c | 56 __le16 touch_minor; member 118 le16_to_cpu(fingers[i].touch_minor)); in apple_z2_parse_touches()
|
| /drivers/input/mouse/ |
| A D | bcm5974.c | 230 __le16 touch_minor; /* touch area, minor axis */ member 574 raw2int(f->touch_minor) << 1); in report_finger_data()
|
| /drivers/input/keyboard/ |
| A D | applespi.c | 164 __le16 touch_minor; member 1004 le16_to_int(f->touch_minor) << 1); in report_finger_data()
|
Completed in 26 milliseconds