Searched refs:touch_major (Results 1 – 2 of 2) sorted by relevance
/drivers/hid/ |
D | hid-magicmouse.c | 184 int id, x, y, size, orientation, touch_major, touch_minor, state, down; in magicmouse_emit_touch() local 192 touch_major = tdata[3]; in magicmouse_emit_touch() 202 touch_major = tdata[4]; in magicmouse_emit_touch() 265 input_report_abs(input, ABS_MT_TOUCH_MAJOR, touch_major << 2); in magicmouse_emit_touch()
|
/drivers/input/mouse/ |
D | bcm5974.c | 208 __le16 touch_major; /* touch area, major axis */ member 512 raw2int(f->touch_major) << 1); in report_finger_data() 532 int p = raw2int(f->touch_major); in report_synaptics_data() 560 if (raw2int(f[i].touch_major) == 0) in report_tp_state()
|