Home
last modified time | relevance | path

Searched refs:bInterfaceClass (Results 1 - 20 of 20) sorted by relevance

/drivers/external_device_manager/interfaces/ddk/usb/
H A Dusb_ddk_types.h152 uint8_t bInterfaceClass; member
153 /** Interface subclass code allocated by USB-IF. The value is limited by that of bInterfaceClass. */
155 /** Protocol code allocated by USB-IF. The value is limited by that of bInterfaceClass and bInterfaceSubClass. */
/drivers/peripheral/usb/hdi_service/include/
H A Dusbd_type.h179 uint8_t bInterfaceClass; member
/drivers/hdf_core/framework/model/audio/usb/src/
H A Daudio_usb_linux.c201 {.bInterfaceClass = USB_CLASS_AUDIO,
H A Daudio_usb_parse_interface.c851 if (uacFmt->altsd->bInterfaceClass != USB_CLASS_AUDIO) { in AudioUsbGetAltsd()
858 if (uacFmt->altsd->bInterfaceClass != USB_CLASS_VENDOR_SPEC) { in AudioUsbGetAltsd()
906 uacFmt->altsd->bInterfaceClass == USB_CLASS_VENDOR_SPEC && uacFmt->protocol <= UAC_VERSION_3) { in AudioUsbGetFormatSub()
/drivers/peripheral/usb/test/unittest/device_sdk/
H A Dusb_device_cdcacm_test.cpp47 .bInterfaceClass = USB_DDK_CLASS_COMM,
63 .bInterfaceClass = USB_DDK_CLASS_CDC_DATA,
/drivers/external_device_manager/services/native/driver_extension_manager/src/
H A Ddriver_ext_mgr.cpp197 interfaceDesc->bClass = desc.bInterfaceClass; in ParseToDeviceInfoData()
/drivers/peripheral/usb/ddk/host/src/
H A Dusb_protocol.c83 ptr->interfaceClass = iface->interfaceDescriptor.bInterfaceClass; in UsbInterfaceInit()
/drivers/hdf_core/framework/test/unittest/model/usb/device/src/
H A Dusb_device_lite_cdcacm_test.c39 .bInterfaceClass = USB_DDK_CLASS_COMM,
55 .bInterfaceClass = USB_DDK_CLASS_CDC_DATA,
/drivers/peripheral/usb/interfaces/ddk/common/
H A Dusb_ddk.h201 uint8_t bInterfaceClass; member
/drivers/peripheral/usb/sample/host/src/
H A Dusbhost_sdkraw_speed.c258 uint8_t ifaceClass = interface->altsetting->interfaceDescriptor.bInterfaceClass; in UsbParseConfigDescriptorProcess()
/drivers/peripheral/usb/ddk/device/src/
H A Dusbfn_dev_mgr.c49 info->interfaceClass = intf->bInterfaceClass; in GetInterfaceInfo()
H A Dusbfn_cfg_mgr.c294 drsOps->GetUint8(node, INTERFACE_CLASS, &desc->bInterfaceClass, 0) != HDF_SUCCESS || in UsbFnCfgMgrParseInterfaceDesc()
/drivers/peripheral/usb/sample/host/liteos_test/src/
H A Dusbhost_sdkraw_speed.c264 uint8_t ifaceClass = interface->altsetting->interfaceDescriptor.bInterfaceClass; in UsbSpeedParaseInterfaceClass()
/drivers/hdf_core/adapter/khdf/linux/model/usb/host/src/
H A Dusb_pnp_notify.c199 infoData.usbDev->actconfig->interface[i]->cur_altsetting->desc.bInterfaceClass; in UsbPnpNotifyAddInitInfo()
/drivers/hdf_core/framework/test/unittest/model/usb/host/src/
H A Dusb_raw_io.c272 ifaceClass = interface->altsetting->interfaceDescriptor.bInterfaceClass; in AcmParaseInterfaceClass()
/drivers/peripheral/usb/net/src/
H A Drndis_rawapi.c106 uint8_t ifaceClass = interface->altsetting->interfaceDescriptor.bInterfaceClass; in UsbParseConfigDescriptorProcess()
/drivers/hdf_core/adapter/khdf/liteos/model/usb/host/src/
H A Dusb_pnp_notify.c230 deviceInfo->info.interfaceInfo[i].interfaceClass = infoData.usbDev->ifaces[i].idesc->bInterfaceClass; in UsbPnpNotifyAddInitInfo()
/drivers/peripheral/usb/serial/src/
H A Dusb_serial_rawapi.c206 uint8_t ifaceClass = interface->altsetting->interfaceDescriptor.bInterfaceClass; in UsbParseConfigDescriptorProcess()
/drivers/peripheral/usb/test/unittest/host_sdk/
H A Dusb_raw_sdk_if_test_io.cpp261 uint8_t ifaceClass = interface->altsetting->interfaceDescriptor.bInterfaceClass; in UsbParseConfigDescriptor()
H A Dusb_raw_sdk_if_test.cpp314 uint8_t ifaceClass = interface->altsetting->interfaceDescriptor.bInterfaceClass; in UsbParseConfigDescriptor()

Completed in 26 milliseconds