Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dirqdomain.h100 struct irq_domain_ops { struct
101 int (*match)(struct irq_domain *d, struct device_node *node,
103 int (*select)(struct irq_domain *d, struct irq_fwspec *fwspec,
127 extern struct irq_domain_ops irq_generic_chip_ops; argument
/Linux-v4.19/arch/mips/ralink/
Dirq.c143 static const struct irq_domain_ops irq_domain_ops = { variable
/Linux-v4.19/arch/mips/lantiq/
Dirq.c308 static const struct irq_domain_ops irq_domain_ops = { variable
/Linux-v4.19/drivers/mfd/
Dqcom-pm8xxx.c85 const struct irq_domain_ops *irq_domain_ops; member