Home
last modified time | relevance | path

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

/linux/drivers/hid/
H A Dhid-playstation.c294 #define DS4_INPUT_REPORT_USB_SIZE 64 macro
450 static_assert(sizeof(struct dualshock4_input_report_usb) == DS4_INPUT_REPORT_USB_SIZE);
2238 size == DS4_INPUT_REPORT_USB_SIZE) { in dualshock4_parse_report()
2427 if (data[0] == DS4_INPUT_REPORT_USB && size == DS4_INPUT_REPORT_USB_SIZE) { in dualshock4_dongle_parse_report()