Lines Matching refs:dma_buf

47 int get_each_dmabuf(int (*callback)(const struct dma_buf *dmabuf,  in get_each_dmabuf()
50 struct dma_buf *buf; in get_each_dmabuf()
105 struct dma_buf *dmabuf; in dmabuffs_dname()
121 struct dma_buf *dmabuf; in dma_buf_release()
162 struct dma_buf *dmabuf; in dma_buf_file_release()
205 struct dma_buf *dmabuf; in dma_buf_mmap_internal()
226 struct dma_buf *dmabuf; in dma_buf_llseek()
285 struct dma_buf *dmabuf; in dma_buf_poll()
402 static long _dma_buf_set_name(struct dma_buf *dmabuf, const char *name) in _dma_buf_set_name()
425 long dma_buf_set_name(struct dma_buf *dmabuf, const char *name) in dma_buf_set_name()
441 static long dma_buf_set_name_user(struct dma_buf *dmabuf, const char __user *buf) in dma_buf_set_name_user()
459 struct dma_buf *dmabuf; in dma_buf_ioctl()
545 struct dma_buf *dmabuf = file->private_data; in dma_buf_show_fdinfo()
576 static struct file *dma_buf_getfile(struct dma_buf *dmabuf, int flags) in dma_buf_getfile()
610 static void dma_buf_set_default_name(struct dma_buf *dmabuf) in dma_buf_set_default_name()
669 struct dma_buf *dma_buf_export(const struct dma_buf_export_info *exp_info) in dma_buf_export()
671 struct dma_buf *dmabuf; in dma_buf_export()
674 size_t alloc_size = sizeof(struct dma_buf); in dma_buf_export()
778 int dma_buf_fd(struct dma_buf *dmabuf, int flags) in dma_buf_fd()
803 struct dma_buf *dma_buf_get(int fd) in dma_buf_get()
831 void dma_buf_put(struct dma_buf *dmabuf) in dma_buf_put()
861 dma_buf_dynamic_attach(struct dma_buf *dmabuf, struct device *dev, in dma_buf_dynamic_attach()
949 struct dma_buf_attachment *dma_buf_attach(struct dma_buf *dmabuf, in dma_buf_attach()
964 void dma_buf_detach(struct dma_buf *dmabuf, struct dma_buf_attachment *attach) in dma_buf_detach()
1001 struct dma_buf *dmabuf = attach->dmabuf; in dma_buf_pin()
1020 struct dma_buf *dmabuf = attach->dmabuf; in dma_buf_unpin()
1140 void dma_buf_move_notify(struct dma_buf *dmabuf) in dma_buf_move_notify()
1236 static int __dma_buf_begin_cpu_access(struct dma_buf *dmabuf, in __dma_buf_begin_cpu_access()
1267 int dma_buf_begin_cpu_access(struct dma_buf *dmabuf, in dma_buf_begin_cpu_access()
1289 int dma_buf_begin_cpu_access_partial(struct dma_buf *dmabuf, in dma_buf_begin_cpu_access_partial()
1325 int dma_buf_end_cpu_access(struct dma_buf *dmabuf, in dma_buf_end_cpu_access()
1339 int dma_buf_end_cpu_access_partial(struct dma_buf *dmabuf, in dma_buf_end_cpu_access_partial()
1369 int dma_buf_mmap(struct dma_buf *dmabuf, struct vm_area_struct *vma, in dma_buf_mmap()
1423 void *dma_buf_vmap(struct dma_buf *dmabuf) in dma_buf_vmap()
1463 void dma_buf_vunmap(struct dma_buf *dmabuf, void *vaddr) in dma_buf_vunmap()
1482 int dma_buf_get_flags(struct dma_buf *dmabuf, unsigned long *flags) in dma_buf_get_flags()
1496 int dma_buf_get_uuid(struct dma_buf *dmabuf, uuid_t *uuid) in dma_buf_get_uuid()
1512 struct dma_buf *buf_obj; in dma_buf_debug_show()