Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dhw_irq.h116 struct irq_cfg { struct
127 extern int assign_irq_vector(int, struct irq_cfg *, const struct cpumask *); argument
/arch/ia64/include/asm/
Dhw_irq.h103 struct irq_cfg { struct
111 extern struct irq_cfg irq_cfg[NR_IRQS]; argument
/arch/ia64/kernel/
Dirq_ia64.c77 struct irq_cfg irq_cfg[NR_IRQS] __read_mostly = { variable
/arch/x86/kernel/apic/
Dio_apic.c250 static struct irq_cfg *irq_cfg(unsigned int irq) in irq_cfg() function