Home
last modified time | relevance | path

Searched refs:mips_dma_map_ops (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/arch/mips/include/asm/
Ddma-mapping.h12 extern struct dma_map_ops *mips_dma_map_ops;
19 return mips_dma_map_ops; in get_dma_ops()
/linux-4.4.14/arch/mips/loongson64/common/
Ddma-swiotlb.c144 mips_dma_map_ops = &loongson_dma_map_ops; in plat_swiotlb_setup()
/linux-4.4.14/arch/mips/mm/
Ddma-default.c433 struct dma_map_ops *mips_dma_map_ops = &mips_default_dma_map_ops; variable
434 EXPORT_SYMBOL(mips_dma_map_ops);
/linux-4.4.14/arch/mips/cavium-octeon/
Ddma-octeon.c315 mips_dma_map_ops = &octeon_linear_dma_map_ops.dma_map_ops; in plat_swiotlb_setup()