Searched refs:touch_major (Results 1 - 6 of 6) 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
226 touch_major = tdata[3];
236 touch_major = tdata[4];
247 touch_major = tdata[4];
356 input_report_abs(input, ABS_MT_TOUCH_MAJOR, touch_major << 2);
H A Dhid-asus.c196 int touch_major, pressure, x, y; local
208 touch_major = MAX_TOUCH_MAJOR;
211 touch_major = (data[3] >> 4) & CONTACT_TOUCH_MAJOR_MASK;
215 input_report_abs(input, ABS_MT_TOUCH_MAJOR, touch_major);
H A Dhid-sony.c1009 int w, int h, int touch_major, int touch_minor, int orientation)
1049 if (touch_major > 0) {
1051 0, touch_major, 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/mouse/
H A Dbcm5974.c229 __le16 touch_major; /* touch area, major axis */ member in struct:tp_finger
572 raw2int(f->touch_major) << 1);
592 int p = raw2int(f->touch_major);
619 if (raw2int(f->touch_major) == 0)
/linux-master/drivers/input/touchscreen/
H A Dmelfas_mip4.c475 u8 touch_major; local
492 touch_major = packet[5];
495 touch_major = packet[6];
514 touch_major = packet[9];
535 input_report_abs(ts->input, ABS_MT_TOUCH_MAJOR, touch_major);
/linux-master/drivers/input/keyboard/
H A Dapplespi.c145 * @touch_major: touch area, major axis
163 __le16 touch_major; member in struct:tp_finger
1021 le16_to_int(f->touch_major) << 1);
1051 if (le16_to_int(f->touch_major) == 0)

Completed in 140 milliseconds