Searched refs:inner_domain (Results 1 – 3 of 3) sorted by relevance
37 struct irq_domain *inner_domain; member230 msi->inner_domain = msi_create_parent_irq_domain(&info, &xgene_msi_parent_ops); in xgene_allocate_domains()231 return msi->inner_domain ? 0 : -ENOMEM; in xgene_allocate_domains()271 ret = generic_handle_domain_irq(xgene_msi->inner_domain, in xgene_msi_isr()289 if (xgene_msi_ctrl->inner_domain) in xgene_msi_remove()290 irq_domain_remove(xgene_msi_ctrl->inner_domain); in xgene_msi_remove()
33 struct irq_domain *inner_domain; member68 ret = generic_handle_domain_irq(msi->inner_domain, bit); in altera_msi_isr()176 msi->inner_domain = msi_create_parent_irq_domain(&info, &altera_msi_parent_ops); in altera_allocate_domains()177 if (!msi->inner_domain) { in altera_allocate_domains()187 irq_domain_remove(msi->inner_domain); in altera_free_domains()
103 struct irq_domain *inner_domain; member365 generic_handle_domain_irq(msi->inner_domain, hwirq); in iproc_msi_handler()457 msi->inner_domain = msi_create_parent_irq_domain(&info, &iproc_msi_parent_ops); in iproc_msi_alloc_domains()458 if (!msi->inner_domain) in iproc_msi_alloc_domains()466 if (msi->inner_domain) in iproc_msi_free_domains()467 irq_domain_remove(msi->inner_domain); in iproc_msi_free_domains()