Lines Matching refs:dma_buf
51 struct dma_buf *dmabuf; in dma_buf_release()
86 struct dma_buf *dmabuf; in dma_buf_mmap_internal()
103 struct dma_buf *dmabuf; in dma_buf_llseek()
162 struct dma_buf *dmabuf; in dma_buf_poll()
282 struct dma_buf *dmabuf; in dma_buf_ioctl()
389 struct dma_buf *dma_buf_export(const struct dma_buf_export_info *exp_info) in dma_buf_export()
391 struct dma_buf *dmabuf; in dma_buf_export()
394 size_t alloc_size = sizeof(struct dma_buf); in dma_buf_export()
471 int dma_buf_fd(struct dma_buf *dmabuf, int flags) in dma_buf_fd()
496 struct dma_buf *dma_buf_get(int fd) in dma_buf_get()
524 void dma_buf_put(struct dma_buf *dmabuf) in dma_buf_put()
551 struct dma_buf_attachment *dma_buf_attach(struct dma_buf *dmabuf, in dma_buf_attach()
594 void dma_buf_detach(struct dma_buf *dmabuf, struct dma_buf_attachment *attach) in dma_buf_detach()
770 static int __dma_buf_begin_cpu_access(struct dma_buf *dmabuf, in __dma_buf_begin_cpu_access()
801 int dma_buf_begin_cpu_access(struct dma_buf *dmabuf, in dma_buf_begin_cpu_access()
835 int dma_buf_end_cpu_access(struct dma_buf *dmabuf, in dma_buf_end_cpu_access()
858 void *dma_buf_kmap(struct dma_buf *dmabuf, unsigned long page_num) in dma_buf_kmap()
876 void dma_buf_kunmap(struct dma_buf *dmabuf, unsigned long page_num, in dma_buf_kunmap()
901 int dma_buf_mmap(struct dma_buf *dmabuf, struct vm_area_struct *vma, in dma_buf_mmap()
951 void *dma_buf_vmap(struct dma_buf *dmabuf) in dma_buf_vmap()
991 void dma_buf_vunmap(struct dma_buf *dmabuf, void *vaddr) in dma_buf_vunmap()
1014 struct dma_buf *buf_obj; in dma_buf_debug_show()