Begin or continue searching for a pci bus
struct pci_bus * pci_find_next_bus(const struct pci_bus * from);
from
Previous PCI bus found, or NULL for new search.
Iterates through the list of known PCI buses. 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.