Searched refs:set_pci_dma_ops (Results 1 – 8 of 8) sorted by relevance
54 extern void set_pci_dma_ops(const struct dma_map_ops *dma_ops);57 #define set_pci_dma_ops(d) macro
441 set_pci_dma_ops(&dma_iommu_ops); in iommu_init_early_dart()450 set_pci_dma_ops(&dma_nommu_ops); in iommu_init_early_dart()
121 set_pci_dma_ops(&powerpc_swiotlb_dma_ops); in setup_swiotlb_ops()
270 set_pci_dma_ops(&dma_iommu_ops); in iommu_init_early_pasemi()
813 set_pci_dma_ops(&dma_nommu_ops); in cell_iommu_init_disabled()1124 set_pci_dma_ops(&dma_iommu_ops); in cell_iommu_fixed_mapping_init()1212 set_pci_dma_ops(&dma_iommu_ops); in cell_iommu_init()
1127 set_pci_dma_ops(&dma_iommu_ops); in pnv_pci_init()
1382 set_pci_dma_ops(&dma_iommu_ops); in iommu_init_early_pSeries()
67 void set_pci_dma_ops(const struct dma_map_ops *dma_ops) in set_pci_dma_ops() function