Home
last modified time | relevance | path

Searched defs:irq_domain_ops (Results 1 – 1 of 1) sorted by relevance

/include/linux/
Dirqdomain.h104 struct irq_domain_ops { struct
105 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