Searched refs:dma_buf (Results 1 – 10 of 10) sorted by relevance
| /include/linux/ |
| A D | dma-buf.h | 27 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 D | virtio_dma_buf.h | 24 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 D | dma-heap.h | 23 struct dma_buf *(*allocate)(struct dma_heap *heap,
|
| A D | parport_pc.h | 43 char *dma_buf; member
|
| /include/drm/ |
| A D | drm_prime.h | 55 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 D | drm_drv.h | 44 struct dma_buf; 317 struct dma_buf *dma_buf);
|
| A D | drm_gem.h | 124 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 D | drm_gem_shmem_helper.h | 134 !shmem->base.dma_buf && !drm_gem_is_imported(&shmem->base); in drm_gem_shmem_is_purgeable() 291 struct dma_buf *buf);
|
| /include/sound/ |
| A D | compress_driver.h | 36 struct dma_buf *input; 37 struct dma_buf *output;
|
| /include/media/ |
| A D | videobuf2-core.h | 123 struct dma_buf *(*get_dmabuf)(struct vb2_buffer *vb, 138 struct dma_buf *dbuf, 182 struct dma_buf *dbuf;
|
Completed in 20 milliseconds