Home
last modified time | relevance | path

Searched refs:USB_MAXENDPOINTS (Results 1 - 4 of 4) sorted by relevance

/drivers/peripheral/usb/ddk/host/include/
H A Dusb_ddk_device.h22 #define USB_MAXENDPOINTS 32 macro
/drivers/external_device_manager/frameworks/ddk/usb/
H A Dusb_config_desc_parser.cpp36 constexpr int32_t USB_MAXENDPOINTS = 32; member
223 (ddkIntfDesc.interfaceDescriptor.bNumEndpoints > USB_MAXENDPOINTS)) { in RawParseDescriptor()
/drivers/peripheral/usb/ddk/host/src/
H A Dusb_protocol.c162 if (ifDes->interfaceDescriptor.bNumEndpoints > USB_MAXENDPOINTS) { in UsbProtocalCreatePipeObj()
H A Dusb_raw_api_library.c417 (ifp->interfaceDescriptor.bNumEndpoints > USB_MAXENDPOINTS)) { in RawParseDescriptor()

Completed in 4 milliseconds