Rechercher une page de manuel
usb_hcd_pci_remove
Langue: en
Version: October 2010 (fedora - 01/12/10)
Section: 9 (Appels noyau Linux)
NAME
usb_hcd_pci_remove - shutdown processing for PCI-based HCDsSYNOPSIS
- void usb_hcd_pci_remove(struct pci_dev * dev);
ARGUMENTS
dev
- USB Host Controller being removed
CONTEXT
!in_interrupt
DESCRIPTION
Reverses the effect of usb_hcd_pci_probe, first invoking the HCD's stop method. It is always called from a thread context, normally lqrmmodrq, lqapmdrq, or something similar.
Store this function in the HCD's struct pci_driver as remove.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre