Home
last modified time | relevance | path

Searched refs:bInterfaceProtocol (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-driverdevelopment-kit/
H A D_usb_interface_descriptor.md31 | [bInterfaceProtocol](#binterfaceprotocol) | 由USB标准化组织(USB-IF)分配的协议代码,其值由[bInterfaceClass](#binter…
86 ### bInterfaceProtocol subsection
90 uint8_t UsbInterfaceDescriptor::bInterfaceProtocol
H A Dusb__ddk__types_8h.md89 | [bInterfaceProtocol](#binterfaceprotocol) | 由USB标准化组织(USB-IF)分配的协议代码,其值由[bInterfaceClass](#binter…
249 ### bInterfaceProtocol subsection
253 uint8_t bInterfaceProtocol
/ohos5.0/docs/en/application-dev/reference/apis-driverdevelopment-kit/
H A D_usb_interface_descriptor.md31 | [bInterfaceProtocol](#binterfaceprotocol) | Protocol code allocated by USB-IF. The value is limit…
86 ### bInterfaceProtocol subsection
90 uint8_t UsbInterfaceDescriptor::bInterfaceProtocol
H A Dusb__ddk__types_8h.md89 | [bInterfaceProtocol](#binterfaceprotocol) | Protocol code allocated by USB-IF. The value is limit…
249 ### bInterfaceProtocol subsection
253 uint8_t bInterfaceProtocol
/ohos5.0/drivers/external_device_manager/interfaces/ddk/usb/
H A Dusb_ddk_types.h156 uint8_t bInterfaceProtocol; member
/ohos5.0/base/usb/usb_manager/services/native/src/
H A Dusb_descriptor_parser.cpp106 interface.SetProtocol(interfaceDescriptor->bInterfaceProtocol); in AddInterface()
282 interface.SetProtocol(interfaceDescriptor.bInterfaceProtocol); in ParseInterfaceDescriptor()
/ohos5.0/drivers/peripheral/usb/hdi_service/include/
H A Dusbd_type.h184 uint8_t bInterfaceProtocol; member
/ohos5.0/drivers/hdf_core/framework/model/audio/usb/src/
H A Daudio_usb_linux.c111 protocol = altsd->bInterfaceProtocol; in AudioUsbDriverInit()
H A Daudio_usb_parse_interface.c844 uacFmt->protocol = uacFmt->altsd->bInterfaceProtocol; in AudioUsbGetAltsd()
H A Daudio_usb_mixer.c2114 switch (inteDesc->bInterfaceProtocol) { in AudioUsbChoiceUsbVersion()
/ohos5.0/drivers/peripheral/usb/test/unittest/device_sdk/
H A Dusb_device_cdcacm_test.cpp49 .bInterfaceProtocol = USB_DDK_CDC_ACM_PROTO_AT_V25TER,
65 .bInterfaceProtocol = 2,
/ohos5.0/drivers/peripheral/usb/ddk/host/src/
H A Dusb_protocol.c85 ptr->interfaceProtocol = iface->interfaceDescriptor.bInterfaceProtocol; in UsbInterfaceInit()
/ohos5.0/drivers/hdf_core/framework/test/unittest/model/usb/device/src/
H A Dusb_device_lite_cdcacm_test.c41 .bInterfaceProtocol = USB_DDK_CDC_ACM_PROTO_AT_V25TER,
57 .bInterfaceProtocol = 0x2,
/ohos5.0/drivers/peripheral/usb/interfaces/ddk/common/
H A Dusb_ddk.h203 uint8_t bInterfaceProtocol; member
/ohos5.0/drivers/external_device_manager/services/native/driver_extension_manager/src/
H A Ddriver_ext_mgr.cpp203 interfaceDesc->bProtocol = desc.bInterfaceProtocol; in ParseToDeviceInfoData()
/ohos5.0/drivers/peripheral/usb/ddk/device/src/
H A Dusbfn_dev_mgr.c51 info->protocol = intf->bInterfaceProtocol; in GetInterfaceInfo()
H A Dusbfn_cfg_mgr.c296 drsOps->GetUint8(node, INTERFACE_PROTOCOL, &desc->bInterfaceProtocol, 0) != HDF_SUCCESS || in UsbFnCfgMgrParseInterfaceDesc()
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/model/usb/host/src/
H A Dusb_pnp_notify.c203 infoData.usbDev->actconfig->interface[i]->cur_altsetting->desc.bInterfaceProtocol; in UsbPnpNotifyAddInitInfo()
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/model/usb/host/src/
H A Dusb_pnp_notify.c232 …fo->info.interfaceInfo[i].interfaceProtocol = infoData.usbDev->ifaces[i].idesc->bInterfaceProtocol; in UsbPnpNotifyAddInitInfo()