Searched defs:irqaction (Results 1 – 3 of 3) sorted by relevance
109 struct irqaction { struct113 struct irqaction *next; argument114 irq_handler_t thread_fn;115 struct task_struct *thread;116 unsigned int irq;117 unsigned int flags;118 unsigned long thread_flags;119 unsigned long thread_mask;120 const char *name;121 struct proc_dir_entry *dir;
31 struct irqaction irqaction; member
100 struct irqaction irqaction; member