Home
last modified time | relevance | path

Searched refs:dma_cache_sync (Results 1 – 25 of 26) sorted by relevance

12

/arch/sh/kernel/
Ddma-nommu.c21 dma_cache_sync(dev, page_address(page) + offset, size, dir); in nommu_map_page()
38 dma_cache_sync(dev, sg_virt(s), s->length, dir); in nommu_map_sg()
51 dma_cache_sync(dev, phys_to_virt(addr), size, dir); in nommu_sync_single()
61 dma_cache_sync(dev, sg_virt(s), s->length, dir); in nommu_sync_sg()
/arch/avr32/include/asm/
Ddma-mapping.h11 extern void dma_cache_sync(struct device *dev, void *vaddr, size_t size,
120 dma_cache_sync(dev, cpu_addr, size, direction); in dma_map_single()
222 dma_cache_sync(dev, virt, sg[i].length, direction); in dma_map_sg()
278 dma_cache_sync(dev, bus_to_virt(dma_handle), size, direction); in dma_sync_single_for_device()
330 dma_cache_sync(dev, sg_virt(&sg[i]), sg[i].length, direction); in dma_sync_sg_for_device()
/arch/sh/mm/
Dconsistent.c52 dma_cache_sync(dev, ret, size, DMA_BIDIRECTIONAL); in dma_generic_alloc_coherent()
81 void dma_cache_sync(struct device *dev, void *vaddr, size_t size, in dma_cache_sync() function
103 EXPORT_SYMBOL(dma_cache_sync);
/arch/mips/include/asm/
Dfloppy.h17 dma_cache_sync(NULL, addr, size, DMA_BIDIRECTIONAL); in fd_cacheflush()
Ddma-mapping.h65 extern void dma_cache_sync(struct device *dev, void *vaddr, size_t size,
/arch/avr32/mm/
Ddma-coherent.c16 void dma_cache_sync(struct device *dev, void *vaddr, size_t size, int direction) in dma_cache_sync() function
38 EXPORT_SYMBOL(dma_cache_sync);
/arch/alpha/include/asm/
Ddma-mapping.h51 #define dma_cache_sync(dev, va, size, dir) ((void)0) macro
/arch/sparc/include/asm/
Ddma-mapping.h15 static inline void dma_cache_sync(struct device *dev, void *vaddr, size_t size, in dma_cache_sync() function
/arch/s390/include/asm/
Ddma-mapping.h23 static inline void dma_cache_sync(struct device *dev, void *vaddr, size_t size, in dma_cache_sync() function
/arch/hexagon/include/asm/
Ddma-mapping.h51 extern void dma_cache_sync(struct device *dev, void *vaddr, size_t size,
/arch/ia64/include/asm/
Ddma-mapping.h99 dma_cache_sync (struct device *dev, void *vaddr, size_t size, in dma_cache_sync() function
/arch/unicore32/include/asm/
Ddma-mapping.h110 static inline void dma_cache_sync(struct device *dev, void *vaddr, in dma_cache_sync() function
/arch/sh/include/asm/
Ddma-mapping.h39 void dma_cache_sync(struct device *dev, void *vaddr, size_t size,
/arch/frv/include/asm/
Ddma-mapping.h129 void dma_cache_sync(struct device *dev, void *vaddr, size_t size, in dma_cache_sync() function
/arch/microblaze/include/asm/
Ddma-mapping.h135 static inline void dma_cache_sync(struct device *dev, void *vaddr, size_t size, in dma_cache_sync() function
/arch/m68k/include/asm/
Ddma-mapping.h49 static inline void dma_cache_sync(struct device *dev, void *vaddr, size_t size, in dma_cache_sync() function
/arch/mips/mm/
Ddma-default.c357 void dma_cache_sync(struct device *dev, void *vaddr, size_t size, in dma_cache_sync() function
366 EXPORT_SYMBOL(dma_cache_sync);
/arch/mn10300/include/asm/
Ddma-mapping.h165 void dma_cache_sync(void *vaddr, size_t size, in dma_cache_sync() function
/arch/tile/include/asm/
Ddma-mapping.h153 static inline void dma_cache_sync(struct device *dev, void *vaddr, size_t size, in dma_cache_sync() function
/arch/cris/include/asm/
Ddma-mapping.h156 dma_cache_sync(struct device *dev, void *vaddr, size_t size, in dma_cache_sync() function
/arch/xtensa/include/asm/
Ddma-mapping.h167 dma_cache_sync(struct device *dev, void *vaddr, size_t size, in dma_cache_sync() function
/arch/x86/include/asm/
Ddma-mapping.h97 dma_cache_sync(struct device *dev, void *vaddr, size_t size, in dma_cache_sync() function
/arch/blackfin/include/asm/
Ddma-mapping.h151 dma_cache_sync(struct device *dev, void *vaddr, size_t size, in dma_cache_sync() function
/arch/metag/include/asm/
Ddma-mapping.h178 dma_cache_sync(struct device *dev, void *vaddr, size_t size, in dma_cache_sync() function
/arch/powerpc/include/asm/
Ddma-mapping.h218 static inline void dma_cache_sync(struct device *dev, void *vaddr, size_t size, in dma_cache_sync() function

12