Searched defs:irq_domain_ops (Results 1 – 2 of 2) sorted by relevance
79 struct irq_domain_ops { struct80 int (*match)(struct irq_domain *d, struct device_node *node,82 int (*select)(struct irq_domain *d, struct irq_fwspec *fwspec,106 extern const struct irq_domain_ops irq_generic_chip_ops; argument
98 static const struct irq_domain_ops irq_domain_ops = { variable