Lines Matching defs:size
115 void *dma_alloc_noncoherent(struct device *dev, size_t size, in dma_alloc_noncoherent()
133 static void *mips_dma_alloc_coherent(struct device *dev, size_t size, in mips_dma_alloc_coherent()
167 void dma_free_noncoherent(struct device *dev, size_t size, void *vaddr, in dma_free_noncoherent()
175 static void mips_dma_free_coherent(struct device *dev, size_t size, void *vaddr, in mips_dma_free_coherent()
197 static inline void __dma_sync_virtual(void *addr, size_t size, in __dma_sync_virtual()
225 unsigned long offset, size_t size, enum dma_data_direction direction) in __dma_sync()
256 size_t size, enum dma_data_direction direction, struct dma_attrs *attrs) in mips_dma_unmap_page()
285 unsigned long offset, size_t size, enum dma_data_direction direction, in mips_dma_map_page()
310 dma_addr_t dma_handle, size_t size, enum dma_data_direction direction) in mips_dma_sync_single_for_cpu()
319 dma_addr_t dma_handle, size_t size, enum dma_data_direction direction) in mips_dma_sync_single_for_device()
359 void dma_cache_sync(struct device *dev, void *vaddr, size_t size, in dma_cache_sync()