Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dirqdomain.h79 struct irq_domain_ops { struct
80 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
/linux/drivers/irqchip/
H A Dirq-realtek-rtl.c98 static const struct irq_domain_ops irq_domain_ops = { variable