Home
last modified time | relevance | path

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

/linux/drivers/hid/
H A Dhid-playstation.c482 struct dualshock4_touch_report touch_reports[3]; member
492 struct dualshock4_touch_report touch_reports[4]; /* BT has 4 compared to 3 for USB */ member
2364 struct dualshock4_touch_report *touch_reports; in dualshock4_parse_report() local
2380 if (usb->num_touch_reports > ARRAY_SIZE(usb->touch_reports)) { in dualshock4_parse_report()
2388 ARRAY_SIZE(usb->touch_reports)); in dualshock4_parse_report()
2389 touch_reports = usb->touch_reports; in dualshock4_parse_report()
2401 if (bt->num_touch_reports > ARRAY_SIZE(bt->touch_reports)) { in dualshock4_parse_report()
2409 ARRAY_SIZE(bt->touch_reports)); in dualshock4_parse_report()
2410 touch_reports = bt->touch_reports; in dualshock4_parse_report()
2497 struct dualshock4_touch_report *touch_report = &touch_reports[i]; in dualshock4_parse_report()