Home
last modified time | relevance | path

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

12

/ohos5.0/docs/zh-cn/application-dev/reference/apis-driverdevelopment-kit/
H A D_usb_device_descriptor.md33 | [bcdDevice](#bcddevice) | 设备发布编号。 |
43 ### bcdDevice subsection
47 uint16_t UsbDeviceDescriptor::bcdDevice
H A Dusb__ddk__types_8h.md73 | [bcdDevice](#bcddevice) | 设备发布编号。 |
117 ### bcdDevice subsection
121 uint16_t bcdDevice
/ohos5.0/docs/en/application-dev/reference/apis-driverdevelopment-kit/
H A D_usb_device_descriptor.md33 | [bcdDevice](#bcddevice) | Device release number.|
43 ### bcdDevice subsection
47 uint16_t UsbDeviceDescriptor::bcdDevice
H A Dusb__ddk__types_8h.md73 | [bcdDevice](#bcddevice) | Device release number.|
117 ### bcdDevice subsection
121 uint16_t bcdDevice
/ohos5.0/drivers/peripheral/usb/test/moduletest/common/
H A Dusb_device_serial_func_test.cpp131 const char *bcdDevice = "0223"; variable
136 …snprintf_s(targetLog, logMaxLen, logMaxLen - 1, fmt, idVendor, idPorduct, bcdDevice, configuration…
/ohos5.0/drivers/peripheral/usb/test/moduletest/common/scripts/
H A Dusb_raw_host_loopback.sh33 bcd_device=$(cat ${usb_dir}/bcdDevice)
H A Dusb_host_loopback.sh43 bcd_device=$(cat ${usb_dir}/bcdDevice)
/ohos5.0/base/usb/usb_manager/interfaces/innerkits/native/include/
H A Dusb_device.h334 void SetbcdDevice(uint16_t bcdDevice) in SetbcdDevice() argument
336 this->bcdDevice_ = bcdDevice; in SetbcdDevice()
/ohos5.0/drivers/external_device_manager/interfaces/ddk/usb/
H A Dusb_ddk_types.h94 uint16_t bcdDevice; member
/ohos5.0/drivers/peripheral/usb/hdi_service/include/
H A Dusbd_type.h158 uint16_t bcdDevice; 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.txt73 uint16_t bcdDevice;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/usb_ddk_v1_0/dump_ast_target/
H A Ddump.txt82 unsigned short bcdDevice;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/usb_ddk_v1_0/foo/usb/ddk/v1_0/
H A DUsbDdkTypes.idl80 unsigned short bcdDevice;
/ohos5.0/drivers/interface/usb/ddk/v1_0/
H A DUsbDdkTypes.idl80 unsigned short bcdDevice;
/ohos5.0/drivers/peripheral/usb/interfaces/ddk/common/
H A Dusb_ddk.h171 uint16_t bcdDevice; member
/ohos5.0/base/usb/usb_manager/services/native/src/
H A Dusb_descriptor_parser.cpp68 dev.SetbcdDevice(deviceDescriptor.bcdDevice); in ParseDeviceDescriptor()
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/model/usb/host/src/
H A Dusb_pnp_notify.c178 deviceInfo->info.deviceInfo.bcdDeviceLow = le16_to_cpu(infoData.usbDev->descriptor.bcdDevice); in UsbPnpNotifyAddInitInfo()
179 deviceInfo->info.deviceInfo.bcdDeviceHigh = le16_to_cpu(infoData.usbDev->descriptor.bcdDevice); in UsbPnpNotifyAddInitInfo()
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/model/usb/host/src/
H A Dusb_pnp_notify.c212 deviceInfo->info.deviceInfo.bcdDeviceLow = UGETW(infoData.usbDev->ddesc.bcdDevice); in UsbPnpNotifyAddInitInfo()
213 deviceInfo->info.deviceInfo.bcdDeviceHigh = UGETW(infoData.usbDev->ddesc.bcdDevice); in UsbPnpNotifyAddInitInfo()
/ohos5.0/drivers/peripheral/usb/test/unittest/device_sdk/
H A Dusb_device_cdcacm_test.cpp264 .bcdDevice = CPU_TO_LE16(DEVICE_VERSION),
/ohos5.0/drivers/peripheral/usb/ddk/device/src/
H A Dusbfn_cfg_mgr.c81 devDesc->bcdDevice = LE16_TO_CPU(value); in UsbFnCfgMgrParseDevDesc()
1014 *value = (uint16_t)fnDevMgr->des->deviceDesc->bcdDevice; in IsDevDescPropAndGetValue()
H A Dadapter_if.c654 ret = UsbFnWriteProp(devName, "bcdDevice", desc->bcdDevice); in WriteDeviceId()
/ohos5.0/drivers/hdf_core/framework/test/unittest/model/usb/device/src/
H A Dusb_device_lite_cdcacm_test.c256 .bcdDevice = CPU_TO_LE16(DEVICE_VERSION),
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-peripherals-usb-des.md335 .bcdDevice = CpuToLe16(DEVICE_VERSION),
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-peripherals-usb-des.md337 .bcdDevice = CpuToLe16(DEVICE_VERSION),
/ohos5.0/base/update/packaging_tools/test/
H A Dsource_vendor_data Error!