Lines Matching refs:size

32 void *dma_alloc_coherent(struct device *dev, size_t size,
35 void dma_free_coherent(struct device *dev, size_t size,
39 dma_map_single(struct device *dev, void *ptr, size_t size, in dma_map_single() argument
43 consistent_sync(ptr, size, direction); in dma_map_single()
48 dma_unmap_single(struct device *dev, dma_addr_t dma_addr, size_t size, in dma_unmap_single() argument
74 size_t size, enum dma_data_direction direction) in dma_map_page() argument
81 dma_unmap_page(struct device *dev, dma_addr_t dma_address, size_t size, in dma_unmap_page() argument
96 dma_sync_single_for_cpu(struct device *dev, dma_addr_t dma_handle, size_t size, in dma_sync_single_for_cpu() argument
99 consistent_sync((void *)bus_to_virt(dma_handle), size, direction); in dma_sync_single_for_cpu()
104 size_t size, enum dma_data_direction direction) in dma_sync_single_for_device() argument
106 consistent_sync((void *)bus_to_virt(dma_handle), size, direction); in dma_sync_single_for_device()
111 unsigned long offset, size_t size, in dma_sync_single_range_for_cpu() argument
115 consistent_sync((void *)bus_to_virt(dma_handle)+offset,size,direction); in dma_sync_single_range_for_cpu()
120 unsigned long offset, size_t size, in dma_sync_single_range_for_device() argument
124 consistent_sync((void *)bus_to_virt(dma_handle)+offset,size,direction); in dma_sync_single_range_for_device()
167 dma_cache_sync(struct device *dev, void *vaddr, size_t size, in dma_cache_sync() argument
170 consistent_sync(vaddr, size, direction); in dma_cache_sync()
176 dma_addr_t dma_addr, size_t size) in dma_mmap_coherent() argument
183 size_t size) in dma_get_sgtable() argument
188 static inline void *dma_alloc_attrs(struct device *dev, size_t size, in dma_alloc_attrs() argument
195 static inline void dma_free_attrs(struct device *dev, size_t size, in dma_free_attrs() argument