1<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>usb_autopm_put_interface_async</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><link rel="home" href="index.html" title="The Linux-USB Host Side API"><link rel="up" href="usbcore.html" title="Chapter&#160;5.&#160;USB Core APIs"><link rel="prev" href="API-usb-autopm-put-interface.html" title="usb_autopm_put_interface"><link rel="next" href="API-usb-autopm-put-interface-no-suspend.html" title="usb_autopm_put_interface_no_suspend"></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">usb_autopm_put_interface_async</span></th></tr><tr><td width="20%" align="left"><a accesskey="p" href="API-usb-autopm-put-interface.html">Prev</a>&#160;</td><th width="60%" align="center">Chapter&#160;5.&#160;USB Core APIs</th><td width="20%" align="right">&#160;<a accesskey="n" href="API-usb-autopm-put-interface-no-suspend.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="API-usb-autopm-put-interface-async"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>usb_autopm_put_interface_async &#8212; 
2     decrement a USB interface's PM-usage counter
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">void <b class="fsfunc">usb_autopm_put_interface_async </b>(</code></td><td>struct usb_interface * <var class="pdparam">intf</var><code>)</code>;</td></tr></table><div class="funcprototype-spacer">&#160;</div></div></div><div class="refsect1"><a name="idp1116414452"></a><h2>Arguments</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term"><em class="parameter"><code>intf</code></em></span></dt><dd><p>
4     the usb_interface whose counter should be decremented
5    </p></dd></dl></div></div><div class="refsect1"><a name="idp1116416052"></a><h2>Description</h2><p>
6   This routine does much the same thing as <code class="function">usb_autopm_put_interface</code>:
7   It decrements <em class="parameter"><code>intf</code></em>'s usage counter and schedules a delayed
8   autosuspend request if the counter is &lt;= 0.  The difference is that it
9   does not perform any synchronization; callers should hold a private
10   lock and handle all synchronization issues themselves.
11   </p><p>
12
13   Typically a driver would call this routine during an URB's completion
14   handler, if no more URBs were pending.
15   </p><p>
16
17   This routine can run in atomic context.
18</p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="API-usb-autopm-put-interface.html">Prev</a>&#160;</td><td width="20%" align="center"><a accesskey="u" href="usbcore.html">Up</a></td><td width="40%" align="right">&#160;<a accesskey="n" href="API-usb-autopm-put-interface-no-suspend.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span class="phrase">usb_autopm_put_interface</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">usb_autopm_put_interface_no_suspend</span></td></tr></table></div></body></html>
19