Home
last modified time | relevance | path

Searched refs:pci_to_dev (Results 1 – 2 of 2) sorted by relevance

/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Ddevice.h14 #define pci_to_dev(pci) (pci) macro
/xen-4.10.0-shim-comet/xen/drivers/passthrough/
A Dpci.c1298 rc = hd->platform_ops->add_device(pdev->devfn, pci_to_dev(pdev)); in iommu_add_device()
1307 rc = hd->platform_ops->add_device(devfn, pci_to_dev(pdev)); in iommu_add_device()
1328 return hd->platform_ops->enable_device(pci_to_dev(pdev)); in iommu_enable_device()
1350 rc = hd->platform_ops->remove_device(devfn, pci_to_dev(pdev)); in iommu_remove_device()
1359 return hd->platform_ops->remove_device(pdev->devfn, pci_to_dev(pdev)); in iommu_remove_device()
1416 if ( (rc = hd->platform_ops->assign_device(d, devfn, pci_to_dev(pdev), flag)) ) in assign_device()
1424 rc = hd->platform_ops->assign_device(d, devfn, pci_to_dev(pdev), flag); in assign_device()
1460 pci_to_dev(pdev)); in deassign_device()
1471 pci_to_dev(pdev)); in deassign_device()

Completed in 6 milliseconds