Lines Matching refs:dma_buf
55 static int dma_heap_attach(struct dma_buf *dmabuf, in dma_heap_attach()
103 static void dma_heap_detatch(struct dma_buf *dmabuf, in dma_heap_detatch()
139 static void dma_heap_dma_buf_release(struct dma_buf *dmabuf) in dma_heap_dma_buf_release()
147 static int dma_heap_mmap(struct dma_buf *dmabuf, struct vm_area_struct *vma) in dma_heap_mmap()
162 static void *dma_heap_vmap(struct dma_buf *dmabuf) in dma_heap_vmap()
179 static struct dma_buf *sram_dma_heap_allocate(struct dma_heap *heap, in sram_dma_heap_allocate()
188 struct dma_buf *dmabuf; in sram_dma_heap_allocate()
268 struct dma_buf *sram_heap_alloc_dma_buf(size_t size) in sram_heap_alloc_dma_buf()
274 struct dma_buf *dmabuf; in sram_heap_alloc_dma_buf()
381 void sram_heap_free_dma_buf(struct dma_buf *dmabuf) in sram_heap_free_dma_buf()
390 void *sram_heap_get_vaddr(struct dma_buf *dmabuf) in sram_heap_get_vaddr()
398 phys_addr_t sram_heap_get_paddr(struct dma_buf *dmabuf) in sram_heap_get_paddr()