Searched refs:probe_mode (Results 1 – 4 of 4) sorted by relevance
150 if (phb->controller_ops.probe_mode) in pci_hp_add_devices()151 mode = phb->controller_ops.probe_mode(bus); in pci_hp_add_devices()
344 if (phb->controller_ops.probe_mode) in of_scan_pci_bridge()345 mode = phb->controller_ops.probe_mode(bus); in of_scan_pci_bridge()
24 int (*probe_mode)(struct pci_bus *bus); member
1256 .probe_mode = pmac_pci_probe_mode,