Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/model/usb/include/
H A Dusb_ddk_pnp_loader.h42 uint16_t bcdDeviceHigh; member
H A Dhdf_usb_pnp_manage.h80 uint16_t bcdDeviceHigh; member
/drivers/peripheral/usb/hdf_usb/include/
H A Dusb_ddk_pnp_loader.h42 uint16_t bcdDeviceHigh; member
H A Dhdf_usb_pnp_manage.h80 uint16_t bcdDeviceHigh; member
/drivers/hdf_core/adapter/khdf/linux/model/usb/host/src/
H A Dusb_pnp_notify.c179 deviceInfo->info.deviceInfo.bcdDeviceHigh = le16_to_cpu(infoData.usbDev->descriptor.bcdDevice); in UsbPnpNotifyAddInitInfo()
276 infoTable.deviceInfo.bcdDeviceHigh = deviceInfo->info.deviceInfo.bcdDeviceHigh; in UsbPnpNotifyInitInfo()
460 infoTable->deviceInfo.bcdDeviceHigh = g_testUsbPnpInfo->deviceInfo.bcdDeviceHigh; in TestPnpNotifyFillInfoTable()
/drivers/peripheral/usb/sample/host/src/
H A Dusbhost_pnp_test.c76 infoTable.deviceInfo.bcdDeviceHigh = 0x0000; in TestInitPnpInfo()
/drivers/hdf_core/adapter/khdf/liteos/model/usb/host/src/
H A Dusb_pnp_notify.c213 deviceInfo->info.deviceInfo.bcdDeviceHigh = UGETW(infoData.usbDev->ddesc.bcdDevice); in UsbPnpNotifyAddInitInfo()
304 infoTable.deviceInfo.bcdDeviceHigh = deviceInfo->info.deviceInfo.bcdDeviceHigh; in UsbPnpNotifyInitInfo()
480 infoTable->deviceInfo.bcdDeviceHigh = g_testUsbPnpInfo->deviceInfo.bcdDeviceHigh; in TestPnpNotifyFillInfoTable()
/drivers/peripheral/usb/ddk/host/src/
H A Dddk_sysfs_device.c206 devInfo->bcdDeviceHigh = devInfo->bcdDeviceLow; in DdkSysfsGetDevice()
/drivers/hdf_core/framework/model/usb/src/
H A Dusb_ddk_pnp_loader.c91 if ((id->matchFlag & USB_PNP_NOTIFY_MATCH_DEV_HIGH) && (id->bcdDeviceHigh < dev->deviceInfo.bcdDeviceHigh)) { in UsbDdkPnpLoaderMatchDevice()
474 if (devResIface->GetUint16(node, "bcdDeviceHigh", &table->bcdDeviceHigh, 0) != HDF_SUCCESS) { in UsbDdkPnpLoaderParseIdDevice()
475 HDF_LOGE("%s: read bcdDeviceHigh fail!", __func__); in UsbDdkPnpLoaderParseIdDevice()

Completed in 7 milliseconds