Searched refs:touch_major (Results 1 – 6 of 6) 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 | 201 int touch_major, pressure, x, y; in asus_report_contact_down() local 213 touch_major = MAX_TOUCH_MAJOR; in asus_report_contact_down() 216 touch_major = (data[3] >> 4) & CONTACT_TOUCH_MAJOR_MASK; in asus_report_contact_down() 220 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() argument 1049 if (touch_major > 0) { in sony_register_touchpad() 1051 0, touch_major, 0, 0); in sony_register_touchpad()
|
/linux/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()
|
H A D | apple_z2.c | 55 __le16 touch_major; member 116 le16_to_cpu(fingers[i].touch_major)); in apple_z2_parse_touches()
|
/linux/drivers/input/keyboard/ |
H A D | applespi.c | 145 * @touch_major: touch area, major axis 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()
|