Lines Matching refs:controller_ops
114 if (phb->controller_ops.window_alignment) in pcibios_window_alignment()
115 return phb->controller_ops.window_alignment(bus, type); in pcibios_window_alignment()
129 if (phb->controller_ops.reset_secondary_bus) { in pcibios_reset_secondary_bus()
130 phb->controller_ops.reset_secondary_bus(dev); in pcibios_reset_secondary_bus()
977 if (phb->controller_ops.dma_bus_setup) in pcibios_setup_bus_self()
978 phb->controller_ops.dma_bus_setup(bus); in pcibios_setup_bus_self()
995 if (phb->controller_ops.dma_dev_setup) in pcibios_setup_device()
996 phb->controller_ops.dma_dev_setup(dev); in pcibios_setup_device()
1484 if (phb->controller_ops.enable_device_hook) in pcibios_enable_device()
1485 if (!phb->controller_ops.enable_device_hook(dev)) in pcibios_enable_device()
1658 if (node && hose->controller_ops.probe_mode) in pcibios_scan_phb()
1659 mode = hose->controller_ops.probe_mode(bus); in pcibios_scan_phb()