Lines Matching defs:dmabuf
47 int get_each_dmabuf(int (*callback)(const struct dma_buf *dmabuf, in get_each_dmabuf()
105 struct dma_buf *dmabuf; in dmabuffs_dname() local
121 struct dma_buf *dmabuf; in dma_buf_release() local
162 struct dma_buf *dmabuf; in dma_buf_file_release() local
205 struct dma_buf *dmabuf; in dma_buf_mmap_internal() local
226 struct dma_buf *dmabuf; in dma_buf_llseek() local
285 struct dma_buf *dmabuf; in dma_buf_poll() local
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() local
545 struct dma_buf *dmabuf = file->private_data; in dma_buf_show_fdinfo() local
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()
671 struct dma_buf *dmabuf; in dma_buf_export() local
778 int dma_buf_fd(struct dma_buf *dmabuf, int flags) in dma_buf_fd()
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() local
1020 struct dma_buf *dmabuf = attach->dmabuf; in dma_buf_unpin() local
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()