Home
last modified time | relevance | path

Searched refs:usbDevAddr (Results 1 - 12 of 12) sorted by relevance

/drivers/hdf_core/framework/model/usb/include/
H A Dusb_ddk_pnp_loader.h61 uint64_t usbDevAddr; member
70 uint64_t usbDevAddr; member
H A Dhdf_usb_pnp_manage.h88 uint64_t usbDevAddr; member
/drivers/peripheral/usb/hdf_usb/include/
H A Dusb_ddk_pnp_loader.h61 uint64_t usbDevAddr; member
70 uint64_t usbDevAddr; member
H A Dhdf_usb_pnp_manage.h88 uint64_t usbDevAddr; member
/drivers/hdf_core/adapter/khdf/linux/model/usb/host/src/
H A 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()
373 HDF_LOGI("%s:%d device information, %d usbDevAddr=%llu, devNum=%d, busNum=%d, infoTable=%d-0x%x-0x%x!", __func__, in UsbPnpNotifyHdfSendEvent()
374 __LINE__, g_usbPnpNotifyCmdType, deviceInfo->info.usbDevAddr, deviceInfo->info.devNum, deviceInfo->info.busNum, in UsbPnpNotifyHdfSendEvent()
423 HDF_LOGI("%s:%d device information, %d usbDevAddr=%llu, devNum=%d, busNum=%d, infoTable=%d-0x%x-0x%x!", in UsbPnpNotifyFirstGetDevice()
424 __func__, __LINE__, USB_PNP_DRIVER_GETDEVICES, deviceInfo->info.usbDevAddr, in UsbPnpNotifyFirstGetDevice()
[all...]
/drivers/hdf_core/adapter/khdf/linux/model/usb/host/include/
H A Dusb_pnp_notify.h65 uint64_t usbDevAddr; member
/drivers/hdf_core/adapter/khdf/liteos/model/usb/host/include/
H A Dusb_pnp_notify.h86 uint64_t usbDevAddr; member
/drivers/hdf_core/framework/model/usb/src/
H A Dusb_ddk_pnp_loader.c721 deviceTableListTemp->usbDevAddr = info->usbDevAddr; in UsbDdkPnpLoaderDeviceListAdd()
755 (deviceListTablePos->usbDevAddr == info->usbDevAddr) && (deviceListTablePos->devNum == info->devNum) && in UsbDdkPnpLoaderAddInterface()
904 if (deviceListTablePos->usbDevAddr == removeInfo.usbDevAddr) { in UsbDdkPnpLoaderRemoveDevice()
1022 removeInfo.usbDevAddr = infoTable->usbDevAddr; in UsbDdkPnpLoaderEventReceived()
/drivers/hdf_core/adapter/khdf/liteos/model/usb/host/src/
H A 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, infoTable.numInfos, in TestPnpNotifyHdfSendEvent()
693 infoQueryPara.usbDevAddr in UsbPnpNotifyDetachDevice()
[all...]
/drivers/peripheral/usb/sample/host/src/
H A Dusbhost_pnp_test.c65 infoTable.usbDevAddr = 0; in TestInitPnpInfo()
/drivers/peripheral/usb/ddk/host/src/
H A Dddk_sysfs_device.c185 device->usbDevAddr = DdkSysfsMakeDevAddr(device->busNum, device->devNum); in DdkSysfsStandardizeDevice()
H A Dddk_device_manager.c67 if (infoPos->info.usbDevAddr == devAddr) { in DdkDevMgrIsDevExists()

Completed in 8 milliseconds