1SET_IRQ_WAKE(9) Public Functions Provided SET_IRQ_WAKE(9)
2
3
4
6 set_irq_wake - control irq power management wakeup
7
9 int set_irq_wake(unsigned int irq, unsigned int on);
10
12 irq
13 interrupt to control
14
15 on
16 enable/disable power management wakeup
17
19 Enable/disable power management wakeup mode, which is disabled by
20 default. Enables and disables must match, just as they match for
21 non-wakeup mode support.
22
23 Wakeup mode lets this IRQ wake the system from sleep states like
24 “suspend to RAM”.
25
27 Thomas Gleixner <tglx@linutronix.de>
28 Author.
29
30 Ingo Molnar <mingo@elte.hu>
31 Author.
32
34Kernel Hackers Manual 2.6. June 2019 SET_IRQ_WAKE(9)