Home
last modified time | relevance | path

Searched refs:finger_id (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/input/touchscreen/
H A Dhynitron_cstxxx.c293 u8 finger_id, sw, w; in cst3xx_touch_report() local
335 finger_id = (buf[idx] >> 4) & 0x0f; in cst3xx_touch_report()
338 if (ts_data->chip->max_touch_num < finger_id) { in cst3xx_touch_report()
345 cst3xx_report_contact(ts_data, finger_id, x, y, w); in cst3xx_touch_report()
H A Dwdt87xx_i2c.c956 int finger_id; in wdt87xx_report_contact() local
960 finger_id = (buf[FINGER_EV_V1_OFFSET_ID] >> 3) - 1; in wdt87xx_report_contact()
961 if (finger_id < 0) in wdt87xx_report_contact()
983 finger_id, x, y); in wdt87xx_report_contact()
985 input_mt_slot(input, finger_id); in wdt87xx_report_contact()
/openbmc/linux/drivers/hid/
H A Dhid-logitech-hidpp.c2274 u8 finger_id; member
2351 finger->finger_id = data[6] >> 4; in hidpp_touchpad_touch_event()
2980 if (!touch_report->finger_id || touch_report->contact_type) in wtp_touch_event()
2984 slot = input_mt_get_slot_by_key(hidpp->input, touch_report->finger_id); in wtp_touch_event()
3035 .finger_id = data[2], in wtp_mouse_raw_xy_event()
3043 .finger_id = data[8], in wtp_mouse_raw_xy_event()