Home
last modified time | relevance | path

Searched refs:map_dma_buf (Results 1 – 14 of 14) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/vmwgfx/
Dvmwgfx_prime.c108 .map_dma_buf = vmw_prime_map_dma_buf,
/linux-4.4.14/Documentation/
Ddma-buf-sharing.txt119 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/
Ddma-buf.h84 struct sg_table * (*map_dma_buf)(struct dma_buf_attachment *, member
/linux-4.4.14/drivers/gpu/drm/omapdrm/
Domap_gem_dmabuf.c156 .map_dma_buf = omap_gem_map_dma_buf,
/linux-4.4.14/drivers/gpu/drm/udl/
Dudl_dmabuf.c192 .map_dma_buf = udl_map_dma_buf,
/linux-4.4.14/drivers/dma-buf/
Ddma-buf.c299 || !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/
Di915_gem_dmabuf.c216 .map_dma_buf = i915_gem_map_dma_buf,
/linux-4.4.14/drivers/media/v4l2-core/
Dvideobuf2-vmalloc.c340 .map_dma_buf = vb2_vmalloc_dmabuf_ops_map,
Dvideobuf2-dma-contig.c351 .map_dma_buf = vb2_dc_dmabuf_ops_map,
Dvideobuf2-dma-sg.c517 .map_dma_buf = vb2_dma_sg_dmabuf_ops_map,
/linux-4.4.14/drivers/gpu/drm/
Ddrm_prime.c294 .map_dma_buf = drm_gem_map_dma_buf,
/linux-4.4.14/drivers/gpu/drm/armada/
Darmada_gem.c528 .map_dma_buf = armada_gem_prime_map_dma_buf,
/linux-4.4.14/drivers/gpu/drm/tegra/
Dgem.c605 .map_dma_buf = tegra_gem_prime_map_dma_buf,
/linux-4.4.14/drivers/staging/android/ion/
Dion.c1093 .map_dma_buf = ion_map_dma_buf,