1ENABLE_IRQ(9) Public Functions Provided ENABLE_IRQ(9)
2
3
4
6 enable_irq - enable handling of an irq
7
9 void enable_irq(unsigned int irq);
10
12 irq
13 Interrupt to enable
14
16 Undoes the effect of one call to disable_irq. If this matches the last
17 disable, processing of interrupts on this IRQ line is re-enabled.
18
19 This function may be called from IRQ context only when
20 desc->chip->bus_lock and desc->chip->bus_sync_unlock are NULL !
21
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 ENABLE_IRQ(9)