Symbol: dev_set_msi_domain
arch/loongarch/pci/pci.c
77
dev_set_msi_domain(&dev->dev, dom);
arch/powerpc/kernel/pci-common.c
1091
dev_set_msi_domain(&dev->dev, d);
arch/s390/pci/pci_bus.c
197
dev_set_msi_domain(&zbus->bus->dev, zbus->msi_parent_domain);
arch/x86/pci/common.c
687
dev_set_msi_domain(&dev->dev, msidom);
drivers/acpi/arm64/iort.c
861
dev_set_msi_domain(dev, domain);
drivers/acpi/arm64/iort.c
917
dev_set_msi_domain(dev, msi_domain);
drivers/bus/fsl-mc/dprc-driver.c
659
dev_set_msi_domain(&mc_dev->dev, mc_msi_domain);
drivers/bus/fsl-mc/dprc-driver.c
699
dev_set_msi_domain(&mc_dev->dev, NULL);
drivers/bus/fsl-mc/dprc-driver.c
791
dev_set_msi_domain(&mc_dev->dev, NULL);
drivers/cdx/cdx.c
801
dev_set_msi_domain(&cdx_dev->dev, cdx->msi_domain);
drivers/iommu/amd/iommu.c
1091
dev_set_msi_domain(dev, iommu->ir_domain);
drivers/iommu/intel/dmar.c
338
dev_set_msi_domain(&pdev->dev, dev_get_msi_domain(&physfn->dev));
drivers/iommu/intel/irq_remapping.c
1082
dev_set_msi_domain(&info->dev->dev, map_dev_to_ir(info->dev));
drivers/iommu/riscv/iommu-platform.c
82
dev_set_msi_domain(dev, msi_domain);
drivers/irqchip/irq-riscv-aplic-msi.c
267
dev_set_msi_domain(dev, msi_domain);
drivers/irqchip/irq-riscv-rpmi-sysmsi.c
283
dev_set_msi_domain(dev, msi_domain);
drivers/mailbox/riscv-sbi-mpxy-mbox.c
927
dev_set_msi_domain(dev, msi_domain);
drivers/of/irq.c
903
dev_set_msi_domain(dev,
drivers/pci/controller/pci-hyperv.c
2221
dev_set_msi_domain(&hbus->bridge->dev, hbus->irq_domain);
drivers/pci/controller/vmd.c
918
dev_set_msi_domain(&vmd->bus->dev, vmd->irq_domain);
drivers/pci/controller/vmd.c
920
dev_set_msi_domain(&vmd->bus->dev,
drivers/pci/endpoint/pci-ep-msi.c
167
dev_set_msi_domain(epc->dev.parent, domain);
drivers/pci/probe.c
2723
dev_set_msi_domain(&dev->dev, d);
drivers/pci/probe.c
979
dev_set_msi_domain(&bus->dev, d);