Searched defs:irq_cfg (Results 1 - 3 of 3) sorted by relevance

/arch/x86/include/asm/
H A Dhw_irq.h140 struct irq_cfg { struct
155 extern int assign_irq_vector(int, struct irq_cfg *, const struct cpumask *);
156 extern void send_cleanup_vector(struct irq_cfg *);
/arch/ia64/include/asm/
H A Dhw_irq.h103 struct irq_cfg { struct
111 extern struct irq_cfg irq_cfg[NR_IRQS];
112 #define irq_to_domain(x) irq_cfg[(x)].domain
156 return irq_cfg[irq].vector;
/arch/x86/kernel/apic/
H A Dio_apic.c208 static struct irq_cfg *alloc_irq_and_cfg_at(unsigned int at, int node);
242 struct irq_cfg *cfg;
269 static inline struct irq_cfg *irq_cfg(unsigned int irq) function
274 static struct irq_cfg *alloc_irq_cfg(unsigned int irq, int node)
276 struct irq_cfg *cfg;
293 static void free_irq_cfg(unsigned int at, struct irq_cfg *cfg)
303 static struct irq_cfg *alloc_irq_and_cfg_at(unsigned int at, int node)
306 struct irq_cfg *cfg;
311 cfg = irq_cfg(a
[all...]

Completed in 213 milliseconds