.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "USB_REMOVE_HCD" "9" "09 October 2005" "" ""
.SH NAME
usb_remove_hcd \- shutdown processing for generic HCDs
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void usb_remove_hcd (struct usb_hcd * \fIhcd\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIhcd\fB\fR
the usb_hcd structure to remove
.SH "CONTEXT"
.PP
!\fBin_interrupt\fR
.SH "DESCRIPTION"
.PP
Disconnects the root hub, then reverses the effects of \fBusb_add_hcd\fR,
invoking the HCD's \fBstop\fR method.