Searched refs:pci_domain (Results 1 – 2 of 2) sorted by relevance
183 struct irq_domain **pci_domain) in mbi_allocate_pci_domain() argument185 *pci_domain = pci_msi_create_irq_domain(nexus_domain->parent->fwnode, in mbi_allocate_pci_domain()188 if (!*pci_domain) in mbi_allocate_pci_domain()195 struct irq_domain **pci_domain) in mbi_allocate_pci_domain() argument197 *pci_domain = NULL; in mbi_allocate_pci_domain()233 struct irq_domain *nexus_domain, *pci_domain, *plat_domain; in mbi_allocate_domains() local243 err = mbi_allocate_pci_domain(nexus_domain, &pci_domain); in mbi_allocate_domains()252 if (pci_domain) in mbi_allocate_domains()253 irq_domain_remove(pci_domain); in mbi_allocate_domains()
283 struct irq_domain *inner_domain, *pci_domain, *plat_domain; in gicv2m_allocate_domains() local298 pci_domain = pci_msi_create_irq_domain(v2m->fwnode, in gicv2m_allocate_domains()304 if (!pci_domain || !plat_domain) { in gicv2m_allocate_domains()308 if (pci_domain) in gicv2m_allocate_domains()309 irq_domain_remove(pci_domain); in gicv2m_allocate_domains()