Home
last modified time | relevance | path

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

/linux/drivers/hid/
H A Dhid-logitech-hidpp.c2948 struct hidpp_touchpad_raw_xy_finger *touch_report) in wtp_touch_event() argument
2953 if (!touch_report->finger_id || touch_report->contact_type) in wtp_touch_event()
2957 slot = input_mt_get_slot_by_key(hidpp->input, touch_report->finger_id); in wtp_touch_event()
2961 touch_report->contact_status); in wtp_touch_event()
2962 if (touch_report->contact_status) { in wtp_touch_event()
2964 touch_report->x); in wtp_touch_event()
2966 wd->flip_y ? wd->y_size - touch_report->y : in wtp_touch_event()
2967 touch_report->y); in wtp_touch_event()
2969 touch_report->area); in wtp_touch_event()
H A Dhid-playstation.c2344 struct dualshock4_touch_report *touch_report = &touch_reports[i]; in dualshock4_parse_report() local
2346 for (j = 0; j < ARRAY_SIZE(touch_report->points); j++) { in dualshock4_parse_report()
2347 struct dualshock4_touch_point *point = &touch_report->points[j]; in dualshock4_parse_report()