Searched refs:controller_ops (Results 1 – 15 of 15) sorted by relevance
372 void __init iommu_init_early_dart(struct pci_controller_ops *controller_ops) in iommu_init_early_dart() argument398 controller_ops->dma_dev_setup = pci_dma_dev_setup_dart; in iommu_init_early_dart()399 controller_ops->dma_bus_setup = pci_dma_bus_setup_dart; in iommu_init_early_dart()407 controller_ops->dma_dev_setup = NULL; in iommu_init_early_dart()408 controller_ops->dma_bus_setup = NULL; in iommu_init_early_dart()
118 hose->controller_ops.dma_dev_setup = pci_dma_dev_setup_swiotlb; in setup_swiotlb_ops()
84 if (phb->controller_ops.probe_mode) in pcibios_add_pci_devices()85 mode = phb->controller_ops.probe_mode(bus); in pcibios_add_pci_devices()
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()[all …]
293 if (phb->controller_ops.probe_mode) in of_scan_pci_bridge()294 mode = phb->controller_ops.probe_mode(bus); in of_scan_pci_bridge()
80 phb->controller_ops = pseries_pci_controller_ops; in init_phb_dynamic()
486 phb->controller_ops = pseries_pci_controller_ops; in find_and_init_phbs()
176 extern void iommu_init_early_dart(struct pci_controller_ops *controller_ops);
67 struct pci_controller_ops controller_ops; member
130 phb->controller_ops = cell_pci_controller_ops; in cell_setup_phb()
204 hose->controller_ops = pasemi_pci_controller_ops; in pas_add_bridge()
136 phb->hose->controller_ops = pnv_pci_controller_ops; in pnv_pci_init_p5ioc2_phb()
2814 hose->controller_ops = pnv_pci_controller_ops; in pnv_pci_init_ioda_phb()
513 hose->controller_ops = maple_pci_controller_ops; in maple_add_bridge()
803 hose->controller_ops = pmac_pci_controller_ops; in pmac_add_bridge()