.\" 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_HCD_SA1111_REMOVE" "" "06 October 2005" "" ""
.SH NAME
usb_hcd_sa1111_remove \- shutdown processing for SA-1111-based HCDs
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void usb_hcd_sa1111_remove (struct usb_hcd * \fIhcd\fB, struct sa1111_dev * \fIdev\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIhcd\fB\fR
-- undescribed --
.TP
\fB\fIdev\fB\fR
USB Host Controller being removed
.SH "CONTEXT"
.PP
!\fBin_interrupt\fR
.SH "DESCRIPTION"
.PP
Reverses the effect of \fBusb_hcd_sa1111_probe\fR, first invoking
the HCD's \fBstop\fR method. It is always called from a thread
context, normally ``rmmod'', ``apmd'', or something similar.