1HANDLE_IRQ_EVENT(9)       Internal Functions Provided      HANDLE_IRQ_EVENT(9)
2
3
4

NAME

6       handle_IRQ_event - irq action chain handler
7

SYNOPSIS

9       irqreturn_t handle_IRQ_event(unsigned int irq,
10                                    struct irqaction * action);
11

ARGUMENTS

13       irq
14           the interrupt number
15
16       action
17           the interrupt action chain for this irq
18

DESCRIPTION

20       Handles the action chain of an irq event
21

AUTHORS

23       Thomas Gleixner <tglx@linutronix.de>
24           Author.
25
26       Ingo Molnar <mingo@elte.hu>
27           Author.
28
30Kernel Hackers Manual 2.6.         June 2019               HANDLE_IRQ_EVENT(9)
Impressum