Searched refs:touch_minor (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/hid/
H A Dhid-magicmouse.c216 int id, x, y, size, orientation, touch_major, touch_minor, state, down; local
227 touch_minor = tdata[4];
237 touch_minor = tdata[5];
248 touch_minor = tdata[5];
357 input_report_abs(input, ABS_MT_TOUCH_MINOR, touch_minor << 2);
H A Dhid-sony.c1009 int w, int h, int touch_major, int touch_minor, int orientation)
1052 if (touch_minor > 0)
1054 0, touch_minor, 0, 0);
1008 sony_register_touchpad(struct sony_sc *sc, int touch_count, int w, int h, int touch_major, int touch_minor, int orientation) argument
/linux-master/drivers/input/touchscreen/
H A Dmelfas_mip4.c476 u8 touch_minor; local
493 touch_minor = packet[5];
496 touch_minor = packet[7];
515 touch_minor = packet[10];
536 input_report_abs(ts->input, ABS_MT_TOUCH_MINOR, touch_minor);
/linux-master/drivers/input/mouse/
H A Dbcm5974.c230 __le16 touch_minor; /* touch area, minor axis */ member in struct:tp_finger
574 raw2int(f->touch_minor) << 1);
/linux-master/drivers/input/keyboard/
H A Dapplespi.c146 * @touch_minor: touch area, minor axis
164 __le16 touch_minor; member in struct:tp_finger
1023 le16_to_int(f->touch_minor) << 1);

Completed in 132 milliseconds