HANDLE_IRQ_EVENT(9) | Internal Functions Provided | HANDLE_IRQ_EVENT(9) |
NAME¶
handle_IRQ_event - irq action chain handler
SYNOPSIS¶
irqreturn_t handle_IRQ_event(unsigned int irq, struct irqaction * action);
ARGUMENTS¶
irq
the interrupt number
action
the interrupt action chain for this irq
DESCRIPTION¶
Handles the action chain of an irq event
AUTHORS¶
Thomas Gleixner <tglx@linutronix.de>
Author.
Ingo Molnar <mingo@elte.hu>
Author.
COPYRIGHT¶
May 2024 | Kernel Hackers Manual 2.6. |