Searched refs:finger_id (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/ |
| H A D | wdt87xx_i2c.c | 956 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()
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/hyn_cst2xx/ |
| H A D | hyn_cst2xx.c | 1131 u8 key_id, finger_id, sw; in cst2xx_ts_worker() local 1300 finger_id = (buf[idx] >> 4) & 0x0F; in cst2xx_ts_worker() 1319 cst2xx_touch_down(ts->input, finger_id, input_x, input_y, input_w); in cst2xx_ts_worker() 1336 cst2xx_touch_up(ts->input, finger_id); in cst2xx_ts_worker()
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/elan/ |
| H A D | elan_ts.h | 106 int finger_id; member
|
| /OK3568_Linux_fs/kernel/drivers/hid/ |
| H A D | hid-logitech-hidpp.c | 1730 u8 finger_id; member 1807 finger->finger_id = data[6] >> 4; in hidpp_touchpad_touch_event() 2430 if (!touch_report->finger_id || touch_report->contact_type) in wtp_touch_event() 2434 slot = input_mt_get_slot_by_key(hidpp->input, touch_report->finger_id); in wtp_touch_event() 2485 .finger_id = data[2], in wtp_mouse_raw_xy_event() 2493 .finger_id = data[8], in wtp_mouse_raw_xy_event()
|