Linux Kernel
3.7.1
|
#include <interrupt.h>
Data Fields | |
irq_handler_t | handler |
void * | dev_id |
void __percpu * | percpu_dev_id |
struct irqaction * | next |
irq_handler_t | thread_fn |
struct task_struct * | thread |
unsigned int | irq |
unsigned int | flags |
unsigned long | thread_flags |
unsigned long | thread_mask |
const char * | name |
struct proc_dir_entry * | dir |
Definition at line 106 of file interrupt.h.
void* dev_id |
Definition at line 108 of file interrupt.h.
struct proc_dir_entry* dir |
Definition at line 118 of file interrupt.h.
unsigned int flags |
Definition at line 114 of file interrupt.h.
irq_handler_t handler |
Definition at line 107 of file interrupt.h.
unsigned int irq |
Definition at line 113 of file interrupt.h.
Definition at line 117 of file interrupt.h.
Definition at line 110 of file interrupt.h.
Definition at line 109 of file interrupt.h.
Definition at line 112 of file interrupt.h.
unsigned long thread_flags |
Definition at line 115 of file interrupt.h.
irq_handler_t thread_fn |
Definition at line 111 of file interrupt.h.
unsigned long thread_mask |
Definition at line 116 of file interrupt.h.