Lines Matching refs:ops
146 const struct irq_domain_ops *ops; member
192 const struct irq_domain_ops *ops,
197 const struct irq_domain_ops *ops,
203 const struct irq_domain_ops *ops,
234 const struct irq_domain_ops *ops, in irq_domain_add_linear() argument
237 return __irq_domain_add(of_node_to_fwnode(of_node), size, size, 0, ops, host_data); in irq_domain_add_linear()
241 const struct irq_domain_ops *ops, in irq_domain_add_nomap() argument
244 return __irq_domain_add(of_node_to_fwnode(of_node), 0, max_irq, max_irq, ops, host_data); in irq_domain_add_nomap()
248 const struct irq_domain_ops *ops, in irq_domain_add_legacy_isa() argument
251 return irq_domain_add_legacy(of_node, NUM_ISA_INTERRUPTS, 0, 0, ops, in irq_domain_add_legacy_isa()
255 const struct irq_domain_ops *ops, in irq_domain_add_tree() argument
258 return __irq_domain_add(of_node_to_fwnode(of_node), 0, ~0, 0, ops, host_data); in irq_domain_add_tree()
263 const struct irq_domain_ops *ops, in irq_domain_create_linear() argument
266 return __irq_domain_add(fwnode, size, size, 0, ops, host_data); in irq_domain_create_linear()
270 const struct irq_domain_ops *ops, in irq_domain_create_tree() argument
273 return __irq_domain_add(fwnode, 0, ~0, 0, ops, host_data); in irq_domain_create_tree()
343 const struct irq_domain_ops *ops, void *host_data);
349 const struct irq_domain_ops *ops, in irq_domain_add_hierarchy() argument
354 ops, host_data); in irq_domain_add_hierarchy()