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->irq_data.chip->bus_lock and desc->chip->bus_sync_unlock are NULL
21 !
22
24 Thomas Gleixner <tglx@linutronix.de>
25 Author.
26
27 Ingo Molnar <mingo@elte.hu>
28 Author.
29
31Kernel Hackers Manual 3.10 June 2019 ENABLE_IRQ(9)