Lines Matching defs:ops
22 struct irq_domain_ops ops;
148 ret = domain->ops->translate(domain, fwspec, &hwirq, &type);
201 const struct irq_domain_ops *ops)
206 BUG_ON(!ops->select || !ops->translate);
212 desc->ops = *ops;
213 desc->ops.free = partition_domain_free;
214 desc->ops.alloc = partition_domain_alloc;
216 d = irq_domain_create_linear(fwnode, nr_parts, &desc->ops, desc);