Searched refs:PCI_DEVID (Results 1 – 13 of 13) sorted by relevance
/linux-6.6.21/drivers/pci/ |
D | search.c | 53 ret = fn(pdev, PCI_DEVID(pdev->bus->number, devfn), in pci_for_each_dma_alias() 90 PCI_DEVID(tmp->subordinate->number, in pci_for_each_dma_alias() 104 PCI_DEVID(tmp->subordinate->number, in pci_for_each_dma_alias()
|
/linux-6.6.21/drivers/platform/chrome/ |
D | chromeos_laptop.c | 437 .pci_devid = PCI_DEVID(0, PCI_DEVFN(0x15, 0x2)), 449 .pci_devid = PCI_DEVID(0, PCI_DEVFN(0x15, 0x1)), 459 .pci_devid = PCI_DEVID(0, PCI_DEVFN(0x15, 0x1)), 468 .pci_devid = PCI_DEVID(0, PCI_DEVFN(0x15, 0x2)),
|
/linux-6.6.21/drivers/power/reset/ |
D | piix4-poweroff.c | 53 spec_devid = PCI_DEVID(0, PCI_DEVFN(0x1f, 0x7)); in piix4_poweroff()
|
/linux-6.6.21/drivers/pci/pcie/ |
D | edr.c | 134 ost_status = PCI_DEVID(edev->bus->number, edev->devfn) << 16; in acpi_send_edr_status()
|
/linux-6.6.21/drivers/iommu/intel/ |
D | svm.c | 361 sdev->sid = PCI_DEVID(info->bus, info->devfn); in intel_svm_bind_mm() 500 sid = PCI_DEVID(info->bus, info->devfn); in intel_drain_pasid_prq() 773 sid = PCI_DEVID(bus, devfn); in intel_svm_page_response()
|
D | iommu.c | 1490 PCI_DEVID(info->bus, info->devfn), in iommu_flush_dev_iotlb() 5050 sid = PCI_DEVID(info->bus, info->devfn); in quirk_extra_dev_tlb_flush()
|
/linux-6.6.21/drivers/vfio/pci/pds/ |
D | vfio_dev.c | 165 pci_id = PCI_DEVID(pdev->bus->number, pdev->devfn); in pds_vfio_init_device()
|
D | cmds.c | 55 PCI_DEVID(pdev->bus->number, pdev->devfn)); in pds_vfio_register_client_cmd()
|
/linux-6.6.21/drivers/gpu/drm/i915/gt/ |
D | intel_gsc.c | 249 PCI_DEVID(pdev->bus->number, pdev->devfn); in gsc_init_one()
|
/linux-6.6.21/arch/x86/hyperv/ |
D | irqdomain.c | 118 .rid = PCI_DEVID(dev->bus->number, dev->devfn) in hv_build_pci_dev_id()
|
/linux-6.6.21/drivers/xen/ |
D | grant-dma-ops.c | 322 u32 rid = PCI_DEVID(pdev->bus->number, pdev->devfn); in xen_dt_grant_init_backend_domid()
|
/linux-6.6.21/drivers/peci/ |
D | request.c | 296 return reg | PCI_DEVID(bus, PCI_DEVFN(dev, func)) << 12; in __get_pci_addr()
|
/linux-6.6.21/include/linux/ |
D | pci.h | 71 #define PCI_DEVID(bus, devfn) ((((u16)(bus)) << 8) | (devfn)) macro 687 return PCI_DEVID(dev->bus->number, dev->devfn); in pci_dev_id()
|