1<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>usb_hub_for_each_child</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="hostside.html" title="Chapter 4. Host-Side Data Types and Macros"><link rel="prev" href="API-struct-usb-device.html" title="struct usb_device"><link rel="next" href="API-usb-interface-claimed.html" title="usb_interface_claimed"></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_hub_for_each_child</span></th></tr><tr><td width="20%" align="left"><a accesskey="p" href="API-struct-usb-device.html">Prev</a> </td><th width="60%" align="center">Chapter 4. Host-Side Data Types and Macros</th><td width="20%" align="right"> <a accesskey="n" href="API-usb-interface-claimed.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="API-usb-hub-for-each-child"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>usb_hub_for_each_child — 2 iterate over all child devices on the hub 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"> <b class="fsfunc">usb_hub_for_each_child </b>(</code></td><td> <var class="pdparam">hdev</var>, </td></tr><tr><td> </td><td> <var class="pdparam">port1</var>, </td></tr><tr><td> </td><td> <var class="pdparam">child</var><code>)</code>;</td></tr></table><div class="funcprototype-spacer"> </div></div></div><div class="refsect1"><a name="idp1115642044"></a><h2>Arguments</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term"><em class="parameter"><code>hdev</code></em></span></dt><dd><p> 4 USB device belonging to the usb hub 5 </p></dd><dt><span class="term"><em class="parameter"><code>port1</code></em></span></dt><dd><p> 6 portnum associated with child device 7 </p></dd><dt><span class="term"><em class="parameter"><code>child</code></em></span></dt><dd><p> 8 child device pointer 9 </p></dd></dl></div></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-device.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="hostside.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="API-usb-interface-claimed.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span class="phrase">struct usb_device</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_interface_claimed</span></td></tr></table></div></body></html> 10