Lines Matching refs:dma_map_ops
324 static struct dma_map_ops tile_default_dma_map_ops = {
339 struct dma_map_ops *tile_dma_map_ops = &tile_default_dma_map_ops;
511 static struct dma_map_ops tile_pci_default_dma_map_ops = {
526 struct dma_map_ops *gx_pci_dma_map_ops = &tile_pci_default_dma_map_ops;
547 static struct dma_map_ops pci_swiotlb_dma_ops = {
562 static struct dma_map_ops pci_hybrid_dma_ops = {
577 struct dma_map_ops *gx_legacy_pci_dma_map_ops = &pci_swiotlb_dma_ops;
578 struct dma_map_ops *gx_hybrid_pci_dma_map_ops = &pci_hybrid_dma_ops;
580 struct dma_map_ops *gx_legacy_pci_dma_map_ops;
581 struct dma_map_ops *gx_hybrid_pci_dma_map_ops;
589 struct dma_map_ops *dma_ops = get_dma_ops(dev); in dma_set_coherent_mask()