Lines Matching defs:dmabuf
58 static int rk_cma_heap_attach(struct dma_buf *dmabuf, in rk_cma_heap_attach()
95 static void rk_cma_heap_detach(struct dma_buf *dmabuf, in rk_cma_heap_detach()
138 rk_cma_heap_dma_buf_begin_cpu_access_partial(struct dma_buf *dmabuf, in rk_cma_heap_dma_buf_begin_cpu_access_partial()
168 rk_cma_heap_dma_buf_end_cpu_access_partial(struct dma_buf *dmabuf, in rk_cma_heap_dma_buf_end_cpu_access_partial()
197 static int rk_cma_heap_dma_buf_begin_cpu_access(struct dma_buf *dmabuf, in rk_cma_heap_dma_buf_begin_cpu_access()
206 static int rk_cma_heap_dma_buf_end_cpu_access(struct dma_buf *dmabuf, in rk_cma_heap_dma_buf_end_cpu_access()
215 static int rk_cma_heap_mmap(struct dma_buf *dmabuf, struct vm_area_struct *vma) in rk_cma_heap_mmap()
241 static void *rk_cma_heap_vmap(struct dma_buf *dmabuf) in rk_cma_heap_vmap()
265 static void rk_cma_heap_vunmap(struct dma_buf *dmabuf, void *vaddr) in rk_cma_heap_vunmap()
277 static void rk_cma_heap_remove_dmabuf_list(struct dma_buf *dmabuf) in rk_cma_heap_remove_dmabuf_list()
300 static int rk_cma_heap_add_dmabuf_list(struct dma_buf *dmabuf, const char *name) in rk_cma_heap_add_dmabuf_list()
384 static void rk_cma_heap_dma_buf_release(struct dma_buf *dmabuf) in rk_cma_heap_dma_buf_release()
435 struct dma_buf *dmabuf; in rk_cma_heap_allocate() local