Searched refs:dma_buf (Results 1 – 10 of 10) sorted by relevance
/include/linux/ |
D | dma-buf.h | 26 struct dma_buf; 71 int (*attach)(struct dma_buf *, struct dma_buf_attachment *); 82 void (*detach)(struct dma_buf *, struct dma_buf_attachment *); 147 void (*release)(struct dma_buf *); 179 int (*begin_cpu_access)(struct dma_buf *, enum dma_data_direction); 212 int (*begin_cpu_access_partial)(struct dma_buf *dmabuf, 233 int (*end_cpu_access)(struct dma_buf *, enum dma_data_direction); 253 int (*end_cpu_access_partial)(struct dma_buf *dmabuf, 292 int (*mmap)(struct dma_buf *, struct vm_area_struct *vma); 307 void *(*map)(struct dma_buf *, unsigned long); [all …]
|
D | seqno-fence.h | 27 struct dma_buf *sync_buf; 88 struct dma_buf *sync_buf, uint32_t context, in seqno_fence_init()
|
D | ion.h | 302 struct dma_buf *ion_alloc(size_t len, unsigned int heap_id_mask, 372 static inline struct dma_buf *ion_alloc(size_t len, unsigned int heap_id_mask, in ion_alloc()
|
D | parport_pc.h | 40 char *dma_buf; member
|
D | tee_drv.h | 197 struct dma_buf *dmabuf;
|
/include/drm/ |
D | drm_prime.h | 55 struct dma_buf; 67 struct dma_buf *drm_gem_dmabuf_export(struct drm_device *dev, 69 void drm_gem_dmabuf_release(struct dma_buf *dma_buf); 78 int drm_gem_map_attach(struct dma_buf *dma_buf, 80 void drm_gem_map_detach(struct dma_buf *dma_buf, 87 void *drm_gem_dmabuf_vmap(struct dma_buf *dma_buf); 88 void drm_gem_dmabuf_vunmap(struct dma_buf *dma_buf, void *vaddr); 91 int drm_gem_dmabuf_mmap(struct dma_buf *dma_buf, struct vm_area_struct *vma); 94 struct dma_buf *drm_gem_prime_export(struct drm_gem_object *obj, 99 struct dma_buf *dma_buf, [all …]
|
D | drm_gem.h | 99 struct dma_buf *(*export)(struct drm_gem_object *obj, int flags); 251 struct dma_buf *dma_buf; member
|
D | drm_drv.h | 584 struct dma_buf * (*gem_prime_export)(struct drm_gem_object *obj, 594 struct dma_buf *dma_buf);
|
D | drm_gem_shmem_helper.h | 146 !shmem->base.dma_buf && !shmem->base.import_attach; in drm_gem_shmem_is_purgeable()
|
/include/media/ |
D | videobuf2-core.h | 124 struct dma_buf *(*get_dmabuf)(void *buf_priv, unsigned long flags); 135 struct dma_buf *dbuf, 176 struct dma_buf *dbuf;
|