1. NAME

irq_set_irq_wake - control irq power management wakeup

2. SYNOPSIS

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

3. ARGUMENTS

irq
    interrupt to control

on
    enable/disable power management wakeup

4. DESCRIPTION

Enable/disable power management wakeup mode, which is disabled by default. Enables and disables must match, just as they match for non-wakeup mode support.

Wakeup mode lets this IRQ wake the system from sleep states like « suspend to RAM ».

5. AUTHORS

Thomas Gleixner <>
    Author.

Ingo Molnar <>
    Author.

6. COPYRIGHT