Searched defs:irqaction (Results 1 – 2 of 2) sorted by relevance
110 struct irqaction { struct114 struct irqaction *next; argument117 struct irqaction *secondary; argument118 unsigned int irq;119 unsigned int flags;120 unsigned long thread_flags;121 unsigned long thread_mask;122 const char *name;123 struct proc_dir_entry *dir;
31 struct irqaction irqaction; member