Home
last modified time | relevance | path

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

/ohos5.0/docs/zh-cn/application-dev/reference/apis-driverdevelopment-kit/
H A D_usb_device_descriptor.md29 | [bDeviceProtocol](#bdeviceprotocol) | 由USB标准化组织(USB-IF)分配的协议代码,其值由[bDeviceClass](#bdeviceclass)和[…
91 ### bDeviceProtocol subsection
95 uint8_t UsbDeviceDescriptor::bDeviceProtocol
H A Dusb__ddk__types_8h.md69 | [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.md29 | [bDeviceProtocol](#bdeviceprotocol) | Protocol code allocated by USB-IF. The value is limited by …
91 ### bDeviceProtocol subsection
95 uint8_t UsbDeviceDescriptor::bDeviceProtocol
H A Dusb__ddk__types_8h.md69 | [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 Dusb_device_serial_func_test.cpp157 const char *bDeviceProtocol = "01"; variable
161 ASSERT_EQ(system(("PropTest -s bDeviceProtocol " + string(bDeviceProtocol)).c_str()), 0);
H A Dusb_host_serial_func_test.cpp393 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 Dusb_ddk.h167 uint8_t bDeviceProtocol; member
239 uint8_t bDeviceProtocol; member
/ohos5.0/drivers/external_device_manager/interfaces/ddk/usb/
H A Dusb_ddk_types.h86 uint8_t bDeviceProtocol; member
/ohos5.0/drivers/peripheral/usb/test/moduletest/common/liteos/
H A Dusb_host_serial_func_test.cpp493 const char *bDeviceProtocol = "0x00"; variable
498 idVendor, idProduct, bDeviceClass, bDeviceSubClass, bDeviceProtocol) < 0) {
/ohos5.0/drivers/peripheral/usb/hdi_service/include/
H A Dusbd_type.h154 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 Dusb_ddk_types.h.txt69 uint8_t bDeviceProtocol;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/usb_ddk_v1_0/dump_ast_target/
H A Ddump.txt78 unsigned char bDeviceProtocol;
/ohos5.0/drivers/external_device_manager/services/native/driver_extension_manager/src/bus_extension/usb/
H A Dusb_dev_subscriber.cpp36 uint8_t bDeviceProtocol; member
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/usb_ddk_v1_0/foo/usb/ddk/v1_0/
H A DUsbDdkTypes.idl72 unsigned char bDeviceProtocol;
/ohos5.0/drivers/interface/usb/ddk/v1_0/
H A DUsbDdkTypes.idl72 unsigned char bDeviceProtocol;
/ohos5.0/drivers/peripheral/usb/ddk/device/src/
H A Dusbfn_cfg_mgr.c49 … 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 Dadapter_if.c666 ret = UsbFnWriteProp(devName, "bDeviceProtocol", desc->bDeviceProtocol); in WriteDeviceId()
/ohos5.0/drivers/peripheral/usb/cfg/
H A Dinit.usb.configfs.cfg17 "write /config/usb_gadget/g1/bDeviceProtocol 0",
/ohos5.0/drivers/peripheral/usb/test/unittest/device_sdk/
H A Dusb_device_cdcacm_test.cpp260 .bDeviceProtocol = 0,
/ohos5.0/drivers/hdf_core/framework/test/unittest/model/usb/device/src/
H A Dusb_device_lite_cdcacm_test.c252 .bDeviceProtocol = 0,
/ohos5.0/drivers/peripheral/usb/serial/src/
H A Dusb_serial.c756 … 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 Dusb_pnp_notify.c182 deviceInfo->info.deviceInfo.deviceProtocol = infoData.usbDev->descriptor.bDeviceProtocol; in UsbPnpNotifyAddInitInfo()
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/model/usb/host/src/
H A Dusb_pnp_notify.c216 deviceInfo->info.deviceInfo.deviceProtocol = infoData.usbDev->ddesc.bDeviceProtocol; in UsbPnpNotifyAddInitInfo()
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-peripherals-usb-des.md331 .bDeviceProtocol = 0,
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-peripherals-usb-des.md333 .bDeviceProtocol = 0,