Searched defs:irq_domain_ops (Results 1 – 1 of 1) sorted by relevance
104 struct irq_domain_ops { struct105 int (*match)(struct irq_domain *d, struct device_node *node,107 int (*select)(struct irq_domain *d, struct irq_fwspec *fwspec,131 extern struct irq_domain_ops irq_generic_chip_ops; argument