Searched refs:probe_mode (Results 1 – 6 of 6) sorted by relevance
84 if (phb->controller_ops.probe_mode) in pcibios_add_pci_devices()85 mode = phb->controller_ops.probe_mode(bus); in pcibios_add_pci_devices()
293 if (phb->controller_ops.probe_mode) in of_scan_pci_bridge()294 mode = phb->controller_ops.probe_mode(bus); in of_scan_pci_bridge()
1658 if (node && hose->controller_ops.probe_mode) in pcibios_scan_phb()1659 mode = hose->controller_ops.probe_mode(bus); in pcibios_scan_phb()
24 int (*probe_mode)(struct pci_bus *); member
843 .probe_mode = pSeries_pci_probe_mode,
1249 .probe_mode = pmac_pci_probe_mode,