Searched refs:of_scan_bus (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/powerpc/include/asm/
H A Dpci.h105 extern void of_scan_bus(struct device_node *node, struct pci_bus *bus);
/linux-master/arch/powerpc/kernel/
H A Dpci_of_scan.c246 * of_scan_bus() calls this routine for each PCI bridge that it finds, and
247 * this routine in turn call of_scan_bus() recursively to scan for more child
342 of_scan_bus(node, bus);
401 pr_debug("of_scan_bus(%pOF) bus no %d...\n",
424 * of_scan_bus - given a PCI bus node, setup bus and scan for child devices
428 void of_scan_bus(struct device_node *node, struct pci_bus *bus) function
432 EXPORT_SYMBOL_GPL(of_scan_bus); variable
439 * Same as of_scan_bus, but for a pci_bus structure that has already been
H A Dpci-common.c1682 of_scan_bus(node, bus);

Completed in 236 milliseconds