Searched defs:irq_cfg (Results 1 – 4 of 4) sorted by relevance
116 struct irq_cfg { struct127 extern int assign_irq_vector(int, struct irq_cfg *, const struct cpumask *); argument
103 struct irq_cfg { struct111 extern struct irq_cfg irq_cfg[NR_IRQS]; argument
77 struct irq_cfg irq_cfg[NR_IRQS] __read_mostly = { variable
250 static struct irq_cfg *irq_cfg(unsigned int irq) in irq_cfg() function