Searched defs:irq_domain_ops (Results 1 – 1 of 1) sorted by relevance
102 struct irq_domain_ops { struct103 int (*match)(struct irq_domain *d, struct device_node *node,105 int (*select)(struct irq_domain *d, struct irq_fwspec *fwspec,129 extern const struct irq_domain_ops irq_generic_chip_ops; argument