Searched refs:plat_device_is_coherent (Results 1 – 9 of 9) sorted by relevance
40 return !plat_device_is_coherent(dev) && in cpu_is_noncoherent_r10000()116 if (!plat_device_is_coherent(dev)) { in mips_dma_alloc_coherent()145 if (!plat_device_is_coherent(dev)) in mips_dma_free_coherent()191 if (!plat_device_is_coherent(dev) && addr) in mips_dma_map_sg()208 if (!plat_device_is_coherent(dev)) in mips_dma_map_page()222 if (!plat_device_is_coherent(dev) && in mips_dma_unmap_sg()247 if (!plat_device_is_coherent(dev)) { in mips_dma_sync_single_for_device()275 if (!plat_device_is_coherent(dev)) in mips_dma_sync_sg_for_device()297 if (!plat_device_is_coherent(dev)) in dma_cache_sync()
61 static inline int plat_device_is_coherent(struct device *dev) in plat_device_is_coherent() function
67 static inline int plat_device_is_coherent(struct device *dev) in plat_device_is_coherent() function
62 static inline int plat_device_is_coherent(struct device *dev) in plat_device_is_coherent() function
54 static inline int plat_device_is_coherent(struct device *dev) in plat_device_is_coherent() function
72 static inline int plat_device_is_coherent(struct device *dev) in plat_device_is_coherent() function
94 static inline int plat_device_is_coherent(struct device *dev) in plat_device_is_coherent() function
114 static inline int plat_device_is_coherent(struct device *dev) in plat_device_is_coherent() function
3172 !plat_device_is_coherent(substream->dma_buffer.dev.dev)) in snd_pcm_default_mmap()