Lines Matching defs:size
115 static void *mips_dma_alloc_noncoherent(struct device *dev, size_t size, in mips_dma_alloc_noncoherent()
132 static void *mips_dma_alloc_coherent(struct device *dev, size_t size, in mips_dma_alloc_coherent()
170 static void mips_dma_free_noncoherent(struct device *dev, size_t size, in mips_dma_free_noncoherent()
177 static void mips_dma_free_coherent(struct device *dev, size_t size, void *vaddr, in mips_dma_free_coherent()
201 void *cpu_addr, dma_addr_t dma_addr, size_t size, in mips_dma_mmap()
234 static inline void __dma_sync_virtual(void *addr, size_t size, in __dma_sync_virtual()
262 unsigned long offset, size_t size, enum dma_data_direction direction) in __dma_sync()
293 size_t size, enum dma_data_direction direction, struct dma_attrs *attrs) in mips_dma_unmap_page()
323 unsigned long offset, size_t size, enum dma_data_direction direction, in mips_dma_map_page()
349 dma_addr_t dma_handle, size_t size, enum dma_data_direction direction) in mips_dma_sync_single_for_cpu()
358 dma_addr_t dma_handle, size_t size, enum dma_data_direction direction) in mips_dma_sync_single_for_device()
406 void dma_cache_sync(struct device *dev, void *vaddr, size_t size, in dma_cache_sync()