1USB_HC_DIED(9) Host Controller APIs USB_HC_DIED(9)
2
3
4
6 usb_hc_died - report abnormal shutdown of a host controller (bus glue)
7
9 void usb_hc_died(struct usb_hcd * hcd);
10
12 hcd
13 pointer to the HCD representing the controller
14
16 This is called by bus glue to report a USB host controller that died
17 while operations may still have been pending. It´s called automatically
18 by the PCI glue, so only glue for non-PCI busses should need to call
19 it.
20
21 Only call this function with the primary HCD.
22
24Kernel Hackers Manual 2.6. June 2019 USB_HC_DIED(9)