other versions
- stretch 4.9.168-1
USB_HCD_PCI_REMOVE(9) | Host Controller APIs | USB_HCD_PCI_REMOVE(9) |
NAME¶
usb_hcd_pci_remove - shutdown processing for PCI-based HCDsSYNOPSIS¶
void usb_hcd_pci_remove(struct pci_dev * dev);
ARGUMENTS¶
devUSB Host Controller being removed
CONTEXT¶
!in_interruptDESCRIPTION¶
Reverses the effect of usb_hcd_pci_probe, first invoking the HCD's stop method. It is always called from a thread context, normally “rmmod”, “apmd”, or something similar.Store this function in the HCD's struct pci_driver as remove.
COPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |