Home
last modified time | relevance | path

Searched refs:dma_buf_map_attachment (Results 1 – 25 of 45) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/dma-buf/
H A Ddma-buf-cache.c175 sg_table = dma_buf_map_attachment(attach, direction); in dma_buf_cache_map_attachment()
190 sg_table = dma_buf_map_attachment(attach, direction); in dma_buf_cache_map_attachment()
H A Ddma-buf.c1044 struct sg_table *dma_buf_map_attachment(struct dma_buf_attachment *attach, in dma_buf_map_attachment() function
1094 EXPORT_SYMBOL_GPL(dma_buf_map_attachment);
/OK3568_Linux_fs/kernel/include/linux/
H A Ddma-buf-cache.h28 #define dma_buf_map_attachment dma_buf_cache_map_attachment macro
H A Ddma-buf.h625 struct sg_table *dma_buf_map_attachment(struct dma_buf_attachment *,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/omapdrm/
H A Domap_gem_dmabuf.c152 sgt = dma_buf_map_attachment(attach, DMA_TO_DEVICE); in omap_gem_prime_import()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/ump/linux/
H A Dump_ukk_ref_wrappers.c156 sgt = dma_buf_map_attachment(attach, DMA_BIDIRECTIONAL); in ump_dmabuf_import_wrapper()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_memory_secure.c44 secure_mem->sgt = dma_buf_map_attachment(secure_mem->attachment, DMA_BIDIRECTIONAL); in mali_mem_secure_attach_dma_buf()
H A Dmali_memory_dma_buf.c71 mem->sgt = dma_buf_map_attachment(mem->attachment, DMA_BIDIRECTIONAL); in mali_dma_buf_map()
/OK3568_Linux_fs/kernel/drivers/soc/rockchip/
H A Drk_dmabuf_procfs.c30 sgt = dma_buf_map_attachment(a, DMA_BIDIRECTIONAL); in rk_dmabuf_dump_empty_sgt()
H A Drockchip_decompress_user.c99 *sg_tbl = dma_buf_map_attachment(*dma_attach, dir); in get_dmafd_sgtbl()
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga3/
H A Drga_dma_buf.c450 sgt = dma_buf_map_attachment(attach, dir); in rga_dma_map_buf()
501 sgt = dma_buf_map_attachment(attach, dir); in rga_dma_map_fd()
/OK3568_Linux_fs/kernel/drivers/staging/media/tegra-vde/
H A Ddmabuf-cache.c102 sgt = dma_buf_map_attachment(attachment, dma_dir); in tegra_vde_dmabuf_cache_map()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gem/
H A Di915_gem_dmabuf.c195 pages = dma_buf_map_attachment(obj->base.import_attach, in i915_gem_object_get_pages_dmabuf()
/OK3568_Linux_fs/kernel/drivers/rknpu/
H A Drknpu_mem.c94 table = dma_buf_map_attachment(attachment, DMA_BIDIRECTIONAL); in rknpu_mem_create_ioctl()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/function/
H A Duvc_queue.c109 table = dma_buf_map_attachment(attachment, DMA_BIDIRECTIONAL); in uvc_dma_buf_phys_to_virt()
/OK3568_Linux_fs/kernel/drivers/video/rockchip/iep/
H A Diep_iommu_drm.c372 sgt = dma_buf_map_attachment(attach, DMA_BIDIRECTIONAL); in iep_drm_import()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/armada/
H A Darmada_gem.c531 dobj->sgt = dma_buf_map_attachment(dobj->obj.import_attach, in armada_gem_map_import()
/OK3568_Linux_fs/kernel/drivers/video/rockchip/mpp/
H A Dmpp_iommu.c237 sgt = dma_buf_map_attachment(attach, buffer->dir); in mpp_dma_import_fd()
/OK3568_Linux_fs/kernel/drivers/media/common/videobuf2/
H A Dvideobuf2-dma-sg.c552 sgt = dma_buf_map_attachment(buf->db_attach, buf->dma_dir); in vb2_dma_sg_map_dmabuf()
H A Dvideobuf2-dma-contig.c596 sgt = dma_buf_map_attachment(buf->db_attach, buf->dma_dir); in vb2_dc_map_dmabuf()
H A Dvideobuf2-cma-sg.c588 sgt = dma_buf_map_attachment(buf->db_attach, buf->dma_dir); in vb2_cma_sg_map_dmabuf()
/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/cryptodev_linux/
H A Drk_cryptodev.c269 *sg_tbl = dma_buf_map_attachment(*dma_attach, dir); in get_dmafd_sgtbl()
517 map_node->sgtbl = dma_buf_map_attachment(map_node->dma_attach, DMA_BIDIRECTIONAL); in dma_fd_map_for_user()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/tegra/
H A Dgem.c408 bo->sgt = dma_buf_map_attachment(attach, DMA_TO_DEVICE); in tegra_bo_import()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_prime.c963 sgt = dma_buf_map_attachment(attach, DMA_BIDIRECTIONAL); in drm_gem_prime_import_dev()
/OK3568_Linux_fs/kernel/drivers/base/arm/dma_buf_test_exporter/
H A Ddma-buf-test-exporter.c670 sgt = dma_buf_map_attachment(attachment, DMA_BIDIRECTIONAL); in dma_te_buf_fill()

12