Searched refs:dma_buf_map_attachment (Results 1 – 12 of 12) sorted by relevance
/linux-4.1.27/include/linux/ |
D | dma-buf.h | 217 struct sg_table *dma_buf_map_attachment(struct dma_buf_attachment *,
|
/linux-4.1.27/drivers/gpu/drm/exynos/ |
D | exynos_drm_dmabuf.c | 231 sgt = dma_buf_map_attachment(attach, DMA_BIDIRECTIONAL); in exynos_dmabuf_prime_import()
|
/linux-4.1.27/drivers/gpu/drm/udl/ |
D | udl_dmabuf.c | 261 sg = dma_buf_map_attachment(attach, DMA_BIDIRECTIONAL); in udl_gem_prime_import()
|
/linux-4.1.27/drivers/staging/android/ion/ |
D | ion_test.c | 59 table = dma_buf_map_attachment(attach, dir); in ion_handle_test_dma()
|
/linux-4.1.27/drivers/dma-buf/ |
D | dma-buf.c | 485 struct sg_table *dma_buf_map_attachment(struct dma_buf_attachment *attach, in dma_buf_map_attachment() function 501 EXPORT_SYMBOL_GPL(dma_buf_map_attachment);
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | i915_gem_dmabuf.c | 254 sg = dma_buf_map_attachment(obj->base.import_attach, DMA_BIDIRECTIONAL); in i915_gem_object_get_pages_dmabuf()
|
/linux-4.1.27/drivers/gpu/drm/ |
D | drm_prime.c | 526 sgt = dma_buf_map_attachment(attach, DMA_BIDIRECTIONAL); in drm_gem_prime_import()
|
/linux-4.1.27/drivers/gpu/drm/armada/ |
D | armada_gem.c | 594 dobj->sgt = dma_buf_map_attachment(dobj->obj.import_attach, in armada_gem_map_import()
|
/linux-4.1.27/drivers/gpu/drm/tegra/ |
D | gem.c | 336 bo->sgt = dma_buf_map_attachment(attach, DMA_TO_DEVICE); in tegra_bo_import()
|
/linux-4.1.27/drivers/media/v4l2-core/ |
D | videobuf2-dma-sg.c | 626 sgt = dma_buf_map_attachment(buf->db_attach, buf->dma_dir); in vb2_dma_sg_map_dmabuf()
|
D | videobuf2-dma-contig.c | 749 sgt = dma_buf_map_attachment(buf->db_attach, buf->dma_dir); in vb2_dc_map_dmabuf()
|
/linux-4.1.27/Documentation/ |
D | dma-buf-sharing.txt | 118 access to the buffer using dma_buf_map_attachment API. At least one attach to 122 struct sg_table * dma_buf_map_attachment(struct dma_buf_attachment *,
|