Lines Matching defs:dmabuf
46 struct dma_buf *dmabuf; in dmabuffs_dname() local
62 struct dma_buf *dmabuf; in dma_buf_release() local
94 struct dma_buf *dmabuf; in dma_buf_file_release() local
134 struct dma_buf *dmabuf; in dma_buf_mmap_internal() local
155 struct dma_buf *dmabuf; in dma_buf_llseek() local
214 struct dma_buf *dmabuf; in dma_buf_poll() local
346 static long dma_buf_set_name(struct dma_buf *dmabuf, const char __user *buf) in dma_buf_set_name()
373 struct dma_buf *dmabuf; in dma_buf_ioctl() local
420 struct dma_buf *dmabuf = file->private_data; in dma_buf_show_fdinfo() local
450 static struct file *dma_buf_getfile(struct dma_buf *dmabuf, int flags) in dma_buf_getfile()
526 struct dma_buf *dmabuf; in dma_buf_export() local
624 int dma_buf_fd(struct dma_buf *dmabuf, int flags) in dma_buf_fd()
677 void dma_buf_put(struct dma_buf *dmabuf) in dma_buf_put()
707 dma_buf_dynamic_attach(struct dma_buf *dmabuf, struct device *dev, in dma_buf_dynamic_attach()
795 struct dma_buf_attachment *dma_buf_attach(struct dma_buf *dmabuf, in dma_buf_attach()
810 void dma_buf_detach(struct dma_buf *dmabuf, struct dma_buf_attachment *attach) in dma_buf_detach()
847 struct dma_buf *dmabuf = attach->dmabuf; in dma_buf_pin() local
866 struct dma_buf *dmabuf = attach->dmabuf; in dma_buf_unpin() local
986 void dma_buf_move_notify(struct dma_buf *dmabuf) in dma_buf_move_notify()
1082 static int __dma_buf_begin_cpu_access(struct dma_buf *dmabuf, in __dma_buf_begin_cpu_access()
1113 int dma_buf_begin_cpu_access(struct dma_buf *dmabuf, in dma_buf_begin_cpu_access()
1147 int dma_buf_end_cpu_access(struct dma_buf *dmabuf, in dma_buf_end_cpu_access()
1176 int dma_buf_mmap(struct dma_buf *dmabuf, struct vm_area_struct *vma, in dma_buf_mmap()
1230 void *dma_buf_vmap(struct dma_buf *dmabuf) in dma_buf_vmap()
1270 void dma_buf_vunmap(struct dma_buf *dmabuf, void *vaddr) in dma_buf_vunmap()