Lines Matching refs:controller_ops
116 if (phb->controller_ops.window_alignment) in pcibios_window_alignment()
117 return phb->controller_ops.window_alignment(bus, type); in pcibios_window_alignment()
131 if (phb->controller_ops.reset_secondary_bus) { in pcibios_reset_secondary_bus()
132 phb->controller_ops.reset_secondary_bus(dev); in pcibios_reset_secondary_bus()
967 if (phb->controller_ops.dma_bus_setup) in pcibios_setup_bus_self()
968 phb->controller_ops.dma_bus_setup(bus); in pcibios_setup_bus_self()
985 if (phb->controller_ops.dma_dev_setup) in pcibios_setup_device()
986 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()
1633 if (node && hose->controller_ops.probe_mode) in pcibios_scan_phb()
1634 mode = hose->controller_ops.probe_mode(bus); in pcibios_scan_phb()