Home
last modified time | relevance | path

Searched refs:pci_domain (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/drivers/irqchip/
Dirq-gic-v3-mbi.c178 struct irq_domain **pci_domain) in mbi_allocate_pci_domain() argument
180 *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() argument
192 *pci_domain = NULL; in mbi_allocate_pci_domain()
228 struct irq_domain *nexus_domain, *pci_domain, *plat_domain; in mbi_allocate_domains() local
239 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()
Dirq-gic-v2m.c267 struct irq_domain *inner_domain, *pci_domain, *plat_domain; in gicv2m_allocate_domains() local
283 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()