Home
last modified time | relevance | path

Searched refs:UsbRawInterface (Results 1 – 9 of 9) sorted by relevance

/drivers/peripheral/usb/ddk/host/src/
Dusb_protocol.c90 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()
Dusb_raw_api_library.c361 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/
Dusb_raw_api.h182 struct UsbRawInterface { struct
197 const struct UsbRawInterface *interface[USB_MAXINTERFACES]; argument
/drivers/peripheral/usb/sample/host/src/
Dusbhost_sdkraw_speed.c256 …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/
Dusbhost_sdkraw_speed.c261 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/
Dusb_raw_io.c267 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/
Dusb_serial_rawapi.c203 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/
Dusb_raw_sdk_if_test_io.cpp260 const struct UsbRawInterface *interface = config->interface[interfaceIndex]; in UsbParseConfigDescriptor()
Dusb_raw_sdk_if_test.cpp310 const struct UsbRawInterface *interface = NULL; in UsbParseConfigDescriptor()