Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-logitech-hidpp.c2425 struct hidpp_touchpad_raw_xy_finger *touch_report) in wtp_touch_event() argument
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()
2438 touch_report->contact_status); in wtp_touch_event()
2439 if (touch_report->contact_status) { in wtp_touch_event()
2441 touch_report->x); in wtp_touch_event()
2443 wd->flip_y ? wd->y_size - touch_report->y : in wtp_touch_event()
2444 touch_report->y); in wtp_touch_event()
2446 touch_report->area); in wtp_touch_event()