Lines Matching refs:controller_ops
217 if (phb->controller_ops.window_alignment) in pcibios_window_alignment()
218 return phb->controller_ops.window_alignment(bus, type); in pcibios_window_alignment()
232 if (hose->controller_ops.setup_bridge) in pcibios_setup_bridge()
233 hose->controller_ops.setup_bridge(bus, type); in pcibios_setup_bridge()
240 if (phb->controller_ops.reset_secondary_bus) { in pcibios_reset_secondary_bus()
241 phb->controller_ops.reset_secondary_bus(dev); in pcibios_reset_secondary_bus()
1050 if (phb->controller_ops.dma_bus_setup) in pcibios_setup_bus_self()
1051 phb->controller_ops.dma_bus_setup(bus); in pcibios_setup_bus_self()
1068 if (phb->controller_ops.dma_dev_setup) in pcibios_bus_add_device()
1069 phb->controller_ops.dma_dev_setup(dev); in pcibios_bus_add_device()
1509 if (phb->controller_ops.enable_device_hook) in pcibios_enable_device()
1510 if (!phb->controller_ops.enable_device_hook(dev)) in pcibios_enable_device()
1520 if (phb->controller_ops.disable_device) in pcibios_disable_device()
1521 phb->controller_ops.disable_device(dev); in pcibios_disable_device()
1679 if (node && hose->controller_ops.probe_mode) in pcibios_scan_phb()
1680 mode = hose->controller_ops.probe_mode(bus); in pcibios_scan_phb()