Home
last modified time | relevance | path

Searched refs:bDeviceSubClass (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.md28 | [bDeviceSubClass](#bdevicesubclass) | 由USB标准化组织(USB-IF)分配的子类代码,其值由[bDeviceClass](#bdeviceclass)的值…
29 …otocol) | 由USB标准化组织(USB-IF)分配的协议代码,其值由[bDeviceClass](#bdeviceclass)和[bDeviceSubClass](#bdevicesubc…
100 由USB标准化组织(USB-IF)分配的协议代码,其值由[bDeviceClass](#bdeviceclass)和[bDeviceSubClass](#bdevicesubclass)的值限定。
103 ### bDeviceSubClass subsection
107 uint8_t UsbDeviceDescriptor::bDeviceSubClass
H A Dusb__ddk__types_8h.md68 | [bDeviceSubClass](#bdevicesubclass) | 由USB标准化组织(USB-IF)分配的子类代码,其值由[bDeviceClass](#bdeviceclass)的值…
69 …otocol) | 由USB标准化组织(USB-IF)分配的协议代码,其值由[bDeviceClass](#bdeviceclass)和[bDeviceSubClass](#bdevicesubc…
186 由USB标准化组织(USB-IF)分配的协议代码,其值由[bDeviceClass](#bdeviceclass)和[bDeviceSubClass](#bdevicesubclass)的值限定。
189 ### bDeviceSubClass subsection
193 uint8_t bDeviceSubClass
/ohos5.0/docs/en/application-dev/reference/apis-driverdevelopment-kit/
H A D_usb_device_descriptor.md28 | [bDeviceSubClass](#bdevicesubclass) | Device subclass code allocated by USB-IF. The value is limi…
29 …. The value is limited by that of [bDeviceClass](#bdeviceclass) and [bDeviceSubClass](#bdevicesubc…
100 …. The value is limited by that of [bDeviceClass](#bdeviceclass) and [bDeviceSubClass](#bdevicesubc…
103 ### bDeviceSubClass subsection
107 uint8_t UsbDeviceDescriptor::bDeviceSubClass
H A Dusb__ddk__types_8h.md68 | [bDeviceSubClass](#bdevicesubclass) | Device subclass code allocated by USB-IF. The value is limi…
69 …. The value is limited by that of [bDeviceClass](#bdeviceclass) and [bDeviceSubClass](#bdevicesubc…
186 …. The value is limited by that of [bDeviceClass](#bdeviceclass) and [bDeviceSubClass](#bdevicesubc…
189 ### bDeviceSubClass subsection
193 uint8_t bDeviceSubClass
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/usb_ddk_v1_0/foo/usb/ddk/v1_0/
H A DUsbDdkTypes.idl70 unsigned char bDeviceSubClass;
71 …ocol code allocated by USB-IF. The value is limited by that of bDeviceClass and bDeviceSubClass. */
/ohos5.0/drivers/interface/usb/ddk/v1_0/
H A DUsbDdkTypes.idl70 unsigned char bDeviceSubClass;
71 …ocol code allocated by USB-IF. The value is limited by that of bDeviceClass and bDeviceSubClass. */
/ohos5.0/drivers/peripheral/usb/interfaces/ddk/common/
H A Dusb_ddk.h166 uint8_t bDeviceSubClass; member
238 uint8_t bDeviceSubClass; member
/ohos5.0/drivers/peripheral/usb/test/moduletest/common/
H A Dusb_host_serial_func_test.cpp392 const char *bDeviceSubClass = "0x00"; variable
398 …g, logMaxLen, logMaxLen - 1, fmt, idVendor, idProduct, bDeviceClass, bDeviceSubClass, bDeviceProto…
/ohos5.0/drivers/external_device_manager/interfaces/ddk/usb/
H A Dusb_ddk_types.h84 uint8_t bDeviceSubClass; member
/ohos5.0/drivers/peripheral/usb/test/moduletest/common/liteos/
H A Dusb_host_serial_func_test.cpp492 const char *bDeviceSubClass = "0x00"; variable
498 idVendor, idProduct, bDeviceClass, bDeviceSubClass, bDeviceProtocol) < 0) {
/ohos5.0/drivers/peripheral/usb/hdi_service/include/
H A Dusbd_type.h153 uint8_t bDeviceSubClass; 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.txt68 uint8_t bDeviceSubClass;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/usb_ddk_v1_0/dump_ast_target/
H A Ddump.txt77 unsigned char bDeviceSubClass;
/ohos5.0/drivers/external_device_manager/services/native/driver_extension_manager/src/bus_extension/usb/
H A Dusb_dev_subscriber.cpp35 uint8_t bDeviceSubClass; member
/ohos5.0/base/usb/usb_manager/services/native/src/
H A Dusb_descriptor_parser.cpp64 dev.SetSubclass(deviceDescriptor.bDeviceSubClass); in ParseDeviceDescriptor()
/ohos5.0/drivers/peripheral/usb/ddk/device/src/
H A Dusbfn_cfg_mgr.c48 … drsOps->GetUint8(devDescNode, USBDEV_SUBCLASS, &devDesc->bDeviceSubClass, 0) != HDF_SUCCESS || in UsbFnCfgMgrParseDevDesc()
415 drsOps->GetUint8(node, QUALIFIER_SUBCLASS, &desc->bDeviceSubClass, 0) != HDF_SUCCESS || in UsbFnCfgMgrParseQualifierDesc()
994 *value = (uint16_t)fnDevMgr->des->deviceDesc->bDeviceSubClass; in IsDevDescPropAndGetValue()
H A Dadapter_if.c662 ret = UsbFnWriteProp(devName, "bDeviceSubClass", desc->bDeviceSubClass); in WriteDeviceId()
/ohos5.0/drivers/peripheral/usb/cfg/
H A Dinit.usb.configfs.cfg16 "write /config/usb_gadget/g1/bDeviceSubClass 0",
/ohos5.0/drivers/peripheral/usb/test/unittest/device_sdk/
H A Dusb_device_cdcacm_test.cpp259 .bDeviceSubClass = 0,
/ohos5.0/drivers/hdf_core/framework/test/unittest/model/usb/device/src/
H A Dusb_device_lite_cdcacm_test.c251 .bDeviceSubClass = 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.c181 deviceInfo->info.deviceInfo.deviceSubClass = infoData.usbDev->descriptor.bDeviceSubClass; in UsbPnpNotifyAddInitInfo()
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/model/usb/host/src/
H A Dusb_pnp_notify.c215 deviceInfo->info.deviceInfo.deviceSubClass = infoData.usbDev->ddesc.bDeviceSubClass; in UsbPnpNotifyAddInitInfo()
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-peripherals-usb-des.md330 .bDeviceSubClass = 0,
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-peripherals-usb-des.md332 .bDeviceSubClass = 0,