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.c447 struct dualshock4_touch_report touch_reports[3]; member
457 struct dualshock4_touch_report touch_reports[4]; /* BT has 4 compared to 3 for USB */ member
2225 struct dualshock4_touch_report *touch_reports; in dualshock4_parse_report() local
2243 touch_reports = usb->touch_reports; in dualshock4_parse_report()
2257 touch_reports = bt->touch_reports; in dualshock4_parse_report()
2344 struct dualshock4_touch_report *touch_report = &touch_reports[i]; in dualshock4_parse_report()