Searched refs:num_touch_reports (Results 1 – 1 of 1) sorted by relevance
481 u8 num_touch_reports; member491 u8 num_touch_reports; member2365 u8 battery_capacity, num_touch_reports, value; in dualshock4_parse_report() local2380 if (usb->num_touch_reports > ARRAY_SIZE(usb->touch_reports)) { in dualshock4_parse_report()2382 usb->num_touch_reports); in dualshock4_parse_report()2387 num_touch_reports = min_t(u8, usb->num_touch_reports, in dualshock4_parse_report()2401 if (bt->num_touch_reports > ARRAY_SIZE(bt->touch_reports)) { in dualshock4_parse_report()2403 bt->num_touch_reports); in dualshock4_parse_report()2408 num_touch_reports = min_t(u8, bt->num_touch_reports, in dualshock4_parse_report()2496 for (i = 0; i < num_touch_reports; i++) { in dualshock4_parse_report()