1<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>usb_hc_died</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="hcd.html" title="Chapter 6. Host Controller APIs"><link rel="prev" href="API-usb-hcd-irq.html" title="usb_hcd_irq"><link rel="next" href="API-usb-create-shared-hcd.html" title="usb_create_shared_hcd"></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_hc_died</span></th></tr><tr><td width="20%" align="left"><a accesskey="p" href="API-usb-hcd-irq.html">Prev</a> </td><th width="60%" align="center">Chapter 6. Host Controller APIs</th><td width="20%" align="right"> <a accesskey="n" href="API-usb-create-shared-hcd.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="API-usb-hc-died"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>usb_hc_died — 2 report abnormal shutdown of a host controller (bus glue) 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_hc_died </b>(</code></td><td>struct usb_hcd * <var class="pdparam">hcd</var><code>)</code>;</td></tr></table><div class="funcprototype-spacer"> </div></div></div><div class="refsect1"><a name="idp1116826452"></a><h2>Arguments</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term"><em class="parameter"><code>hcd</code></em></span></dt><dd><p> 4 pointer to the HCD representing the controller 5 </p></dd></dl></div></div><div class="refsect1"><a name="idp1116828076"></a><h2>Description</h2><p> 6 This is called by bus glue to report a USB host controller that died 7 while operations may still have been pending. It's called automatically 8 by the PCI glue, so only glue for non-PCI busses should need to call it. 9 </p><p> 10 11 Only call this function with the primary HCD. 12</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-hcd-irq.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="hcd.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="API-usb-create-shared-hcd.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span class="phrase">usb_hcd_irq</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_create_shared_hcd</span></td></tr></table></div></body></html> 13