Rechercher une page de manuel
pci_unregister_driver
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
pci_unregister_driver - unregister a pci driverSYNOPSIS
- void pci_unregister_driver(struct pci_driver * drv);
ARGUMENTS
drv
- the driver structure to unregister
DESCRIPTION
Deletes the driver structure from the list of registered PCI drivers, gives it a chance to clean up by calling its remove function for each device it was responsible for, and marks those devices as driverless.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre