1PCI_FIND_BUS(9) Hardware Interfaces PCI_FIND_BUS(9)
2
3
4
6 pci_find_bus - locate PCI bus from a given domain and bus number
7
9 struct pci_bus * pci_find_bus(int domain, int busnr);
10
12 domain
13 number of PCI domain to search
14
15 busnr
16 number of desired PCI bus
17
19 Given a PCI bus number and domain number, the desired PCI bus is
20 located in the global list of PCI buses. If the bus is found, a pointer
21 to its data structure is returned. If no bus is found, NULL is
22 returned.
23
25Kernel Hackers Manual 2.6. June 2019 PCI_FIND_BUS(9)