Searched refs:nexus_domain (Results 1 – 1 of 1) sorted by relevance
177 static int mbi_allocate_pci_domain(struct irq_domain *nexus_domain, in mbi_allocate_pci_domain() argument180 *pci_domain = pci_msi_create_irq_domain(nexus_domain->parent->fwnode, in mbi_allocate_pci_domain()182 nexus_domain); in mbi_allocate_pci_domain()189 static int mbi_allocate_pci_domain(struct irq_domain *nexus_domain, in mbi_allocate_pci_domain() argument228 struct irq_domain *nexus_domain, *pci_domain, *plat_domain; in mbi_allocate_domains() local231 nexus_domain = irq_domain_create_tree(parent->fwnode, in mbi_allocate_domains()233 if (!nexus_domain) in mbi_allocate_domains()236 irq_domain_update_bus_token(nexus_domain, DOMAIN_BUS_NEXUS); in mbi_allocate_domains()237 nexus_domain->parent = parent; in mbi_allocate_domains()239 err = mbi_allocate_pci_domain(nexus_domain, &pci_domain); in mbi_allocate_domains()[all …]