Rechercher une page de manuel
pci_remove_bus_device
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
pci_remove_bus_device - remove a PCI device and any childrenSYNOPSIS
- void pci_remove_bus_device(struct pci_dev * dev);
ARGUMENTS
dev
- the device to remove
DESCRIPTION
Remove a PCI device from the device lists, informing the drivers that the device has been removed. We also remove any subordinate buses and children in a depth-first manner.
For each device we remove, delete the device structure from the device lists, remove the /proc entry, and notify userspace (/sbin/hotplug).
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre