Searched refs:pci_domain (Results 1 – 2 of 2) sorted by relevance
178 struct irq_domain **pci_domain) in mbi_allocate_pci_domain() argument180 *pci_domain = pci_msi_create_irq_domain(nexus_domain->parent->fwnode, in mbi_allocate_pci_domain()183 if (!*pci_domain) in mbi_allocate_pci_domain()190 struct irq_domain **pci_domain) in mbi_allocate_pci_domain() argument192 *pci_domain = NULL; in mbi_allocate_pci_domain()228 struct irq_domain *nexus_domain, *pci_domain, *plat_domain; in mbi_allocate_domains() local239 err = mbi_allocate_pci_domain(nexus_domain, &pci_domain); in mbi_allocate_domains()248 if (pci_domain) in mbi_allocate_domains()249 irq_domain_remove(pci_domain); in mbi_allocate_domains()
267 struct irq_domain *inner_domain, *pci_domain, *plat_domain; in gicv2m_allocate_domains() local283 pci_domain = pci_msi_create_irq_domain(v2m->fwnode, in gicv2m_allocate_domains()289 if (!pci_domain || !plat_domain) { in gicv2m_allocate_domains()293 if (pci_domain) in gicv2m_allocate_domains()294 irq_domain_remove(pci_domain); in gicv2m_allocate_domains()