Home
last modified time | relevance | path

Searched refs:bcdDeviceLow (Results 1 - 9 of 9) sorted by relevance

/drivers/hdf_core/framework/model/usb/include/
H A Dusb_ddk_pnp_loader.h41 uint16_t bcdDeviceLow; member
H A Dhdf_usb_pnp_manage.h79 uint16_t bcdDeviceLow; member
/drivers/peripheral/usb/hdf_usb/include/
H A Dusb_ddk_pnp_loader.h41 uint16_t bcdDeviceLow; member
H A Dhdf_usb_pnp_manage.h79 uint16_t bcdDeviceLow; member
/drivers/peripheral/usb/ddk/host/src/
H A Dddk_sysfs_device.c205 devInfo->bcdDeviceLow = (uint16_t)value; in DdkSysfsGetDevice()
206 devInfo->bcdDeviceHigh = devInfo->bcdDeviceLow; in DdkSysfsGetDevice()
/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()
275 infoTable.deviceInfo.bcdDeviceLow = deviceInfo->info.deviceInfo.bcdDeviceLow; in UsbPnpNotifyInitInfo()
459 infoTable->deviceInfo.bcdDeviceLow = g_testUsbPnpInfo->deviceInfo.bcdDeviceLow; in TestPnpNotifyFillInfoTable()
/drivers/peripheral/usb/sample/host/src/
H A Dusbhost_pnp_test.c75 infoTable.deviceInfo.bcdDeviceLow = 0x0000; in TestInitPnpInfo()
/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()
303 infoTable.deviceInfo.bcdDeviceLow = deviceInfo->info.deviceInfo.bcdDeviceLow; in UsbPnpNotifyInitInfo()
479 infoTable->deviceInfo.bcdDeviceLow = g_testUsbPnpInfo->deviceInfo.bcdDeviceLow; in TestPnpNotifyFillInfoTable()
/drivers/hdf_core/framework/model/usb/src/
H A Dusb_ddk_pnp_loader.c87 if ((id->matchFlag & USB_PNP_NOTIFY_MATCH_DEV_LOW) && (id->bcdDeviceLow > dev->deviceInfo.bcdDeviceLow)) { in UsbDdkPnpLoaderMatchDevice()
469 if (devResIface->GetUint16(node, "bcdDeviceLow", &table->bcdDeviceLow, 0) != HDF_SUCCESS) { in UsbDdkPnpLoaderParseIdDevice()
470 HDF_LOGE("%s: read bcdDeviceLow fail!", __func__); in UsbDdkPnpLoaderParseIdDevice()

Completed in 6 milliseconds