Lines Matching defs:dmabuf
42 static void __dma_buf_debugfs_list_add(struct dma_buf *dmabuf) in __dma_buf_debugfs_list_add()
49 static void __dma_buf_debugfs_list_del(struct dma_buf *dmabuf) in __dma_buf_debugfs_list_del()
59 static void __dma_buf_debugfs_list_add(struct dma_buf *dmabuf) in __dma_buf_debugfs_list_add()
63 static void __dma_buf_debugfs_list_del(struct dma_buf *dmabuf) in __dma_buf_debugfs_list_del()
70 struct dma_buf *dmabuf; in dmabuffs_dname() local
86 struct dma_buf *dmabuf; in dma_buf_release() local
149 struct dma_buf *dmabuf; in dma_buf_mmap_internal() local
170 struct dma_buf *dmabuf; in dma_buf_llseek() local
223 struct dma_buf *dmabuf = container_of(dcb->poll, struct dma_buf, poll); in dma_buf_poll_cb() local
256 struct dma_buf *dmabuf; in dma_buf_poll() local
337 static long dma_buf_set_name(struct dma_buf *dmabuf, const char __user *buf) in dma_buf_set_name()
353 static long dma_buf_export_sync_file(struct dma_buf *dmabuf, in dma_buf_export_sync_file()
409 static long dma_buf_import_sync_file(struct dma_buf *dmabuf, in dma_buf_import_sync_file()
460 struct dma_buf *dmabuf; in dma_buf_ioctl() local
514 struct dma_buf *dmabuf = file->private_data; in dma_buf_show_fdinfo() local
627 struct dma_buf *dmabuf; in dma_buf_export() local
715 int dma_buf_fd(struct dma_buf *dmabuf, int flags) in dma_buf_fd()
768 void dma_buf_put(struct dma_buf *dmabuf) in dma_buf_put()
905 dma_buf_dynamic_attach(struct dma_buf *dmabuf, struct device *dev, in dma_buf_dynamic_attach()
991 struct dma_buf_attachment *dma_buf_attach(struct dma_buf *dmabuf, in dma_buf_attach()
1017 void dma_buf_detach(struct dma_buf *dmabuf, struct dma_buf_attachment *attach) in dma_buf_detach()
1058 struct dma_buf *dmabuf = attach->dmabuf; in dma_buf_pin() local
1082 struct dma_buf *dmabuf = attach->dmabuf; in dma_buf_unpin() local
1274 void dma_buf_move_notify(struct dma_buf *dmabuf) in dma_buf_move_notify()
1374 static int __dma_buf_begin_cpu_access(struct dma_buf *dmabuf, in __dma_buf_begin_cpu_access()
1410 int dma_buf_begin_cpu_access(struct dma_buf *dmabuf, in dma_buf_begin_cpu_access()
1446 int dma_buf_end_cpu_access(struct dma_buf *dmabuf, in dma_buf_end_cpu_access()
1477 int dma_buf_mmap(struct dma_buf *dmabuf, struct vm_area_struct *vma, in dma_buf_mmap()
1520 int dma_buf_vmap(struct dma_buf *dmabuf, struct iosys_map *map) in dma_buf_vmap()
1567 int dma_buf_vmap_unlocked(struct dma_buf *dmabuf, struct iosys_map *map) in dma_buf_vmap_unlocked()
1589 void dma_buf_vunmap(struct dma_buf *dmabuf, struct iosys_map *map) in dma_buf_vunmap()
1613 void dma_buf_vunmap_unlocked(struct dma_buf *dmabuf, struct iosys_map *map) in dma_buf_vunmap_unlocked()