Home
last modified time | relevance | path

Searched defs:irqaction (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/include/linux/
Dinterrupt.h109 struct irqaction { struct
113 struct irqaction *next; argument
114 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;
Ddw_apb_timer.h31 struct irqaction irqaction; member
/linux-4.1.27/arch/arm/mach-davinci/
Dtime.c100 struct irqaction irqaction; member