Home
last modified time | relevance | path

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

/drivers/external_device_manager/frameworks/ddk/usb/
Dusb_config_desc_parser.cpp169 static int32_t ParseEndpoint(UsbDdkEndpointDescriptor *endPoint, const uint8_t *buffer, int32_t siz… in ParseEndpoint() function
248 ret = ParseEndpoint(endPoint + i, *buffer, *size); in ParseInterfaceEndpoint()
/drivers/peripheral/usb/ddk/host/src/
Dusb_raw_api_library.c308 static int32_t ParseEndpoint(struct UsbRawEndpointDescriptor *endPoint, const uint8_t *buffer, int3… in ParseEndpoint() function
456 ret = ParseEndpoint(endPoint + i, *buffer, *size); in ParseInterfaceEndpoint()