1<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>config_ep_by_speed</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-struct-usb-composite-dev.html" title="struct usb_composite_dev"><link rel="next" href="API-usb-add-function.html" title="usb_add_function"></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">config_ep_by_speed</span></th></tr><tr><td width="20%" align="left"><a accesskey="p" href="API-struct-usb-composite-dev.html">Prev</a> </td><th width="60%" align="center">Composite Device Framework</th><td width="20%" align="right"> <a accesskey="n" href="API-usb-add-function.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="API-config-ep-by-speed"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>config_ep_by_speed — 2 configures the given endpoint according to gadget speed. 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">config_ep_by_speed </b>(</code></td><td>struct usb_gadget * <var class="pdparam">g</var>, </td></tr><tr><td> </td><td>struct usb_function * <var class="pdparam">f</var>, </td></tr><tr><td> </td><td>struct usb_ep * <var class="pdparam">_ep</var><code>)</code>;</td></tr></table><div class="funcprototype-spacer"> </div></div></div><div class="refsect1"><a name="idp1124395620"></a><h2>Arguments</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term"><em class="parameter"><code>g</code></em></span></dt><dd><p> 4 pointer to the gadget 5 </p></dd><dt><span class="term"><em class="parameter"><code>f</code></em></span></dt><dd><p> 6 usb function 7 </p></dd><dt><span class="term"><em class="parameter"><code>_ep</code></em></span></dt><dd><p> 8 the endpoint to configure 9 </p></dd></dl></div></div><div class="refsect1"><a name="idp1124399100"></a><h2>Return</h2><p> 10 error code, 0 on success 11 </p><p> 12 13 This function chooses the right descriptors for a given 14 endpoint according to gadget speed and saves it in the 15 endpoint desc field. If the endpoint already has a descriptor 16 assigned to it - overwrites it with currently corresponding 17 descriptor. The endpoint maxpacket field is updated according 18 to the chosen descriptor. 19</p></div><div class="refsect1"><a name="idp1124400196"></a><h2>Note</h2><p> 20 the supplied function should hold all the descriptors 21 for supported speeds 22</p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="API-struct-usb-composite-dev.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="API-usb-add-function.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span class="phrase">struct usb_composite_dev</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> <span class="phrase">usb_add_function</span></td></tr></table></div></body></html> 23