1HANDLE_IRQ_EVENT(9) Internal Functions Provided HANDLE_IRQ_EVENT(9)
23
4
NAME
6handle_IRQ_event - irq action chain handler
7
SYNOPSIS
9irqreturn_t handle_IRQ_event(unsigned int irq,
10struct irqaction * action);
11
ARGUMENTS
13irq
14the interrupt number
1516
action
17the interrupt action chain for this irq
18
DESCRIPTION
20Handles the action chain of an irq event
21
AUTHORS
23Thomas Gleixner <tglx@linutronix.de>
24Author.
2526
Ingo Molnar <mingo@elte.hu>
27Author.
28
COPYRIGHT
30Kernel Hackers Manual 2.6. June 2019 HANDLE_IRQ_EVENT(9)