Searched refs:nexus_domain (Results 1 – 1 of 1) sorted by relevance
183 static int mbi_allocate_pci_domain(struct irq_domain *nexus_domain, in mbi_allocate_pci_domain() argument186 *pci_domain = pci_msi_create_irq_domain(nexus_domain->parent->fwnode, in mbi_allocate_pci_domain()188 nexus_domain); in mbi_allocate_pci_domain()195 static int mbi_allocate_pci_domain(struct irq_domain *nexus_domain, in mbi_allocate_pci_domain() argument234 struct irq_domain *nexus_domain, *pci_domain, *plat_domain; in mbi_allocate_domains() local237 nexus_domain = irq_domain_create_tree(parent->fwnode, in mbi_allocate_domains()239 if (!nexus_domain) in mbi_allocate_domains()242 irq_domain_update_bus_token(nexus_domain, DOMAIN_BUS_NEXUS); in mbi_allocate_domains()243 nexus_domain->parent = parent; in mbi_allocate_domains()245 err = mbi_allocate_pci_domain(nexus_domain, &pci_domain); in mbi_allocate_domains()[all …]