finger_id        1545 drivers/hid/hid-logitech-hidpp.c 	u8 finger_id;
finger_id        1622 drivers/hid/hid-logitech-hidpp.c 	finger->finger_id = data[6] >> 4;
finger_id        2245 drivers/hid/hid-logitech-hidpp.c 	if (!touch_report->finger_id || touch_report->contact_type)
finger_id        2249 drivers/hid/hid-logitech-hidpp.c 	slot = input_mt_get_slot_by_key(hidpp->input, touch_report->finger_id);
finger_id        2300 drivers/hid/hid-logitech-hidpp.c 				.finger_id = data[2],
finger_id        2308 drivers/hid/hid-logitech-hidpp.c 				.finger_id = data[8],
finger_id         956 drivers/input/touchscreen/wdt87xx_i2c.c 	int finger_id;
finger_id         960 drivers/input/touchscreen/wdt87xx_i2c.c 	finger_id = (buf[FINGER_EV_V1_OFFSET_ID] >> 3) - 1;
finger_id         961 drivers/input/touchscreen/wdt87xx_i2c.c 	if (finger_id < 0)
finger_id         983 drivers/input/touchscreen/wdt87xx_i2c.c 		finger_id, x, y);
finger_id         985 drivers/input/touchscreen/wdt87xx_i2c.c 	input_mt_slot(input, finger_id);