1. NAME▲
usb_hcd_pci_remove - shutdown processing for PCI-based HCDs
2. SYNOPSIS ▲
void usb_hcd_pci_remove(struct pci_dev * dev );
3. ARGUMENTS ▲
dev
USB Host Controller being removed
4. CONTEXT ▲
!in_interrupt
5. DESCRIPTION ▲
Reverses the effect of usb_hcd_pci_probe, first invoking the HCDAqs stop method. It is always called from a thread context, normally « rmmod », « apmd », or something similar.
Store this function in the HCDAqs struct pci_driver as remove.
6. COPYRIGHT ▲