Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/usb/ddk/host/include/
H A Dusb_raw_api_library.h54 enum UsbRawDescriptorType { enum
/ohos5.0/drivers/peripheral/usb/ddk/host/src/
H A Dusb_raw_api_library.c248 static void ParseDescriptor(const void *source, enum UsbRawDescriptorType bDescriptorType, void *de… in ParseDescriptor()
405 static int32_t RawParseDescriptor(int32_t size, const uint8_t *buffer, enum UsbRawDescriptorType bD… in RawParseDescriptor()