'\" t .\" Title: irq_set_irq_wake .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.78.1 .\" Date: May 2018 .\" Manual: Hardware Interfaces .\" Source: Kernel Hackers Manual 3.16.56 .\" Language: English .\" .TH "IRQ_SET_IRQ_WAKE" "9" "May 2018" "Kernel Hackers Manual 3\&.16\&" "Hardware Interfaces" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" irq_set_irq_wake \- control irq power management wakeup .SH "SYNOPSIS" .HP \w'int\ irq_set_irq_wake('u .BI "int irq_set_irq_wake(unsigned\ int\ " "irq" ", unsigned\ int\ " "on" ");" .SH "ARGUMENTS" .PP \fIirq\fR .RS 4 interrupt to control .RE .PP \fIon\fR .RS 4 enable/disable power management wakeup .RE .SH "DESCRIPTION" .PP 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\&. .PP Wakeup mode lets this IRQ wake the system from sleep states like \(lqsuspend to RAM\(rq\&. .SH "COPYRIGHT" .br