| /linux-6.15/drivers/pci/ |
| H A 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.15/drivers/platform/chrome/ |
| H A 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.15/drivers/power/reset/ |
| H A D | piix4-poweroff.c | 53 spec_devid = PCI_DEVID(0, PCI_DEVFN(0x1f, 0x7)); in piix4_poweroff()
|
| /linux-6.15/drivers/iommu/intel/ |
| H A D | pasid.c | 223 sid = PCI_DEVID(info->bus, info->devfn); in devtlb_invalidation_with_pasid() 1037 PCI_DEVID(bus, devfn), in device_pasid_table_setup() 1063 PCI_DEVID(bus, devfn), in device_pasid_table_setup() 1107 qi_flush_dev_iotlb(info->iommu, PCI_DEVID(info->bus, info->devfn), in __context_flush_dev_iotlb() 1138 iommu->flush.flush_context(iommu, did, PCI_DEVID(info->bus, info->devfn), in intel_context_flush_no_pasid()
|
| H A D | prq.c | 75 sid = PCI_DEVID(info->bus, info->devfn); in intel_iommu_drain_pasid_prq() 385 sid = PCI_DEVID(bus, devfn); in intel_iommu_page_response()
|
| H A D | cache.c | 407 sid = PCI_DEVID(info->bus, info->devfn); in cache_tag_flush_devtlb_psi() 433 sid = PCI_DEVID(info->bus, info->devfn); in cache_tag_flush_devtlb_all()
|
| H A D | irq_remapping.c | 306 sid = PCI_DEVID(ir_ioapic[i].bus, ir_ioapic[i].devfn); in set_ioapic_sid() 331 sid = PCI_DEVID(ir_hpet[i].bus, ir_hpet[i].devfn); in set_hpet_sid()
|
| H A D | iommu.c | 100 if (*rid_lhs < PCI_DEVID(info->bus, info->devfn)) in device_rid_cmp_key() 103 if (*rid_lhs > PCI_DEVID(info->bus, info->devfn)) in device_rid_cmp_key() 113 u16 key = PCI_DEVID(info->bus, info->devfn); in device_rid_cmp() 1490 PCI_DEVID(bus, devfn), in copied_context_tear_down() 1511 PCI_DEVID(bus, devfn), in context_present_cache_flush() 4650 sid = PCI_DEVID(info->bus, info->devfn); in quirk_extra_dev_tlb_flush()
|
| /linux-6.15/drivers/media/pci/intel/ipu6/ |
| H A D | ipu6-bus.c | 103 PCI_DEVID(pdev->bus->number, pdev->devfn); in ipu6_bus_initialize_device()
|
| /linux-6.15/drivers/vfio/pci/pds/ |
| H A D | vfio_dev.c | 140 pci_id = PCI_DEVID(pdev->bus->number, pdev->devfn); in pds_vfio_init_device()
|
| H A D | cmds.c | 55 PCI_DEVID(pdev->bus->number, pdev->devfn)); in pds_vfio_register_client_cmd()
|
| /linux-6.15/drivers/pci/pcie/ |
| H A D | edr.c | 140 ost_status = PCI_DEVID(edev->bus->number, edev->devfn) << 16; in acpi_send_edr_status()
|
| H A D | aer_inject.c | 433 rperr->source_id |= PCI_DEVID(einj->bus, devfn); in aer_inject() 446 rperr->source_id |= PCI_DEVID(einj->bus, devfn) << 16; in aer_inject()
|
| /linux-6.15/drivers/gpu/drm/xe/ |
| H A D | xe_heci_gsc.c | 150 PCI_DEVID(pdev->bus->number, pdev->devfn); in heci_gsc_add_device()
|
| /linux-6.15/drivers/gpu/drm/i915/gt/ |
| H A D | intel_gsc.c | 235 PCI_DEVID(pdev->bus->number, pdev->devfn); in gsc_init_one()
|
| /linux-6.15/arch/x86/hyperv/ |
| H A D | irqdomain.c | 118 .rid = PCI_DEVID(dev->bus->number, dev->devfn) in hv_build_pci_dev_id()
|
| /linux-6.15/drivers/xen/ |
| H A D | grant-dma-ops.c | 322 u32 rid = PCI_DEVID(pdev->bus->number, pdev->devfn); in xen_dt_grant_init_backend_domid()
|
| /linux-6.15/drivers/peci/ |
| H A D | request.c | 296 return reg | PCI_DEVID(bus, PCI_DEVFN(dev, func)) << 12; in __get_pci_addr()
|
| /linux-6.15/drivers/perf/ |
| H A D | dwc_pcie_pmu.c | 548 sbdf = (pci_domain_nr(pdev->bus) << 16) | PCI_DEVID(pdev->bus->number, pdev->devfn); in dwc_pcie_register_dev()
|
| /linux-6.15/drivers/pci/controller/ |
| H A D | pcie-altera.c | 63 (((PCI_DEVID(pcie->root_bus_nr, RP_DEVFN)) << 16) | (tag << 8) | (be))
|
| /linux-6.15/include/linux/ |
| H A D | pci.h | 71 #define PCI_DEVID(bus, devfn) ((((u16)(bus)) << 8) | (devfn)) macro 695 return PCI_DEVID(dev->bus->number, dev->devfn); in pci_dev_id()
|