'\" t .\" Title: usb_hcd_pci_remove .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: April 2019 .\" Manual: Host Controller APIs .\" Source: Kernel Hackers Manual 4.9.168 .\" Language: English .\" .TH "USB_HCD_PCI_REMOVE" "9" "April 2019" "Kernel Hackers Manual 4\&.9\&." "Host Controller APIs" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" usb_hcd_pci_remove \- shutdown processing for PCI\-based HCDs .SH "SYNOPSIS" .HP \w'void\ usb_hcd_pci_remove('u .BI "void usb_hcd_pci_remove(struct\ pci_dev\ *\ " "dev" ");" .SH "ARGUMENTS" .PP \fIdev\fR .RS 4 USB Host Controller being removed .RE .SH "CONTEXT" .PP !\fBin_interrupt\fR .SH "DESCRIPTION" .PP Reverses the effect of \fBusb_hcd_pci_probe\fR, first invoking the HCD\*(Aqs \fBstop\fR method\&. It is always called from a thread context, normally \(lqrmmod\(rq, \(lqapmd\(rq, or something similar\&. .PP Store this function in the HCD\*(Aqs struct pci_driver as \fBremove\fR\&. .SH "COPYRIGHT" .br