1<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>usb_composite_setup_continue</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><link rel="home" href="index.html" title="USB Gadget API for Linux"><link rel="up" href="composite.html" title="Composite Device Framework"><link rel="prev" href="API-usb-composite-unregister.html" title="usb_composite_unregister"><link rel="next" href="functions.html" title="Composite Device Functions"></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_composite_setup_continue</span></th></tr><tr><td width="20%" align="left"><a accesskey="p" href="API-usb-composite-unregister.html">Prev</a> </td><th width="60%" align="center">Composite Device Framework</th><td width="20%" align="right"> <a accesskey="n" href="functions.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="API-usb-composite-setup-continue"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>usb_composite_setup_continue — 2 Continue with the control transfer 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_composite_setup_continue </b>(</code></td><td>struct usb_composite_dev * <var class="pdparam">cdev</var><code>)</code>;</td></tr></table><div class="funcprototype-spacer"> </div></div></div><div class="refsect1"><a name="idp1124508908"></a><h2>Arguments</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term"><em class="parameter"><code>cdev</code></em></span></dt><dd><p> 4 the composite device who's control transfer was kept waiting 5 </p></dd></dl></div></div><div class="refsect1"><a name="idp1124510516"></a><h2>Description</h2><p> 6 This function must be called by the USB function driver to continue 7 with the control transfer's data/status stage in case it had requested to 8 delay the data/status stages. A USB function's setup handler (e.g. <code class="function">set_alt</code>) 9 can request the composite framework to delay the setup request's data/status 10 stages by returning USB_GADGET_DELAYED_STATUS. 11</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-composite-unregister.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="composite.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="functions.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span class="phrase">usb_composite_unregister</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Composite Device Functions</td></tr></table></div></body></html> 12