Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
H A Dpci.h106 extern void of_rescan_bus(struct device_node *node, struct pci_bus *bus);
/linux/arch/powerpc/kernel/
H A Dpci_of_scan.c449 void of_rescan_bus(struct device_node *node, struct pci_bus *bus) in of_rescan_bus() function
453 EXPORT_SYMBOL_GPL(of_rescan_bus);
H A Dpci-hotplug.c155 of_rescan_bus(dn, bus); in pci_hp_add_devices()