Searched defs:irq_domain_ops (Results 1 – 1 of 1) sorted by relevance
89 struct irq_domain_ops { struct90 int (*match)(struct irq_domain *d, struct device_node *node,92 int (*select)(struct irq_domain *d, struct irq_fwspec *fwspec,116 extern const struct irq_domain_ops irq_generic_chip_ops; argument