Home
last modified time | relevance | path

Searched refs:touch_minor (Results 1 – 2 of 2) sorted by relevance

/drivers/hid/
Dhid-magicmouse.c184 int id, x, y, size, orientation, touch_major, touch_minor, state, down; in magicmouse_emit_touch() local
193 touch_minor = tdata[4]; in magicmouse_emit_touch()
203 touch_minor = tdata[5]; in magicmouse_emit_touch()
266 input_report_abs(input, ABS_MT_TOUCH_MINOR, touch_minor << 2); in magicmouse_emit_touch()
/drivers/input/mouse/
Dbcm5974.c244 __le16 touch_minor; /* touch area, minor axis */ member
588 raw2int(f->touch_minor) << 1); in report_finger_data()