Home
last modified time | relevance | path

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

/drivers/external_device_manager/frameworks/ddk/usb/
Dusb_config_desc_parser.cpp69 static int32_t ParseDescriptor( in ParseDescriptor() function
190 ParseDescriptor(USB_DDK_ENDPOINT_DESCRIPTOR_TYPE, reinterpret_cast<uint8_t *>(endPoint), in ParseEndpoint()
212ParseDescriptor(bDescriptorType, (uint8_t *)&ddkIntfDesc, sizeof(UsbInterfaceDescriptor), buffer, … in RawParseDescriptor()
490 ParseDescriptor( in ParseConfiguration()
/drivers/peripheral/usb/ddk/host/src/
Dusb_raw_api_library.c247 static void ParseDescriptor(const void *source, enum UsbRawDescriptorType bDescriptorType, void *de… in ParseDescriptor() function
332 ParseDescriptor(buffer, USB_RAW_AUDIO_ENDPOINT_DESCRIPTOR_TYPE, endPoint); in ParseEndpoint()
334 ParseDescriptor(buffer, USB_RAW_ENDPOINT_DESCRIPTOR_TYPE, endPoint); in ParseEndpoint()
407 ParseDescriptor(buffer, bDescriptorType, (void *)ifp); in RawParseDescriptor()
592 ParseDescriptor(buffer, USB_RAW_CONFIG_DESCRIPTOR_TYPE, config); in ParseConfiguration()