Searched refs:ParseDescriptor (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/drivers/external_device_manager/frameworks/ddk/usb/ |
H A D | usb_config_desc_parser.cpp | 69 static int32_t ParseDescriptor( in ParseDescriptor() function 190 ParseDescriptor(USB_DDK_ENDPOINT_DESCRIPTOR_TYPE, reinterpret_cast<uint8_t *>(endPoint), in ParseEndpoint() 212 …ParseDescriptor(bDescriptorType, (uint8_t *)&ddkIntfDesc, sizeof(UsbInterfaceDescriptor), buffer, … in RawParseDescriptor() 495 ParseDescriptor( in ParseConfiguration()
|
/ohos5.0/drivers/peripheral/usb/ddk/host/src/ |
H A D | usb_raw_api_library.c | 248 static void ParseDescriptor(const void *source, enum UsbRawDescriptorType bDescriptorType, void *de… in ParseDescriptor() function 333 ParseDescriptor(buffer, USB_RAW_AUDIO_ENDPOINT_DESCRIPTOR_TYPE, endPoint); in ParseEndpoint() 335 ParseDescriptor(buffer, USB_RAW_ENDPOINT_DESCRIPTOR_TYPE, endPoint); in ParseEndpoint() 410 ParseDescriptor(buffer, bDescriptorType, (void *)ifp); in RawParseDescriptor() 598 ParseDescriptor(buffer, USB_RAW_CONFIG_DESCRIPTOR_TYPE, config); in ParseConfiguration()
|