Searched refs:map_dma_buf (Results 1 – 14 of 14) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_prime.c | 108 .map_dma_buf = vmw_prime_map_dma_buf,
|
/linux-4.4.14/Documentation/ |
D | dma-buf-sharing.txt | 119 the buffer must have happened before map_dma_buf can be called. 125 This is a wrapper to dma_buf->ops->map_dma_buf operation, which hides the 128 In struct dma_buf_ops, map_dma_buf is defined as 129 struct sg_table * (*map_dma_buf)(struct dma_buf_attachment *, 145 map_dma_buf() operation can return -EINTR if it is interrupted by a signal. 166 map_dma_buf, this API also must be implemented by the exporter. 208 - at least one map_dma_buf has happened, 216 map_dma_buf until all outstanding access is completed (as signalled by 229 map_dma_buf() API has been called, it simply returns an error.
|
/linux-4.4.14/include/linux/ |
D | dma-buf.h | 84 struct sg_table * (*map_dma_buf)(struct dma_buf_attachment *, member
|
/linux-4.4.14/drivers/gpu/drm/omapdrm/ |
D | omap_gem_dmabuf.c | 156 .map_dma_buf = omap_gem_map_dma_buf,
|
/linux-4.4.14/drivers/gpu/drm/udl/ |
D | udl_dmabuf.c | 192 .map_dma_buf = udl_map_dma_buf,
|
/linux-4.4.14/drivers/dma-buf/ |
D | dma-buf.c | 299 || !exp_info->ops->map_dma_buf in dma_buf_export() 504 sg_table = attach->dmabuf->ops->map_dma_buf(attach, direction); in dma_buf_map_attachment()
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | i915_gem_dmabuf.c | 216 .map_dma_buf = i915_gem_map_dma_buf,
|
/linux-4.4.14/drivers/media/v4l2-core/ |
D | videobuf2-vmalloc.c | 340 .map_dma_buf = vb2_vmalloc_dmabuf_ops_map,
|
D | videobuf2-dma-contig.c | 351 .map_dma_buf = vb2_dc_dmabuf_ops_map,
|
D | videobuf2-dma-sg.c | 517 .map_dma_buf = vb2_dma_sg_dmabuf_ops_map,
|
/linux-4.4.14/drivers/gpu/drm/ |
D | drm_prime.c | 294 .map_dma_buf = drm_gem_map_dma_buf,
|
/linux-4.4.14/drivers/gpu/drm/armada/ |
D | armada_gem.c | 528 .map_dma_buf = armada_gem_prime_map_dma_buf,
|
/linux-4.4.14/drivers/gpu/drm/tegra/ |
D | gem.c | 605 .map_dma_buf = tegra_gem_prime_map_dma_buf,
|
/linux-4.4.14/drivers/staging/android/ion/ |
D | ion.c | 1093 .map_dma_buf = ion_map_dma_buf,
|