Query: usb_hcd_pci_remove
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
USB_HCD_PCI_REMOVE(9) Host Controller APIs USB_HCD_PCI_REMOVE(9)NAMEusb_hcd_pci_remove - shutdown processing for PCI-based HCDsSYNOPSISvoid usb_hcd_pci_remove(struct pci_dev * dev);ARGUMENTSdev USB Host Controller being removedCONTEXT!in_interruptDESCRIPTIONReverses 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.COPYRIGHTKernel Hackers Manual 3.10 June 2014 USB_HCD_PCI_REMOVE(9)