Searched refs:UsbRawInterface (Results 1 - 10 of 10) sorted by relevance
/drivers/peripheral/usb/ddk/host/src/ |
H A D | usb_protocol.c | 73 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 D | usb_raw_api_library.c | 363 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 D | usb_raw_api.h | 182 struct UsbRawInterface {
struct 197 const struct UsbRawInterface *interface[USB_MAXINTERFACES];
|
/drivers/peripheral/usb/net/src/ |
H A D | rndis_rawapi.c | 104 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 D | usbhost_sdkraw_speed.c | 256 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 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/ |
H A 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/ |
H A D | usb_serial_rawapi.c | 204 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 D | usb_raw_sdk_if_test_io.cpp | 260 const struct UsbRawInterface *interface = config->interface[interfaceIndex]; in UsbParseConfigDescriptor()
|
H A D | usb_raw_sdk_if_test.cpp | 310 const struct UsbRawInterface *interface = NULL; in UsbParseConfigDescriptor()
|
Completed in 13 milliseconds