struct_irqaction(9) suse man page | unix.com

Man Page: struct_irqaction

Operating Environment: suse

Section: 9

STRUCT
IRQACTION(9) Structures STRUCT IRQACTION(9)
NAME
struct_irqaction - per interrupt action descriptor
SYNOPSIS
struct 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; };
MEMBERS
handler 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 thread
AUTHORS
Thomas Gleixner <tglx@linutronix.de> Author. Ingo Molnar <mingo@elte.hu> Author.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 STRUCT IRQACTION(9)
Related Man Pages
request_threaded_irq(9) - suse
struct_i2c_board_info(9) - centos
request_irq(9) - suse
struct_uio_info(9) - suse
bus_describe_intr(9) - freebsd
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Change directory error
Getting command output to putty window title.
SOCKS proxy &amp; PAM configuration exposure
A (ksh) Library For and From UNIX.com