1PCI_FIND_NEXT_BUS(9) Hardware Interfaces PCI_FIND_NEXT_BUS(9)
2
3
4
6 pci_find_next_bus - begin or continue searching for a PCI bus
7
9 struct pci_bus * pci_find_next_bus(const struct pci_bus * from);
10
12 from
13 Previous PCI bus found, or NULL for new search.
14
16 Iterates through the list of known PCI buses. A new search is initiated
17 by passing NULL as the from argument. Otherwise if from is not NULL,
18 searches continue from next device on the global list.
19
21Kernel Hackers Manual 3.10 June 2019 PCI_FIND_NEXT_BUS(9)