Lines Matching defs:dmabuf
57 static int cma_heap_attach(struct dma_buf *dmabuf, in cma_heap_attach()
91 static void cma_heap_detach(struct dma_buf *dmabuf, in cma_heap_detach()
139 cma_heap_dma_buf_begin_cpu_access_partial(struct dma_buf *dmabuf, in cma_heap_dma_buf_begin_cpu_access_partial()
164 cma_heap_dma_buf_end_cpu_access_partial(struct dma_buf *dmabuf, in cma_heap_dma_buf_end_cpu_access_partial()
188 static int cma_heap_dma_buf_begin_cpu_access(struct dma_buf *dmabuf, in cma_heap_dma_buf_begin_cpu_access()
208 static int cma_heap_dma_buf_end_cpu_access(struct dma_buf *dmabuf, in cma_heap_dma_buf_end_cpu_access()
246 static int cma_heap_mmap(struct dma_buf *dmabuf, struct vm_area_struct *vma) in cma_heap_mmap()
277 static void *cma_heap_vmap(struct dma_buf *dmabuf) in cma_heap_vmap()
301 static void cma_heap_vunmap(struct dma_buf *dmabuf, void *vaddr) in cma_heap_vunmap()
313 static void cma_heap_dma_buf_release(struct dma_buf *dmabuf) in cma_heap_dma_buf_release()
359 struct dma_buf *dmabuf; in cma_heap_do_allocate() local
462 struct dma_buf *dmabuf; in cma_heap_get_phys() local