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