Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/joystick/hidapi/
A DSDL_hidapi_xboxone.c126 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()
A DSDL_hidapi_xbox360w.c40 Uint8 last_state[USB_PACKET_LENGTH];
214 Uint8 data[USB_PACKET_LENGTH]; in HIDAPI_DriverXbox360W_UpdateDevice()
A DSDL_hidapijoystick_c.h51 #define USB_PACKET_LENGTH 64 macro
A DSDL_hidapi_ps4.c147 Uint8 report[USB_PACKET_LENGTH + 1]; in ReadFeatureReport()
478 Uint8 data[USB_PACKET_LENGTH]; in HIDAPI_DriverPS4_UpdateDevice()
A DSDL_hidapi_rumble.c37 …Uint8 data[2*USB_PACKET_LENGTH]; /* need enough space for the biggest report: dualshock4 is 78 byt…
A DSDL_hidapi_xbox360.c60 Uint8 last_state[USB_PACKET_LENGTH];
1228 Uint8 data[USB_PACKET_LENGTH]; in HIDAPI_DriverXbox360_UpdateDevice()
/AliOS-Things-master/components/SDL2/src/joystick/windows/
A DSDL_rawinputjoystick.c66 #define USB_PACKET_LENGTH 64 macro
679 Uint8 data[sizeof(RAWINPUTHEADER) + sizeof(RAWHID) + USB_PACKET_LENGTH]; in RAWINPUT_WindowProc()

Completed in 21 milliseconds