Home
last modified time | relevance | path

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

/linux/drivers/pci/controller/
H A Dpcie-mediatek-gen3.c226 struct irq_domain *msi_bottom_domain; member
831 pcie->msi_bottom_domain = msi_create_parent_irq_domain(&info, &mtk_msi_parent_ops); in mtk_pcie_init_irq_domains()
832 if (!pcie->msi_bottom_domain) { in mtk_pcie_init_irq_domains()
855 if (pcie->msi_bottom_domain) in mtk_pcie_irq_teardown()
856 irq_domain_remove(pcie->msi_bottom_domain); in mtk_pcie_irq_teardown()
878 generic_handle_domain_irq(pcie->msi_bottom_domain, hwirq); in mtk_pcie_msi_handler()