Lines Matching refs:dma_buf

43 	struct dma_buf *dmabuf;  in dmabuffs_dname()
59 struct dma_buf *dmabuf; in dma_buf_release()
117 struct dma_buf *dmabuf; in dma_buf_mmap_internal()
138 struct dma_buf *dmabuf; in dma_buf_llseek()
197 struct dma_buf *dmabuf; in dma_buf_poll()
329 static long dma_buf_set_name(struct dma_buf *dmabuf, const char __user *buf) in dma_buf_set_name()
356 struct dma_buf *dmabuf; in dma_buf_ioctl()
403 struct dma_buf *dmabuf = file->private_data; in dma_buf_show_fdinfo()
432 static struct file *dma_buf_getfile(struct dma_buf *dmabuf, int flags) in dma_buf_getfile()
506 struct dma_buf *dma_buf_export(const struct dma_buf_export_info *exp_info) in dma_buf_export()
508 struct dma_buf *dmabuf; in dma_buf_export()
511 size_t alloc_size = sizeof(struct dma_buf); in dma_buf_export()
593 int dma_buf_fd(struct dma_buf *dmabuf, int flags) in dma_buf_fd()
618 struct dma_buf *dma_buf_get(int fd) in dma_buf_get()
646 void dma_buf_put(struct dma_buf *dmabuf) in dma_buf_put()
676 dma_buf_dynamic_attach(struct dma_buf *dmabuf, struct device *dev, in dma_buf_dynamic_attach()
764 struct dma_buf_attachment *dma_buf_attach(struct dma_buf *dmabuf, in dma_buf_attach()
779 void dma_buf_detach(struct dma_buf *dmabuf, struct dma_buf_attachment *attach) in dma_buf_detach()
816 struct dma_buf *dmabuf = attach->dmabuf; in dma_buf_pin()
835 struct dma_buf *dmabuf = attach->dmabuf; in dma_buf_unpin()
955 void dma_buf_move_notify(struct dma_buf *dmabuf) in dma_buf_move_notify()
1051 static int __dma_buf_begin_cpu_access(struct dma_buf *dmabuf, in __dma_buf_begin_cpu_access()
1082 int dma_buf_begin_cpu_access(struct dma_buf *dmabuf, in dma_buf_begin_cpu_access()
1116 int dma_buf_end_cpu_access(struct dma_buf *dmabuf, in dma_buf_end_cpu_access()
1145 int dma_buf_mmap(struct dma_buf *dmabuf, struct vm_area_struct *vma, in dma_buf_mmap()
1199 void *dma_buf_vmap(struct dma_buf *dmabuf) in dma_buf_vmap()
1239 void dma_buf_vunmap(struct dma_buf *dmabuf, void *vaddr) in dma_buf_vunmap()
1262 struct dma_buf *buf_obj; in dma_buf_debug_show()