Searched refs:nexus_domain (Results 1 – 1 of 1) sorted by relevance
182 static int mbi_allocate_pci_domain(struct irq_domain *nexus_domain, in mbi_allocate_pci_domain() argument185 *pci_domain = pci_msi_create_irq_domain(nexus_domain->parent->fwnode, in mbi_allocate_pci_domain()187 nexus_domain); in mbi_allocate_pci_domain()194 static int mbi_allocate_pci_domain(struct irq_domain *nexus_domain, in mbi_allocate_pci_domain() argument233 struct irq_domain *nexus_domain, *pci_domain, *plat_domain; in mbi_allocate_domains() local236 nexus_domain = irq_domain_create_tree(parent->fwnode, in mbi_allocate_domains()238 if (!nexus_domain) in mbi_allocate_domains()241 irq_domain_update_bus_token(nexus_domain, DOMAIN_BUS_NEXUS); in mbi_allocate_domains()242 nexus_domain->parent = parent; in mbi_allocate_domains()244 err = mbi_allocate_pci_domain(nexus_domain, &pci_domain); in mbi_allocate_domains()[all …]