Lines Matching defs:domain
150 * fsl_mc_msi_create_irq_domain - Create a fsl-mc MSI interrupt domain
152 * @info: MSI domain info
153 * @parent: Parent irq domain
155 * Updates the domain and chip ops and creates a fsl-mc MSI
156 * interrupt domain.
159 * A domain pointer or NULL in case of failure.
165 struct irq_domain *domain;
174 domain = msi_create_irq_domain(fwnode, info, parent);
175 if (domain)
176 irq_domain_update_bus_token(domain, DOMAIN_BUS_FSL_MC_MSI);
178 return domain;
198 * child containers inherit the domain from the parent