Searched refs:DS4_INPUT_REPORT_USB_SIZE (Results 1 – 1 of 1) sorted by relevance
289 #define DS4_INPUT_REPORT_USB_SIZE 64 macro443 static_assert(sizeof(struct dualshock4_input_report_usb) == DS4_INPUT_REPORT_USB_SIZE);2192 size == DS4_INPUT_REPORT_USB_SIZE) { in dualshock4_parse_report()2366 if (data[0] == DS4_INPUT_REPORT_USB && size == DS4_INPUT_REPORT_USB_SIZE) { in dualshock4_dongle_parse_report()