| /OK3568_Linux_fs/kernel/drivers/dma-buf/ |
| H A D | dma-buf-cache.c | 175 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 D | dma-buf.c | 1044 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 D | dma-buf-cache.h | 28 #define dma_buf_map_attachment dma_buf_cache_map_attachment macro
|
| H A D | dma-buf.h | 625 struct sg_table *dma_buf_map_attachment(struct dma_buf_attachment *,
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/omapdrm/ |
| H A D | omap_gem_dmabuf.c | 152 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 D | ump_ukk_ref_wrappers.c | 156 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 D | mali_memory_secure.c | 44 secure_mem->sgt = dma_buf_map_attachment(secure_mem->attachment, DMA_BIDIRECTIONAL); in mali_mem_secure_attach_dma_buf()
|
| H A D | mali_memory_dma_buf.c | 71 mem->sgt = dma_buf_map_attachment(mem->attachment, DMA_BIDIRECTIONAL); in mali_dma_buf_map()
|
| /OK3568_Linux_fs/kernel/drivers/soc/rockchip/ |
| H A D | rk_dmabuf_procfs.c | 30 sgt = dma_buf_map_attachment(a, DMA_BIDIRECTIONAL); in rk_dmabuf_dump_empty_sgt()
|
| H A D | rockchip_decompress_user.c | 99 *sg_tbl = dma_buf_map_attachment(*dma_attach, dir); in get_dmafd_sgtbl()
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/rga3/ |
| H A D | rga_dma_buf.c | 450 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 D | dmabuf-cache.c | 102 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 D | i915_gem_dmabuf.c | 195 pages = dma_buf_map_attachment(obj->base.import_attach, in i915_gem_object_get_pages_dmabuf()
|
| /OK3568_Linux_fs/kernel/drivers/rknpu/ |
| H A D | rknpu_mem.c | 94 table = dma_buf_map_attachment(attachment, DMA_BIDIRECTIONAL); in rknpu_mem_create_ioctl()
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/function/ |
| H A D | uvc_queue.c | 109 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 D | iep_iommu_drm.c | 372 sgt = dma_buf_map_attachment(attach, DMA_BIDIRECTIONAL); in iep_drm_import()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/armada/ |
| H A D | armada_gem.c | 531 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 D | mpp_iommu.c | 237 sgt = dma_buf_map_attachment(attach, buffer->dir); in mpp_dma_import_fd()
|
| /OK3568_Linux_fs/kernel/drivers/media/common/videobuf2/ |
| H A D | videobuf2-dma-sg.c | 552 sgt = dma_buf_map_attachment(buf->db_attach, buf->dma_dir); in vb2_dma_sg_map_dmabuf()
|
| H A D | videobuf2-dma-contig.c | 596 sgt = dma_buf_map_attachment(buf->db_attach, buf->dma_dir); in vb2_dc_map_dmabuf()
|
| H A D | videobuf2-cma-sg.c | 588 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 D | rk_cryptodev.c | 269 *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 D | gem.c | 408 bo->sgt = dma_buf_map_attachment(attach, DMA_TO_DEVICE); in tegra_bo_import()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_prime.c | 963 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 D | dma-buf-test-exporter.c | 670 sgt = dma_buf_map_attachment(attachment, DMA_BIDIRECTIONAL); in dma_te_buf_fill()
|