Searched defs:irqdesc (Results 1 – 2 of 2) sorted by relevance
13 struct irqdesc { struct14 unsigned int triggered: 1; /* IRQ has occurred */15 unsigned int running : 1; /* IRQ is running */16 unsigned int pending : 1; /* IRQ is pending */17 unsigned int probing : 1; /* IRQ in use for a probe */41 extern struct irqdesc irq_desc[]; argument
32 #define irqdesc(irq) ((irq_desc_t *)_irqdesc(irq)) macro