Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/drivers/staging/android/ion/
H A Dion_dma_buf.c110 if (heap->buf_ops.map_dma_buf) in ion_map_dma_buf()
111 return heap->buf_ops.map_dma_buf(attachment, direction); in ion_map_dma_buf()
321 .map_dma_buf = ion_map_dma_buf,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_prime.c68 .map_dma_buf = vmw_prime_map_dma_buf,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/virtio/
H A Dvirtgpu_prime.c51 .map_dma_buf = drm_gem_map_dma_buf,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gem/selftests/
H A Dmock_dmabuf.c84 .map_dma_buf = mock_map_dma_buf,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/omapdrm/
H A Domap_gem_dmabuf.c102 .map_dma_buf = omap_gem_map_dma_buf,
/OK3568_Linux_fs/kernel/include/linux/
H A Ddma-buf.h155 struct sg_table * (*map_dma_buf)(struct dma_buf_attachment *, member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gem/
H A Di915_gem_dmabuf.c160 .map_dma_buf = i915_gem_map_dma_buf,
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/
H A Drkisp_tb_helper.c128 .map_dma_buf = shm_map_dma_buf,
/OK3568_Linux_fs/kernel/drivers/dma-buf/
H A Ddma-buf.c685 || !exp_info->ops->map_dma_buf in dma_buf_export()
909 sgt = dmabuf->ops->map_dma_buf(attach, DMA_BIDIRECTIONAL); in dma_buf_dynamic_attach()
1079 sg_table = attach->dmabuf->ops->map_dma_buf(attach, direction); in dma_buf_map_attachment()
H A Dudmabuf.c152 .map_dma_buf = map_udmabuf,
/OK3568_Linux_fs/kernel/drivers/dma-buf/heaps/
H A Dsram_heap.c172 .map_dma_buf = dma_heap_map_dma_buf,
H A Dcma_heap.c263 .map_dma_buf = cma_heap_map_dma_buf,
H A Drk_cma_heap.c333 .map_dma_buf = cma_heap_map_dma_buf,
H A Dsystem_heap.c368 .map_dma_buf = system_heap_map_dma_buf,
/OK3568_Linux_fs/kernel/drivers/media/common/videobuf2/
H A Dvideobuf2-vmalloc.c333 .map_dma_buf = vb2_vmalloc_dmabuf_ops_map,
H A Dvideobuf2-dma-sg.c499 .map_dma_buf = vb2_dma_sg_dmabuf_ops_map,
H A Dvideobuf2-dma-contig.c363 .map_dma_buf = vb2_dc_dmabuf_ops_map,
H A Dvideobuf2-cma-sg.c535 .map_dma_buf = vb2_cma_sg_dmabuf_ops_map,
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/cif/
H A Dcommon.c292 .map_dma_buf = rkcif_shm_map_dma_buf,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_dma_buf.c419 .map_dma_buf = amdgpu_dma_buf_map,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/armada/
H A Darmada_gem.c469 .map_dma_buf = armada_gem_prime_map_dma_buf,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/tegra/
H A Dgem.c650 .map_dma_buf = tegra_gem_prime_map_dma_buf,
/OK3568_Linux_fs/kernel/drivers/dma-buf/rk_heaps/
H A Drk-cma-heap.c410 .map_dma_buf = rk_cma_heap_map_dma_buf,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_prime.c813 .map_dma_buf = drm_gem_map_dma_buf,
/OK3568_Linux_fs/kernel/drivers/base/arm/dma_buf_test_exporter/
H A Ddma-buf-test-exporter.c395 .map_dma_buf = dma_buf_te_map,

12