Home
last modified time | relevance | path

Searched refs:of_scan_pci_bridge (Results 1 – 3 of 3) sorted by relevance

/linux/arch/powerpc/kernel/
H A Dpci_of_scan.c243 * of_scan_pci_bridge - Set up a PCI bridge and scan for child nodes
250 void of_scan_pci_bridge(struct pci_dev *dev) in of_scan_pci_bridge() function
262 pr_debug("of_scan_pci_bridge(%pOF)\n", node); in of_scan_pci_bridge()
346 EXPORT_SYMBOL(of_scan_pci_bridge);
420 of_scan_pci_bridge(dev); in __of_scan_bus()
/linux/arch/powerpc/include/asm/
H A Dpci.h103 extern void of_scan_pci_bridge(struct pci_dev *dev);
/linux/drivers/pci/hotplug/
H A Drpadlpar_core.c156 of_scan_pci_bridge(dev); in dlpar_pci_add_bus()