Searched refs:finger_id (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/input/touchscreen/
H A Dwdt87xx_i2c.c956 int finger_id; wdt87xx_report_contact() local
960 finger_id = (buf[FINGER_EV_V1_OFFSET_ID] >> 3) - 1; wdt87xx_report_contact()
961 if (finger_id < 0) wdt87xx_report_contact()
983 finger_id, x, y); wdt87xx_report_contact()
985 input_mt_slot(input, finger_id); wdt87xx_report_contact()
/linux-4.4.14/drivers/hid/
H A Dhid-logitech-hidpp.c643 u8 finger_id; member in struct:hidpp_touchpad_raw_xy_finger
720 finger->finger_id = data[6] >> 4; hidpp_touchpad_touch_event()
804 if (!touch_report->finger_id || touch_report->contact_type) wtp_touch_event()
808 slot = input_mt_get_slot_by_key(wd->input, touch_report->finger_id); wtp_touch_event()
860 .finger_id = data[2], wtp_mouse_raw_xy_event()
868 .finger_id = data[8], wtp_mouse_raw_xy_event()

Completed in 67 milliseconds