Home
last modified time | relevance | path

Searched refs:bcdDevice (Results 1 - 10 of 10) sorted by relevance

/drivers/peripheral/usb/test/moduletest/common/
H A Dusb_device_serial_func_test.cpp131 const char *bcdDevice = "0223"; in HWTEST_F() local
136 snprintf_s(targetLog, logMaxLen, logMaxLen - 1, fmt, idVendor, idPorduct, bcdDevice, configurationValue); in HWTEST_F()
/drivers/external_device_manager/interfaces/ddk/usb/
H A Dusb_ddk_types.h94 uint16_t bcdDevice; member
/drivers/peripheral/usb/hdi_service/include/
H A Dusbd_type.h155 uint16_t bcdDevice; member
/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()
/drivers/peripheral/usb/interfaces/ddk/common/
H A Dusb_ddk.h171 uint16_t bcdDevice; member
/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()
/drivers/peripheral/usb/test/unittest/device_sdk/
H A Dusb_device_cdcacm_test.cpp264 .bcdDevice = CPU_TO_LE16(DEVICE_VERSION),
/drivers/hdf_core/framework/test/unittest/model/usb/device/src/
H A Dusb_device_lite_cdcacm_test.c256 .bcdDevice = CPU_TO_LE16(DEVICE_VERSION),
/drivers/peripheral/usb/ddk/device/src/
H A Dusbfn_cfg_mgr.c78 HDF_LOGE("%{public}s: read bcdDevice fail", __func__); in UsbFnCfgMgrParseDevDesc()
81 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()

Completed in 13 milliseconds