Home
last modified time | relevance | path

Searched refs:dev_get_msi_domain (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/drivers/pci/msi/
H A Dirqdomain.c15 domain = dev_get_msi_domain(&dev->dev); in pci_msi_setup_msi_irqs()
26 domain = dev_get_msi_domain(&dev->dev); in pci_msi_teardown_msi_irqs()
242 struct irq_domain *domain = dev_get_msi_domain(&pdev->dev); in pci_create_device_domain()
331 domain = dev_get_msi_domain(&pdev->dev); in pci_msi_domain_supports()
403 struct irq_domain *domain = dev_get_msi_domain(&pdev->dev); in pci_create_ims_domain()
/openbmc/linux/drivers/bus/fsl-mc/
H A Ddprc-driver.c327 if (dev_get_msi_domain(&mc_bus_dev->dev)) { in dprc_scan_objects()
634 if (dev_get_msi_domain(&mc_dev->dev)) in dprc_setup()
804 if (dev_get_msi_domain(&mc_dev->dev)) { in dprc_cleanup()
853 if (dev_get_msi_domain(&mc_dev->dev)) in dprc_remove()
H A Dfsl-mc-bus.c874 dev_get_msi_domain(&parent_mc_dev->dev)); in fsl_mc_device_add()
/openbmc/linux/arch/x86/kernel/apic/
H A Dmsi.c152 struct irq_domain *domain = dev_get_msi_domain(&dev->dev); in pci_dev_has_default_msi_parent_domain()
155 domain = dev_get_msi_domain(&dev->bus->dev); in pci_dev_has_default_msi_parent_domain()
/openbmc/linux/drivers/pci/
H A Dprobe.c833 d = dev_get_msi_domain(bus->bridge); in pci_host_bridge_msi_domain()
871 d = dev_get_msi_domain(&b->self->dev); in pci_set_bus_msi_domain()
938 if (bridge->msi_domain && !dev_get_msi_domain(&bus->dev) && in pci_register_host_bridge()
2524 d = dev_get_msi_domain(&dev->dev); in pci_dev_msi_domain()
2550 d = dev_get_msi_domain(&dev->bus->dev); in pci_set_msi_domain()
/openbmc/linux/arch/x86/pci/
H A Dcommon.c684 msidom = dev_get_msi_domain(&dev->bus->dev); in pcibios_device_add()
/openbmc/linux/include/linux/
H A Ddevice.h900 static inline struct irq_domain *dev_get_msi_domain(const struct device *dev) in dev_get_msi_domain() function
/openbmc/linux/drivers/pci/controller/
H A Dvmd.c931 dev_get_msi_domain(&vmd->dev->dev)); in vmd_enable_domain()
/openbmc/linux/kernel/irq/
H A Dmsi.c1660 struct irq_domain *domain = dev_get_msi_domain(dev); in msi_device_has_isolated_msi()
/openbmc/linux/arch/powerpc/kernel/
H A Dpci-common.c1090 d = dev_get_msi_domain(&dev->bus->dev); in pcibios_device_add()
/openbmc/linux/drivers/iommu/intel/
H A Ddmar.c337 dev_set_msi_domain(&pdev->dev, dev_get_msi_domain(&physfn->dev)); in vf_inherit_msi_domain()