Home
last modified time | relevance | path

Searched refs:touch_major (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/drivers/hid/
Dhid-magicmouse.c185 int id, x, y, size, orientation, touch_major, touch_minor, state, down; in magicmouse_emit_touch() local
193 touch_major = tdata[3]; in magicmouse_emit_touch()
203 touch_major = tdata[4]; in magicmouse_emit_touch()
266 input_report_abs(input, ABS_MT_TOUCH_MAJOR, touch_major << 2); in magicmouse_emit_touch()
Dhid-asus.c155 int touch_major, pressure, x, y; in asus_report_contact_down() local
167 touch_major = MAX_TOUCH_MAJOR; in asus_report_contact_down()
170 touch_major = (data[3] >> 4) & CONTACT_TOUCH_MAJOR_MASK; in asus_report_contact_down()
174 input_report_abs(input, ABS_MT_TOUCH_MAJOR, touch_major); in asus_report_contact_down()
Dhid-sony.c1371 int w, int h, int touch_major, int touch_minor, int orientation) in sony_register_touchpad() argument
1408 if (touch_major > 0) { in sony_register_touchpad()
1410 0, touch_major, 0, 0); in sony_register_touchpad()