1USB_HCD_PCI_REMOVE(9) Host Controller APIs USB_HCD_PCI_REMOVE(9)
2
3
4
6 usb_hcd_pci_remove - shutdown processing for PCI-based HCDs
7
9 void usb_hcd_pci_remove(struct pci_dev * dev);
10
12 dev
13 USB Host Controller being removed
14
16 !in_interrupt
17
19 Reverses the effect of usb_hcd_pci_probe, first invoking the HCD´s stop
20 method. It is always called from a thread context, normally “rmmod”,
21 “apmd”, or something similar.
22
23 Store this function in the HCD´s struct pci_driver as remove.
24
26Kernel Hackers Manual 2.6. June 2019 USB_HCD_PCI_REMOVE(9)