Home
last modified time | relevance | path

Searched refs:bInterfaceClass (Results 1 – 25 of 25) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-driverdevelopment-kit/
H A D_usb_interface_descriptor.md29 | [bInterfaceClass](#binterfaceclass) | 由USB标准化组织(USB-IF)分配的设备类代码。 |
30 | [bInterfaceSubClass](#binterfacesubclass) | 由USB标准化组织(USB-IF)分配的子类代码,其值由[bInterfaceClass](#binter…
31 | [bInterfaceProtocol](#binterfaceprotocol) | 由USB标准化组织(USB-IF)分配的协议代码,其值由[bInterfaceClass](#binter…
62 ### bInterfaceClass subsection
66 uint8_t UsbInterfaceDescriptor::bInterfaceClass
95 由USB标准化组织(USB-IF)分配的协议代码,其值由[bInterfaceClass](#binterfaceclass)和[bInterfaceSubClass](#binterfacesub…
107 由USB标准化组织(USB-IF)分配的子类代码,其值由[bInterfaceClass](#binterfaceclass)的值限定。
H A Dusb__ddk__types_8h.md87 | [bInterfaceClass](#binterfaceclass) | 由USB标准化组织(USB-IF)分配的设备类代码。 |
88 | [bInterfaceSubClass](#binterfacesubclass) | 由USB标准化组织(USB-IF)分配的子类代码,其值由[bInterfaceClass](#binter…
89 | [bInterfaceProtocol](#binterfaceprotocol) | 由USB标准化组织(USB-IF)分配的协议代码,其值由[bInterfaceClass](#binter…
225 ### bInterfaceClass subsection
229 uint8_t bInterfaceClass
258 由USB标准化组织(USB-IF)分配的协议代码,其值由[bInterfaceClass](#binterfaceclass)和[bInterfaceSubClass](#binterfacesub…
270 由USB标准化组织(USB-IF)分配的子类代码,其值由[bInterfaceClass](#binterfaceclass)的值限定。
/ohos5.0/docs/en/application-dev/reference/apis-driverdevelopment-kit/
H A D_usb_interface_descriptor.md29 | [bInterfaceClass](#binterfaceclass) | Interface class code allocated by the USB-IF.|
30 … subclass code allocated by USB-IF. The value is limited by that of [bInterfaceClass](#binterfacec…
31 … Protocol code allocated by USB-IF. The value is limited by that of [bInterfaceClass](#binterfacec…
62 ### bInterfaceClass subsection
66 uint8_t UsbInterfaceDescriptor::bInterfaceClass
95 Protocol code allocated by USB-IF. The value is limited by that of [bInterfaceClass](#binterfacecla…
107 Device subclass code allocated by USB-IF. The value is limited by that of [bInterfaceClass](#binter…
H A Dusb__ddk__types_8h.md87 | [bInterfaceClass](#binterfaceclass) | Interface class code allocated by the USB-IF.|
88 … subclass code allocated by USB-IF. The value is limited by that of [bInterfaceClass](#binterfacec…
89 … Protocol code allocated by USB-IF. The value is limited by that of [bInterfaceClass](#binterfacec…
225 ### bInterfaceClass subsection
229 uint8_t bInterfaceClass
258 Protocol code allocated by USB-IF. The value is limited by that of [bInterfaceClass](#binterfacecla…
270 Device subclass code allocated by USB-IF. The value is limited by that of [bInterfaceClass](#binter…
/ohos5.0/drivers/external_device_manager/interfaces/ddk/usb/
H A Dusb_ddk_types.h152 uint8_t bInterfaceClass; member
/ohos5.0/base/usb/usb_manager/services/native/src/
H A Dusb_descriptor_parser.cpp108 interface.SetClass(interfaceDescriptor->bInterfaceClass); in AddInterface()
284 interface.SetClass(interfaceDescriptor.bInterfaceClass); in ParseInterfaceDescriptor()
/ohos5.0/drivers/peripheral/usb/hdi_service/include/
H A Dusbd_type.h182 uint8_t bInterfaceClass; member
/ohos5.0/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()
/ohos5.0/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,
/ohos5.0/drivers/peripheral/usb/ddk/host/src/
H A Dusb_protocol.c83 ptr->interfaceClass = iface->interfaceDescriptor.bInterfaceClass; in UsbInterfaceInit()
/ohos5.0/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,
/ohos5.0/drivers/peripheral/usb/interfaces/ddk/common/
H A Dusb_ddk.h201 uint8_t bInterfaceClass; member
/ohos5.0/drivers/external_device_manager/services/native/driver_extension_manager/src/
H A Ddriver_ext_mgr.cpp201 interfaceDesc->bClass = desc.bInterfaceClass; in ParseToDeviceInfoData()
/ohos5.0/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()
/ohos5.0/drivers/peripheral/usb/sample/host/liteos_test/src/
H A Dusbhost_sdkraw_speed.c264 uint8_t ifaceClass = interface->altsetting->interfaceDescriptor.bInterfaceClass; in UsbSpeedParaseInterfaceClass()
/ohos5.0/drivers/peripheral/usb/sample/host/src/
H A Dusbhost_sdkraw_speed.c258 uint8_t ifaceClass = interface->altsetting->interfaceDescriptor.bInterfaceClass; in UsbParseConfigDescriptorProcess()
/ohos5.0/drivers/peripheral/usb/net/src/
H A Drndis_rawapi.c91 uint8_t ifaceClass = interface->altsetting->interfaceDescriptor.bInterfaceClass; in UsbParseConfigDescriptorProcess()
/ohos5.0/drivers/hdf_core/framework/test/unittest/model/usb/host/src/
H A Dusb_raw_io.c272 ifaceClass = interface->altsetting->interfaceDescriptor.bInterfaceClass; in AcmParaseInterfaceClass()
/ohos5.0/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()
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/model/usb/host/src/
H A Dusb_pnp_notify.c230 …viceInfo->info.interfaceInfo[i].interfaceClass = infoData.usbDev->ifaces[i].idesc->bInterfaceClass; in UsbPnpNotifyAddInitInfo()
/ohos5.0/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()
/ohos5.0/drivers/peripheral/usb/serial/src/
H A Dusb_serial_rawapi.c206 uint8_t ifaceClass = interface->altsetting->interfaceDescriptor.bInterfaceClass; in UsbParseConfigDescriptorProcess()