Searched refs:USB_PACKET_LENGTH (Results 1 – 7 of 7) sorted by relevance
126 Uint8 last_state[USB_PACKET_LENGTH];137 size_t length = SDL_strlen(prefix) + 11*(USB_PACKET_LENGTH/8) + (5*USB_PACKET_LENGTH) + 1 + 1; in DumpPacket()206 Uint8 init_packet[USB_PACKET_LENGTH]; in SendControllerInit()242 Uint8 data[USB_PACKET_LENGTH]; in SendControllerInit()705 Uint8 data[USB_PACKET_LENGTH]; in HIDAPI_DriverXboxOne_UpdateDevice()
40 Uint8 last_state[USB_PACKET_LENGTH];214 Uint8 data[USB_PACKET_LENGTH]; in HIDAPI_DriverXbox360W_UpdateDevice()
51 #define USB_PACKET_LENGTH 64 macro
147 Uint8 report[USB_PACKET_LENGTH + 1]; in ReadFeatureReport()478 Uint8 data[USB_PACKET_LENGTH]; in HIDAPI_DriverPS4_UpdateDevice()
37 …Uint8 data[2*USB_PACKET_LENGTH]; /* need enough space for the biggest report: dualshock4 is 78 byt…
60 Uint8 last_state[USB_PACKET_LENGTH];1228 Uint8 data[USB_PACKET_LENGTH]; in HIDAPI_DriverXbox360_UpdateDevice()
66 #define USB_PACKET_LENGTH 64 macro679 Uint8 data[sizeof(RAWINPUTHEADER) + sizeof(RAWHID) + USB_PACKET_LENGTH]; in RAWINPUT_WindowProc()
Completed in 21 milliseconds