Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/hid/
Dhid-logitech-hidpp.c743 struct hidpp_touchpad_raw_xy_finger *touch_report) in wtp_touch_event() argument
747 if (!touch_report->finger_id || touch_report->contact_type) in wtp_touch_event()
751 slot = input_mt_get_slot_by_key(wd->input, touch_report->finger_id); in wtp_touch_event()
755 touch_report->contact_status); in wtp_touch_event()
756 if (touch_report->contact_status) { in wtp_touch_event()
758 touch_report->x); in wtp_touch_event()
760 wd->flip_y ? wd->y_size - touch_report->y : in wtp_touch_event()
761 touch_report->y); in wtp_touch_event()
763 touch_report->area); in wtp_touch_event()