Home
last modified time | relevance | path

Searched refs:UsbRawInterface (Results 1 - 10 of 10) sorted by relevance

/drivers/peripheral/usb/ddk/host/src/
H A Dusb_protocol.c73 const struct UsbRawInterfaceDescriptor *iface, const struct UsbRawInterface *altsettings) in UsbInterfaceInit()
111 static const struct UsbRawInterface *UsbGetInterfaceFromConfig( in UsbGetInterfaceFromConfig()
128 const struct UsbRawInterface *altSetting, uint8_t settingIndex) in UsbGetInterfaceDesc()
191 const struct UsbRawInterface *itface = NULL; in UsbProtocalCreatInterfaceObj()
H A Dusb_raw_api_library.c363 static void ClearInterface(const struct UsbRawInterface *usbInterface) in ClearInterface()
476 static int32_t ParseInterface(struct UsbRawInterface *usbInterface, const uint8_t *buffer, int32_t size) in ParseInterface()
536 struct UsbRawInterface *usbInterface, const uint8_t *nIntf) in ParseConfigurationDes()
570 usbInterface = (struct UsbRawInterface *)config->interface[i]; in ParseConfigurationDes()
588 struct UsbRawInterface *usbInterface = NULL; in ParseConfiguration()
618 usbInterface = RawUsbMemCalloc(sizeof(struct UsbRawInterface) + sizeof(struct UsbRawInterfaceDescriptor) * j); in ParseConfiguration()
1271 ClearInterface((const struct UsbRawInterface *)(config->interface[i])); in RawClearConfiguration()
/drivers/peripheral/usb/interfaces/ddk/host/
H A Dusb_raw_api.h182 struct UsbRawInterface { struct
197 const struct UsbRawInterface *interface[USB_MAXINTERFACES];
/drivers/peripheral/usb/net/src/
H A Drndis_rawapi.c104 const struct UsbRawInterface *interface, uint8_t interfaceIndex) in UsbParseConfigDescriptorProcess()
146 const struct UsbRawInterface *interface = (*ppUsbNet)->config->interface[0]; in UsbParseConfigDescriptor()
156 const struct UsbRawInterface *interface1 = (*ppUsbNet)->config->interface[1]; in UsbParseConfigDescriptor()
/drivers/peripheral/usb/sample/host/src/
H A Dusbhost_sdkraw_speed.c256 struct AcmDevice * const acm, const struct UsbRawInterface * const interface, uint8_t interfaceIndex) in UsbParseConfigDescriptorProcess()
298 const struct UsbRawInterface *interface = config->interface[interfaceIndex]; in UsbParseConfigDescriptor()
/drivers/peripheral/usb/sample/host/liteos_test/src/
H A 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/
H A 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/
H A Dusb_serial_rawapi.c204 struct AcmDevice *acm, const struct UsbRawInterface *interface, uint8_t interfaceIndex) in UsbParseConfigDescriptorProcess()
246 const struct UsbRawInterface *interface = config->interface[interfaceIndex]; in UsbParseConfigDescriptor()
/drivers/peripheral/usb/test/unittest/host_sdk/
H A Dusb_raw_sdk_if_test_io.cpp260 const struct UsbRawInterface *interface = config->interface[interfaceIndex]; in UsbParseConfigDescriptor()
H A Dusb_raw_sdk_if_test.cpp310 const struct UsbRawInterface *interface = NULL; in UsbParseConfigDescriptor()

Completed in 13 milliseconds