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

NAME

6       irq_set_irq_wake - control irq power management wakeup
7

SYNOPSIS

9       int irq_set_irq_wake(unsigned int irq, unsigned int on);
10

ARGUMENTS

12       irq
13           interrupt to control
14
15       on
16           enable/disable power management wakeup
17

DESCRIPTION

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

AUTHORS

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