Lines Matching refs:controller_ops
207 if (phb->controller_ops.window_alignment) in pcibios_window_alignment()
208 return phb->controller_ops.window_alignment(bus, type); in pcibios_window_alignment()
222 if (hose->controller_ops.setup_bridge) in pcibios_setup_bridge()
223 hose->controller_ops.setup_bridge(bus, type); in pcibios_setup_bridge()
230 if (phb->controller_ops.reset_secondary_bus) { in pcibios_reset_secondary_bus()
231 phb->controller_ops.reset_secondary_bus(dev); in pcibios_reset_secondary_bus()
961 if (phb->controller_ops.dma_bus_setup) in pcibios_setup_bus_self()
962 phb->controller_ops.dma_bus_setup(bus); in pcibios_setup_bus_self()
979 if (phb->controller_ops.dma_dev_setup) in pcibios_setup_device()
980 phb->controller_ops.dma_dev_setup(dev); in pcibios_setup_device()
1457 if (phb->controller_ops.enable_device_hook) in pcibios_enable_device()
1458 if (!phb->controller_ops.enable_device_hook(dev)) in pcibios_enable_device()
1468 if (phb->controller_ops.disable_device) in pcibios_disable_device()
1469 phb->controller_ops.disable_device(dev); in pcibios_disable_device()
1627 if (node && hose->controller_ops.probe_mode) in pcibios_scan_phb()
1628 mode = hose->controller_ops.probe_mode(bus); in pcibios_scan_phb()