Lines Matching refs:size_t
19 extern void *dma_alloc_coherent(struct device *, size_t,
21 extern void dma_free_coherent(struct device *, size_t,
24 static inline void *dma_alloc_noncoherent(struct device *dev, size_t size, in dma_alloc_noncoherent()
29 static inline void dma_free_noncoherent(struct device *dev, size_t size, in dma_free_noncoherent()
34 static inline void dma_cache_sync(struct device *dev, void *vaddr, size_t size, in dma_cache_sync()
40 extern dma_addr_t dma_map_single(struct device *, void *, size_t,
43 size_t size, enum dma_data_direction dir) in dma_unmap_single()
48 unsigned long, size_t size,
51 size_t size, enum dma_data_direction dir) in dma_unmap_page()
62 extern void dma_sync_single_for_device(struct device *, dma_addr_t, size_t,
68 dma_addr_t dma_handle, unsigned long offset, size_t size, in dma_sync_single_range_for_device()
76 size_t size, enum dma_data_direction dir) in dma_sync_single_for_cpu()
86 dma_addr_t dma_handle, unsigned long offset, size_t size, in dma_sync_single_range_for_cpu()