1<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>__pci_enable_wake</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><link rel="home" href="index.html" title="The Linux Kernel API"><link rel="up" href="ch09s05.html" title="PCI Support Library"><link rel="prev" href="API-pci-pme-active.html" title="pci_pme_active"><link rel="next" href="API-pci-wake-from-d3.html" title="pci_wake_from_d3"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center"><span class="phrase">__pci_enable_wake</span></th></tr><tr><td width="20%" align="left"><a accesskey="p" href="API-pci-pme-active.html">Prev</a>&#160;</td><th width="60%" align="center">PCI Support Library</th><td width="20%" align="right">&#160;<a accesskey="n" href="API-pci-wake-from-d3.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="API---pci-enable-wake"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>__pci_enable_wake &#8212; 
2     enable PCI device as wakeup event source
3 </p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="funcsynopsis"><table border="0" class="funcprototype-table" summary="Function synopsis" style="cellspacing: 0; cellpadding: 0;"><tr><td><code class="funcdef">int <b class="fsfunc">__pci_enable_wake </b>(</code></td><td>struct pci_dev * <var class="pdparam">dev</var>, </td></tr><tr><td>&#160;</td><td>pci_power_t <var class="pdparam">state</var>, </td></tr><tr><td>&#160;</td><td>bool <var class="pdparam">runtime</var>, </td></tr><tr><td>&#160;</td><td>bool <var class="pdparam">enable</var><code>)</code>;</td></tr></table><div class="funcprototype-spacer">&#160;</div></div></div><div class="refsect1"><a name="idp1126282908"></a><h2>Arguments</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term"><em class="parameter"><code>dev</code></em></span></dt><dd><p>
4     PCI device affected
5    </p></dd><dt><span class="term"><em class="parameter"><code>state</code></em></span></dt><dd><p>
6     PCI state from which device will issue wakeup events
7    </p></dd><dt><span class="term"><em class="parameter"><code>runtime</code></em></span></dt><dd><p>
8     True if the events are to be generated at run time
9    </p></dd><dt><span class="term"><em class="parameter"><code>enable</code></em></span></dt><dd><p>
10     True to enable event generation; false to disable
11    </p></dd></dl></div></div><div class="refsect1"><a name="idp1126287676"></a><h2>Description</h2><p>
12   This enables the device as a wakeup event source, or disables it.
13   When such events involves platform-specific hooks, those hooks are
14   called automatically by this routine.
15   </p><p>
16
17   Devices with legacy power management (no standard PCI PM capabilities)
18   always require such platform hooks.
19</p></div><div class="refsect1"><a name="idp1126288708"></a><h2>RETURN VALUE</h2><p>
20   0 is returned on success
21   -EINVAL is returned if device is not supposed to wake up the system
22   Error code depending on the platform is returned if both the platform and
23   the native mechanism fail to enable the generation of wake-up events
24</p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="API-pci-pme-active.html">Prev</a>&#160;</td><td width="20%" align="center"><a accesskey="u" href="ch09s05.html">Up</a></td><td width="40%" align="right">&#160;<a accesskey="n" href="API-pci-wake-from-d3.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span class="phrase">pci_pme_active</span>&#160;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&#160;<span class="phrase">pci_wake_from_d3</span></td></tr></table></div></body></html>
25