Home
last modified time | relevance | path

Searched refs:pci_find_next_bus (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/pci/
H A Dsearch.c146 while ((bus = pci_find_next_bus(bus)) != NULL) { in pci_find_bus()
166 struct pci_bus *pci_find_next_bus(const struct pci_bus *from) in pci_find_next_bus() function
179 EXPORT_SYMBOL(pci_find_next_bus);
H A Dpci-sysfs.c411 while ((b = pci_find_next_bus(b)) != NULL) in rescan_store()
/OK3568_Linux_fs/kernel/drivers/pci/controller/
H A Dvmd.c442 while ((bus = pci_find_next_bus(bus)) != NULL) in vmd_find_free_domain()
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Dpci.c1123 while ((pbus = pci_find_next_bus(pbus)) != NULL) { in of_pci_slot_init()
/OK3568_Linux_fs/kernel/include/linux/
H A Dpci.h1101 struct pci_bus *pci_find_next_bus(const struct pci_bus *from);
1793 static inline struct pci_bus *pci_find_next_bus(const struct pci_bus *from) in pci_find_next_bus() function
/OK3568_Linux_fs/kernel/arch/ia64/hp/common/
H A Dsba_iommu.c2101 while ((b = pci_find_next_bus(b)) != NULL) in sba_init()
/OK3568_Linux_fs/kernel/drivers/edac/
H A Di7core_edac.c1286 while ((b = pci_find_next_bus(b)) != NULL) { in i7core_pci_lastbus()
/OK3568_Linux_fs/kernel/arch/x86/events/intel/
H A Duncore_snbep.c3656 struct pci_bus *bus = pci_find_next_bus(NULL); in skx_iio_mapping_show()
3711 while ((bus = pci_find_next_bus(bus)) in skx_iio_get_topology()