touch_report     2240 drivers/hid/hid-logitech-hidpp.c 	struct hidpp_touchpad_raw_xy_finger *touch_report)
touch_report     2245 drivers/hid/hid-logitech-hidpp.c 	if (!touch_report->finger_id || touch_report->contact_type)
touch_report     2249 drivers/hid/hid-logitech-hidpp.c 	slot = input_mt_get_slot_by_key(hidpp->input, touch_report->finger_id);
touch_report     2253 drivers/hid/hid-logitech-hidpp.c 					touch_report->contact_status);
touch_report     2254 drivers/hid/hid-logitech-hidpp.c 	if (touch_report->contact_status) {
touch_report     2256 drivers/hid/hid-logitech-hidpp.c 				touch_report->x);
touch_report     2258 drivers/hid/hid-logitech-hidpp.c 				wd->flip_y ? wd->y_size - touch_report->y :
touch_report     2259 drivers/hid/hid-logitech-hidpp.c 					     touch_report->y);
touch_report     2261 drivers/hid/hid-logitech-hidpp.c 				touch_report->area);