Rechercher une page de manuel
pci_find_next_bus
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
pci_find_next_bus - begin or continue searching for a PCI busSYNOPSIS
- struct pci_bus * pci_find_next_bus(const struct pci_bus * from);
ARGUMENTS
from
- Previous PCI bus found, or NULL for new search.
DESCRIPTION
Iterates through the list of known PCI busses. A new search is initiated by passing NULL as the from argument. Otherwise if from is not NULL, searches continue from next device on the global list.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre