/ohos5.0/docs/zh-cn/application-dev/reference/apis-driverdevelopment-kit/ |
H A D | _usb_device_descriptor.md | 29 | [bDeviceProtocol](#bdeviceprotocol) | 由USB标准化组织(USB-IF)分配的协议代码,其值由[bDeviceClass](#bdeviceclass)和[… 91 ### bDeviceProtocol subsection 95 uint8_t UsbDeviceDescriptor::bDeviceProtocol
|
H A D | usb__ddk__types_8h.md | 69 | [bDeviceProtocol](#bdeviceprotocol) | 由USB标准化组织(USB-IF)分配的协议代码,其值由[bDeviceClass](#bdeviceclass)和[… 177 ### bDeviceProtocol subsection 181 uint8_t bDeviceProtocol
|
/ohos5.0/docs/en/application-dev/reference/apis-driverdevelopment-kit/ |
H A D | _usb_device_descriptor.md | 29 | [bDeviceProtocol](#bdeviceprotocol) | Protocol code allocated by USB-IF. The value is limited by … 91 ### bDeviceProtocol subsection 95 uint8_t UsbDeviceDescriptor::bDeviceProtocol
|
H A D | usb__ddk__types_8h.md | 69 | [bDeviceProtocol](#bdeviceprotocol) | Protocol code allocated by USB-IF. The value is limited by … 177 ### bDeviceProtocol subsection 181 uint8_t bDeviceProtocol
|
/ohos5.0/drivers/peripheral/usb/test/moduletest/common/ |
H A D | usb_device_serial_func_test.cpp | 157 const char *bDeviceProtocol = "01"; variable 161 ASSERT_EQ(system(("PropTest -s bDeviceProtocol " + string(bDeviceProtocol)).c_str()), 0);
|
H A D | usb_host_serial_func_test.cpp | 393 const char *bDeviceProtocol = "0x00"; variable 398 …ogMaxLen, logMaxLen - 1, fmt, idVendor, idProduct, bDeviceClass, bDeviceSubClass, bDeviceProtocol);
|
/ohos5.0/drivers/peripheral/usb/interfaces/ddk/common/ |
H A D | usb_ddk.h | 167 uint8_t bDeviceProtocol; member 239 uint8_t bDeviceProtocol; member
|
/ohos5.0/drivers/external_device_manager/interfaces/ddk/usb/ |
H A D | usb_ddk_types.h | 86 uint8_t bDeviceProtocol; member
|
/ohos5.0/drivers/peripheral/usb/test/moduletest/common/liteos/ |
H A D | usb_host_serial_func_test.cpp | 493 const char *bDeviceProtocol = "0x00"; variable 498 idVendor, idProduct, bDeviceClass, bDeviceSubClass, bDeviceProtocol) < 0) {
|
/ohos5.0/drivers/peripheral/usb/hdi_service/include/ |
H A D | usbd_type.h | 154 uint8_t bDeviceProtocol; member
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/usb_ddk_v1_0/cpp_target/usb/ddk/v1_0/ |
H A D | usb_ddk_types.h.txt | 69 uint8_t bDeviceProtocol;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/usb_ddk_v1_0/dump_ast_target/ |
H A D | dump.txt | 78 unsigned char bDeviceProtocol;
|
/ohos5.0/drivers/external_device_manager/services/native/driver_extension_manager/src/bus_extension/usb/ |
H A D | usb_dev_subscriber.cpp | 36 uint8_t bDeviceProtocol; member
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/usb_ddk_v1_0/foo/usb/ddk/v1_0/ |
H A D | UsbDdkTypes.idl | 72 unsigned char bDeviceProtocol;
|
/ohos5.0/drivers/interface/usb/ddk/v1_0/ |
H A D | UsbDdkTypes.idl | 72 unsigned char bDeviceProtocol;
|
/ohos5.0/drivers/peripheral/usb/ddk/device/src/ |
H A D | usbfn_cfg_mgr.c | 49 … drsOps->GetUint8(devDescNode, USBDEV_PROTOCOL, &devDesc->bDeviceProtocol, 0) != HDF_SUCCESS || in UsbFnCfgMgrParseDevDesc() 416 drsOps->GetUint8(node, QUALIFIER_PROTOCOL, &desc->bDeviceProtocol, 0) != HDF_SUCCESS || in UsbFnCfgMgrParseQualifierDesc() 996 *value = (uint16_t)fnDevMgr->des->deviceDesc->bDeviceProtocol; in IsDevDescPropAndGetValue()
|
H A D | adapter_if.c | 666 ret = UsbFnWriteProp(devName, "bDeviceProtocol", desc->bDeviceProtocol); in WriteDeviceId()
|
/ohos5.0/drivers/peripheral/usb/cfg/ |
H A D | init.usb.configfs.cfg | 17 "write /config/usb_gadget/g1/bDeviceProtocol 0",
|
/ohos5.0/drivers/peripheral/usb/test/unittest/device_sdk/ |
H A D | usb_device_cdcacm_test.cpp | 260 .bDeviceProtocol = 0,
|
/ohos5.0/drivers/hdf_core/framework/test/unittest/model/usb/device/src/ |
H A D | usb_device_lite_cdcacm_test.c | 252 .bDeviceProtocol = 0,
|
/ohos5.0/drivers/peripheral/usb/serial/src/ |
H A D | usb_serial.c | 756 … des.idVendor, des.idProduct, des.bDeviceClass, des.bDeviceSubClass, des.bDeviceProtocol); in UsbStdCtrlCmd() 772 … des.idVendor, des.idProduct, des.bDeviceClass, des.bDeviceSubClass, des.bDeviceProtocol); in UsbStdCtrlCmd()
|
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/model/usb/host/src/ |
H A D | usb_pnp_notify.c | 182 deviceInfo->info.deviceInfo.deviceProtocol = infoData.usbDev->descriptor.bDeviceProtocol; in UsbPnpNotifyAddInitInfo()
|
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/model/usb/host/src/ |
H A D | usb_pnp_notify.c | 216 deviceInfo->info.deviceInfo.deviceProtocol = infoData.usbDev->ddesc.bDeviceProtocol; in UsbPnpNotifyAddInitInfo()
|
/ohos5.0/docs/zh-cn/device-dev/driver/ |
H A D | driver-peripherals-usb-des.md | 331 .bDeviceProtocol = 0,
|
/ohos5.0/docs/en/device-dev/driver/ |
H A D | driver-peripherals-usb-des.md | 333 .bDeviceProtocol = 0,
|