1HANDLE_SIMPLE_IRQ(9) Internal Functions Provided HANDLE_SIMPLE_IRQ(9)
2
3
4
6 handle_simple_irq - Simple and software-decoded IRQs.
7
9 void handle_simple_irq(unsigned int irq, struct irq_desc * desc);
10
12 irq
13 the interrupt number
14
15 desc
16 the interrupt description structure for this irq
17
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
24 The caller is expected to handle the ack, clear, mask and unmask issues
25 if necessary.
26
28 Thomas Gleixner <tglx@linutronix.de>
29 Author.
30
31 Ingo Molnar <mingo@elte.hu>
32 Author.
33
35Kernel Hackers Manual 2.6. June 2019 HANDLE_SIMPLE_IRQ(9)