Searched refs:finger_id (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/input/touchscreen/ |
| H A D | hynitron_cstxxx.c | 292 u8 finger_id, sw, w; in cst3xx_touch_report() local 340 finger_id = (buf[idx] >> 4) & 0x0f; in cst3xx_touch_report() 343 if (finger_id >= ts_data->chip->max_touch_num) { in cst3xx_touch_report() 345 "cst3xx invalid finger id %d\n", finger_id); in cst3xx_touch_report() 351 cst3xx_report_contact(ts_data, finger_id, x, y, w); in cst3xx_touch_report()
|
| H A D | wdt87xx_i2c.c | 951 int finger_id; in wdt87xx_report_contact() local 955 finger_id = (buf[FINGER_EV_V1_OFFSET_ID] >> 3) - 1; in wdt87xx_report_contact() 956 if (finger_id < 0) in wdt87xx_report_contact() 978 finger_id, x, y); in wdt87xx_report_contact() 980 input_mt_slot(input, finger_id); in wdt87xx_report_contact()
|