Lines Matching defs:domain
181 /* No PPI should point to this domain */
193 static int imx_gpc_domain_alloc(struct irq_domain *domain,
205 return -EINVAL; /* No PPI should point to this domain */
212 irq_domain_set_hwirq_and_chip(domain, irq + i, hwirq + i,
216 parent_fwspec.fwnode = domain->parent->fwnode;
217 return irq_domain_alloc_irqs_parent(domain, irq, nr_irqs,
230 struct irq_domain *parent_domain, *domain;
240 pr_err("%pOF: unable to obtain parent domain\n", node);
248 domain = irq_domain_add_hierarchy(parent_domain, 0, GPC_MAX_IRQS,
251 if (!domain) {
262 * later the GPC power domain driver will not be skipped.