Searched defs:irq_cfg (Results 1 – 10 of 10) 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
252 unsigned char irq_cfg; in lis3lv02d_selftest() local517 u8 irq_cfg = lis3->irq_cfg & LIS3_IRQ1_MASK; in lis302dl_interrupt_thread1_8b() local532 u8 irq_cfg = lis3->irq_cfg & LIS3_IRQ2_MASK; in lis302dl_interrupt_thread2_8b() local
281 unsigned char irq_cfg; member
84 unsigned char irq_cfg; member
79 struct irq_cfg irq_cfg[NR_IRQS] __read_mostly = { variable
131 static u8 irq_cfg [] = { INTERRUPT_EN_0, 0x00, 0x00, 0x00, 0x00 }; in mt352_pinnacle_init() local
944 unsigned irq_cfg; in create_sscape() local
176 unsigned int reg, timeout=0, resets=1, irq_cfg; in smc911x_reset() local
231 static struct irq_cfg *irq_cfg(unsigned int irq) in irq_cfg() function