1USB_REMOVE_HCD(9) Host Controller APIs USB_REMOVE_HCD(9)
23
4
NAME
6usb_remove_hcd - shutdown processing for generic HCDs
7
SYNOPSIS
9void usb_remove_hcd(struct usb_hcd * hcd);
10
ARGUMENTS
12hcd
13the usb_hcd structure to remove
14
CONTEXT
16!in_interrupt
17
DESCRIPTION
19Disconnects the root hub, then reverses the effects of usb_add_hcd,
20invoking the HCD's stop method.
21
COPYRIGHT
23Kernel Hackers Manual 3.10 June 2019 USB_REMOVE_HCD(9)