Searched refs:UsbRawInterface (Results 1 – 9 of 9) sorted by relevance
/drivers/peripheral/usb/ddk/host/src/ |
D | usb_protocol.c | 90 const struct UsbRawInterfaceDescriptor *iface, const struct UsbRawInterface *altsettings) in UsbInterfaceInit() 128 static const struct UsbRawInterface *UsbGetInterfaceFromConfig( in UsbGetInterfaceFromConfig() 145 const struct UsbRawInterface *altSetting, uint8_t settingIndex) in UsbGetInterfaceDesc() 208 const struct UsbRawInterface *itface = NULL; in UsbProtocalCreatInterfaceObj()
|
D | usb_raw_api_library.c | 361 static void ClearInterface(const struct UsbRawInterface *usbInterface) in ClearInterface() 471 static int32_t ParseInterface(struct UsbRawInterface *usbInterface, const uint8_t *buffer, int32_t … in ParseInterface() 531 struct UsbRawInterface *usbInterface, const uint8_t *nIntf) in ParseConfigurationDes() 564 usbInterface = (struct UsbRawInterface *)config->interface[i]; in ParseConfigurationDes() 582 struct UsbRawInterface *usbInterface = NULL; in ParseConfiguration() 612 …usbInterface = RawUsbMemCalloc(sizeof(struct UsbRawInterface) + sizeof(struct UsbRawInterfaceDescr… in ParseConfiguration() 1219 ClearInterface((const struct UsbRawInterface *)(config->interface[i])); in RawClearConfiguration()
|
/drivers/peripheral/usb/interfaces/ddk/host/ |
D | usb_raw_api.h | 182 struct UsbRawInterface { struct 197 const struct UsbRawInterface *interface[USB_MAXINTERFACES]; argument
|
/drivers/peripheral/usb/sample/host/src/ |
D | usbhost_sdkraw_speed.c | 256 …struct AcmDevice * const acm, const struct UsbRawInterface * const interface, uint8_t interfaceInd… in UsbParseConfigDescriptorProcess() 298 const struct UsbRawInterface *interface = config->interface[interfaceIndex]; in UsbParseConfigDescriptor()
|
/drivers/peripheral/usb/sample/host/liteos_test/src/ |
D | usbhost_sdkraw_speed.c | 261 struct AcmDevice *acm, const struct UsbRawInterface *interface, uint8_t interfaceIndex) in UsbSpeedParaseInterfaceClass() 308 const struct UsbRawInterface *interface = config->interface[interfaceIndex]; in UsbParseConfigDescriptor()
|
/drivers/hdf_core/framework/test/unittest/model/usb/host/src/ |
D | usb_raw_io.c | 267 struct AcmRawDevice * const acm, const struct UsbRawInterface *interface, uint8_t number) in AcmParaseInterfaceClass() 310 const struct UsbRawInterface *interface = NULL; in UsbParseConfigDescriptor()
|
/drivers/peripheral/usb/serial/src/ |
D | usb_serial_rawapi.c | 203 struct AcmDevice *acm, const struct UsbRawInterface *interface, uint8_t interfaceIndex) in UsbParseConfigDescriptorProcess() 245 const struct UsbRawInterface *interface = config->interface[interfaceIndex]; in UsbParseConfigDescriptor()
|
/drivers/peripheral/usb/test/unittest/host_sdk/ |
D | usb_raw_sdk_if_test_io.cpp | 260 const struct UsbRawInterface *interface = config->interface[interfaceIndex]; in UsbParseConfigDescriptor()
|
D | usb_raw_sdk_if_test.cpp | 310 const struct UsbRawInterface *interface = NULL; in UsbParseConfigDescriptor()
|