Lines Matching refs:ops
162 const struct irq_domain_ops *ops; member
262 const struct irq_domain_ops *ops,
267 const struct irq_domain_ops *ops,
273 const struct irq_domain_ops *ops,
279 const struct irq_domain_ops *ops,
299 return fwnode && fwnode->ops == &irqchip_fwnode_ops; in is_fwnode_irqchip()
336 const struct irq_domain_ops *ops, in irq_domain_add_simple() argument
339 return irq_domain_create_simple(of_node_to_fwnode(of_node), size, first_irq, ops, host_data); in irq_domain_add_simple()
351 const struct irq_domain_ops *ops, in irq_domain_add_linear() argument
354 return __irq_domain_add(of_node_to_fwnode(of_node), size, size, 0, ops, host_data); in irq_domain_add_linear()
360 const struct irq_domain_ops *ops, in irq_domain_add_nomap() argument
363 return __irq_domain_add(of_node_to_fwnode(of_node), 0, max_irq, max_irq, ops, host_data); in irq_domain_add_nomap()
370 const struct irq_domain_ops *ops, in irq_domain_add_tree() argument
373 return __irq_domain_add(of_node_to_fwnode(of_node), 0, ~0, 0, ops, host_data); in irq_domain_add_tree()
378 const struct irq_domain_ops *ops, in irq_domain_create_linear() argument
381 return __irq_domain_add(fwnode, size, size, 0, ops, host_data); in irq_domain_create_linear()
385 const struct irq_domain_ops *ops, in irq_domain_create_tree() argument
388 return __irq_domain_add(fwnode, 0, ~0, 0, ops, host_data); in irq_domain_create_tree()
482 const struct irq_domain_ops *ops, void *host_data);
488 const struct irq_domain_ops *ops, in irq_domain_add_hierarchy() argument
493 ops, host_data); in irq_domain_add_hierarchy()