Searched defs:irqaction (Results 1 – 2 of 2) sorted by relevance
112 struct irqaction { struct116 struct irqaction *next; argument119 struct irqaction *secondary; argument120 unsigned int irq;121 unsigned int flags;122 unsigned long thread_flags;123 unsigned long thread_mask;124 const char *name;125 struct proc_dir_entry *dir;
31 struct irqaction irqaction; member