Home
last modified time | relevance | path

Searched refs:probe_mode (Results 1 – 6 of 6) sorted by relevance

/arch/powerpc/kernel/
A Dpci-hotplug.c150 if (phb->controller_ops.probe_mode) in pci_hp_add_devices()
151 mode = phb->controller_ops.probe_mode(bus); in pci_hp_add_devices()
A Dpci_of_scan.c337 if (phb->controller_ops.probe_mode) in of_scan_pci_bridge()
338 mode = phb->controller_ops.probe_mode(bus); in of_scan_pci_bridge()
A Dpci-common.c1678 if (node && hose->controller_ops.probe_mode) in pcibios_scan_phb()
1679 mode = hose->controller_ops.probe_mode(bus); in pcibios_scan_phb()
/arch/powerpc/include/asm/
A Dpci-bridge.h24 int (*probe_mode)(struct pci_bus *bus); member
/arch/powerpc/platforms/pseries/
A Dsetup.c1135 .probe_mode = pSeries_pci_probe_mode,
/arch/powerpc/platforms/powermac/
A Dpci.c1256 .probe_mode = pmac_pci_probe_mode,

Completed in 15 milliseconds