Searched refs:dev_domain (Results 1 – 6 of 6) sorted by relevance
95 struct irq_domain *dev_domain; member283 virq = irq_find_mapping(msi->dev_domain, bit); in xilinx_pl_dma_pcie_msi_handler_high()304 virq = irq_find_mapping(msi->dev_domain, bit); in xilinx_pl_dma_pcie_msi_handler_low()457 if (msi->dev_domain) { in xilinx_pl_dma_pcie_free_irq_domains()458 irq_domain_remove(msi->dev_domain); in xilinx_pl_dma_pcie_free_irq_domains()459 msi->dev_domain = NULL; in xilinx_pl_dma_pcie_free_irq_domains()475 msi->dev_domain = msi_create_parent_irq_domain(&info, &xilinx_msi_parent_ops); in xilinx_pl_dma_pcie_init_msi_irq_domain()476 if (!msi->dev_domain) in xilinx_pl_dma_pcie_init_msi_irq_domain()
150 struct irq_domain *dev_domain; member344 generic_handle_domain_irq(msi->dev_domain, bit); in nwl_pcie_handle_msi_irq()509 msi->dev_domain = msi_create_parent_irq_domain(&info, &nwl_msi_parent_ops); in nwl_pcie_init_msi_irq_domain()510 if (!msi->dev_domain) { in nwl_pcie_init_msi_irq_domain()
51 ret = generic_handle_domain_irq(msi->dev_domain, bit); in plda_handle_msi()167 msi->dev_domain = msi_create_parent_irq_domain(&info, &plda_msi_parent_ops); in plda_allocate_msi_domains()168 if (!msi->dev_domain) { in plda_allocate_msi_domains()566 irq_domain_remove(pcie->msi.dev_domain); in plda_pcie_irq_domain_deinit()
167 struct irq_domain *dev_domain; member
155 generic_handle_domain_irq(msi->dev_domain, msi_data); in mobiveil_pcie_isr()453 msi->dev_domain = msi_create_parent_irq_domain(&info, &mobiveil_msi_parent_ops); in mobiveil_allocate_msi_domains()454 if (!msi->dev_domain) { in mobiveil_allocate_msi_domains()
138 struct irq_domain *dev_domain; member
Completed in 18 milliseconds