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

NAME

6       handle_edge_eoi_irq - edge eoi type IRQ handler
7

SYNOPSIS

9       void handle_edge_eoi_irq(unsigned int irq, struct irq_desc * desc);
10

ARGUMENTS

12       irq
13           the interrupt number
14
15       desc
16           the interrupt description structure for this irq
17

DESCRIPTION

19       Similar as the above handle_edge_irq, but using eoi and w/o the
20       mask/unmask logic.
21

AUTHORS

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