Home
last modified time | relevance | path

Searched refs:dma_release_from_global_coherent (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Ddma-map-ops.h183 int dma_release_from_global_coherent(int order, void *vaddr);
204 static inline int dma_release_from_global_coherent(int order, void *vaddr) in dma_release_from_global_coherent() function
/OK3568_Linux_fs/kernel/arch/arm/mm/
H A Ddma-mapping-nommu.c59 int ret = dma_release_from_global_coherent(get_order(size), cpu_addr); in arm_nommu_dma_free()
/OK3568_Linux_fs/kernel/kernel/dma/
H A Dcoherent.c252 int dma_release_from_global_coherent(int order, void *vaddr) in dma_release_from_global_coherent() function