Query: struct_irqaction
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
STRUCTIRQACTION(9) Structures STRUCT IRQACTION(9)NAMEstruct_irqaction - per interrupt action descriptorSYNOPSISstruct irqaction { irq_handler_t handler; unsigned long flags; const char * name; void * dev_id; struct irqaction * next; int irq; struct proc_dir_entry * dir; irq_handler_t thread_fn; struct task_struct * thread; unsigned long thread_flags; };MEMBERShandler interrupt handler function flags flags (see IRQF_* above) name name of the device dev_id cookie to identify the device next pointer to the next irqaction for shared interrupts irq interrupt number dir pointer to the proc/irq/NN/name entry thread_fn interupt handler function for threaded interrupts thread thread pointer for threaded interrupts thread_flags flags related to threadAUTHORSThomas Gleixner <tglx@linutronix.de> Author. Ingo Molnar <mingo@elte.hu> Author.COPYRIGHTKernel Hackers Manual 2.6. July 2010 STRUCT IRQACTION(9)
Related Man Pages |
---|
struct_irq_chip(9) - centos |
struct_uio_info(9) - centos |
request_threaded_irq(9) - centos |
struct_irq_chip(9) - suse |
struct_uio_info(9) - suse |
Similar Topics in the Unix Linux Community |
---|
Change directory error |
Grant unprivileged user rights to see the output of echo|format but not modify disks |
Migrating to UNIX |
Docker learning Phase-I |
Shopt -s histappend |