Home
last modified time | relevance | path

Searched refs:dma_buf (Results 1 – 10 of 10) sorted by relevance

/include/linux/
A Ddma-buf.h27 struct dma_buf;
194 void (*release)(struct dma_buf *);
293 struct dma_buf { struct
440 struct dma_buf *dmabuf; argument
501 struct dma_buf *dmabuf;
585 struct dma_buf *dma_buf_get(int fd);
586 void dma_buf_put(struct dma_buf *dmabuf);
592 void dma_buf_move_notify(struct dma_buf *dma_buf);
593 int dma_buf_begin_cpu_access(struct dma_buf *dma_buf,
595 int dma_buf_end_cpu_access(struct dma_buf *dma_buf,
[all …]
A Dvirtio_dma_buf.h24 int (*device_attach)(struct dma_buf *dma_buf,
26 int (*get_uuid)(struct dma_buf *dma_buf, uuid_t *uuid);
29 int virtio_dma_buf_attach(struct dma_buf *dma_buf,
32 struct dma_buf *virtio_dma_buf_export
34 bool is_virtio_dma_buf(struct dma_buf *dma_buf);
35 int virtio_dma_buf_get_uuid(struct dma_buf *dma_buf, uuid_t *uuid);
A Ddma-heap.h23 struct dma_buf *(*allocate)(struct dma_heap *heap,
A Dparport_pc.h43 char *dma_buf; member
/include/drm/
A Ddrm_prime.h55 struct dma_buf;
66 struct dma_buf *drm_gem_dmabuf_export(struct drm_device *dev,
68 void drm_gem_dmabuf_release(struct dma_buf *dma_buf);
80 int drm_gem_map_attach(struct dma_buf *dma_buf,
82 void drm_gem_map_detach(struct dma_buf *dma_buf,
89 int drm_gem_dmabuf_vmap(struct dma_buf *dma_buf, struct iosys_map *map);
90 void drm_gem_dmabuf_vunmap(struct dma_buf *dma_buf, struct iosys_map *map);
93 int drm_gem_dmabuf_mmap(struct dma_buf *dma_buf, struct vm_area_struct *vma);
104 struct dma_buf *dma_buf);
107 struct dma_buf *dma_buf,
[all …]
A Ddrm_drv.h44 struct dma_buf;
317 struct dma_buf *dma_buf);
A Ddrm_gem.h124 struct dma_buf *(*export)(struct drm_gem_object *obj, int flags);
360 struct dma_buf *dma_buf; member
582 return (obj->handle_count > 1) || obj->dma_buf; in drm_gem_object_is_shared_for_memory_stats()
A Ddrm_gem_shmem_helper.h134 !shmem->base.dma_buf && !drm_gem_is_imported(&shmem->base); in drm_gem_shmem_is_purgeable()
291 struct dma_buf *buf);
/include/sound/
A Dcompress_driver.h36 struct dma_buf *input;
37 struct dma_buf *output;
/include/media/
A Dvideobuf2-core.h123 struct dma_buf *(*get_dmabuf)(struct vb2_buffer *vb,
138 struct dma_buf *dbuf,
182 struct dma_buf *dbuf;

Completed in 20 milliseconds