1HANDLE_SIMPLE_IRQ(9)       Public Functions Provided      HANDLE_SIMPLE_IRQ(9)
2
3
4

NAME

6       handle_simple_irq - Simple and software-decoded IRQs.
7

SYNOPSIS

9       void handle_simple_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       Simple interrupts are either sent from a demultiplexing interrupt
20       handler or come from hardware, where no interrupt hardware control is
21       necessary.
22

NOTE

24       The caller is expected to handle the ack, clear, mask and unmask issues
25       if necessary.
26

AUTHORS

28       Thomas Gleixner <tglx@linutronix.de>
29           Author.
30
31       Ingo Molnar <mingo@elte.hu>
32           Author.
33
35Kernel Hackers Manual 3.10         June 2019              HANDLE_SIMPLE_IRQ(9)
Impressum