Searched refs:pci_domain (Results 1 – 2 of 2) sorted by relevance
184 struct irq_domain **pci_domain) in mbi_allocate_pci_domain() argument186 *pci_domain = pci_msi_create_irq_domain(nexus_domain->parent->fwnode, in mbi_allocate_pci_domain()189 if (!*pci_domain) in mbi_allocate_pci_domain()196 struct irq_domain **pci_domain) in mbi_allocate_pci_domain() argument198 *pci_domain = NULL; in mbi_allocate_pci_domain()234 struct irq_domain *nexus_domain, *pci_domain, *plat_domain; in mbi_allocate_domains() local245 err = mbi_allocate_pci_domain(nexus_domain, &pci_domain); in mbi_allocate_domains()254 if (pci_domain) in mbi_allocate_domains()255 irq_domain_remove(pci_domain); in mbi_allocate_domains()
282 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()