Home
last modified time | relevance | path

Searched refs:usbDevAddr (Results 1 – 10 of 10) sorted by relevance

/drivers/hdf_core/framework/model/usb/include/
Dusb_ddk_pnp_loader.h61 uint64_t usbDevAddr; member
70 uint64_t usbDevAddr; member
Dhdf_usb_pnp_manage.h87 uint64_t usbDevAddr; member
/drivers/hdf_core/adapter/khdf/linux/model/usb/host/include/
Dusb_pnp_notify.h65 uint64_t usbDevAddr; member
/drivers/hdf_core/adapter/khdf/linux/model/usb/host/src/
Dusb_pnp_notify.c106 if (infoPos->info.usbDevAddr == queryPara.usbDevAddr) { in UsbPnpNotifyFindInfo()
167 deviceInfo->info.usbDevAddr = (uint64_t)infoData.usbDev; in UsbPnpNotifyAddInitInfo()
270 infoTable.usbDevAddr = deviceInfo->info.usbDevAddr; in UsbPnpNotifyInitInfo()
327 infoQueryPara.usbDevAddr = (uint64_t)pnpInfoData->usbDev; in UsbPnpNotifyGetDeviceInfo()
374 …__LINE__, g_usbPnpNotifyCmdType, deviceInfo->info.usbDevAddr, deviceInfo->info.devNum, deviceInfo-… in UsbPnpNotifyHdfSendEvent()
424 __func__, __LINE__, USB_PNP_DRIVER_GETDEVICES, deviceInfo->info.usbDevAddr, in UsbPnpNotifyFirstGetDevice()
449 infoTable->usbDevAddr = g_testUsbPnpInfo->usbDevAddr; in TestPnpNotifyFillInfoTable()
502 …__func__, g_usbPnpNotifyCmdType, infoTable.usbDevAddr, infoTable.devNum, infoTable.busNum, infoTab… in TestPnpNotifyHdfSendEvent()
665 infoQueryPara.usbDevAddr = (uint64_t)dev; in UsbPnpNotifyCallback()
/drivers/hdf_core/adapter/khdf/liteos/model/usb/host/include/
Dusb_pnp_notify.h86 uint64_t usbDevAddr; member
/drivers/hdf_core/adapter/khdf/liteos/model/usb/host/src/
Dusb_pnp_notify.c145 if (infoPos->info.usbDevAddr == queryPara.usbDevAddr) { in UsbPnpNotifyFindInfo()
206 deviceInfo->info.usbDevAddr = (uint64_t)infoData.usbDev; in UsbPnpNotifyAddInitInfo()
298 infoTable.usbDevAddr = deviceInfo->info.usbDevAddr; in UsbPnpNotifyInitInfo()
377 infoQueryPara.usbDevAddr = (uint64_t)pnpInfoData->usbDev; in UsbPnpNotifyGetDeviceInfo()
469 infoTable->usbDevAddr = g_testUsbPnpInfo->usbDevAddr; in TestPnpNotifyFillInfoTable()
523 …__func__, g_usbPnpNotifyCmdType, infoTable.usbDevAddr, infoTable.devNum, infoTable.busNum, infoTab… in TestPnpNotifyHdfSendEvent()
693 infoQueryPara.usbDevAddr = (uint64_t)udev; in UsbPnpNotifyDetachDevice()
/drivers/hdf_core/framework/model/usb/src/
Dusb_ddk_pnp_loader.c721 deviceTableListTemp->usbDevAddr = info->usbDevAddr; in UsbDdkPnpLoaderDeviceListAdd()
755 …(deviceListTablePos->usbDevAddr == info->usbDevAddr) && (deviceListTablePos->devNum == info->devNu… in UsbDdkPnpLoaderAddInterface()
904 if (deviceListTablePos->usbDevAddr == removeInfo.usbDevAddr) { in UsbDdkPnpLoaderRemoveDevice()
1022 removeInfo.usbDevAddr = infoTable->usbDevAddr; in UsbDdkPnpLoaderEventReceived()
/drivers/peripheral/usb/sample/host/src/
Dusbhost_pnp_test.c65 infoTable.usbDevAddr = 0; in TestInitPnpInfo()
/drivers/peripheral/usb/ddk/host/src/
Dddk_sysfs_device.c184 device->usbDevAddr = DdkSysfsMakeDevAddr(device->busNum, device->devNum); in DdkSysfsStandardizeDevice()
Dddk_device_manager.c67 if (infoPos->info.usbDevAddr == devAddr) { in DdkDevMgrIsDevExists()