Lines Matching refs:dma_buf
47 struct dma_buf *dmabuf; in dmabuffs_dname()
63 struct dma_buf *dmabuf; in dma_buf_release()
92 struct dma_buf *dmabuf; in dma_buf_file_release()
133 struct dma_buf *dmabuf; in dma_buf_mmap_internal()
159 struct dma_buf *dmabuf; in dma_buf_llseek()
211 struct dma_buf *dmabuf = container_of(dcb->poll, struct dma_buf, poll); in dma_buf_poll_cb()
244 struct dma_buf *dmabuf; in dma_buf_poll()
325 static long dma_buf_set_name(struct dma_buf *dmabuf, const char __user *buf) in dma_buf_set_name()
341 static long dma_buf_export_sync_file(struct dma_buf *dmabuf, in dma_buf_export_sync_file()
397 static long dma_buf_import_sync_file(struct dma_buf *dmabuf, in dma_buf_import_sync_file()
448 struct dma_buf *dmabuf; in dma_buf_ioctl()
502 struct dma_buf *dmabuf = file->private_data; in dma_buf_show_fdinfo()
613 struct dma_buf *dma_buf_export(const struct dma_buf_export_info *exp_info) in dma_buf_export()
615 struct dma_buf *dmabuf; in dma_buf_export()
618 size_t alloc_size = sizeof(struct dma_buf); in dma_buf_export()
705 int dma_buf_fd(struct dma_buf *dmabuf, int flags) in dma_buf_fd()
730 struct dma_buf *dma_buf_get(int fd) in dma_buf_get()
758 void dma_buf_put(struct dma_buf *dmabuf) in dma_buf_put()
894 dma_buf_dynamic_attach(struct dma_buf *dmabuf, struct device *dev, in dma_buf_dynamic_attach()
980 struct dma_buf_attachment *dma_buf_attach(struct dma_buf *dmabuf, in dma_buf_attach()
1006 void dma_buf_detach(struct dma_buf *dmabuf, struct dma_buf_attachment *attach) in dma_buf_detach()
1047 struct dma_buf *dmabuf = attach->dmabuf; in dma_buf_pin()
1071 struct dma_buf *dmabuf = attach->dmabuf; in dma_buf_unpin()
1263 void dma_buf_move_notify(struct dma_buf *dmabuf) in dma_buf_move_notify()
1360 static int __dma_buf_begin_cpu_access(struct dma_buf *dmabuf, in __dma_buf_begin_cpu_access()
1396 int dma_buf_begin_cpu_access(struct dma_buf *dmabuf, in dma_buf_begin_cpu_access()
1432 int dma_buf_end_cpu_access(struct dma_buf *dmabuf, in dma_buf_end_cpu_access()
1463 int dma_buf_mmap(struct dma_buf *dmabuf, struct vm_area_struct *vma, in dma_buf_mmap()
1512 int dma_buf_vmap(struct dma_buf *dmabuf, struct iosys_map *map) in dma_buf_vmap()
1559 int dma_buf_vmap_unlocked(struct dma_buf *dmabuf, struct iosys_map *map) in dma_buf_vmap_unlocked()
1581 void dma_buf_vunmap(struct dma_buf *dmabuf, struct iosys_map *map) in dma_buf_vunmap()
1605 void dma_buf_vunmap_unlocked(struct dma_buf *dmabuf, struct iosys_map *map) in dma_buf_vunmap_unlocked()
1619 struct dma_buf *buf_obj; in dma_buf_debug_show()