Searched refs:dma_buf_detach (Results 1 – 12 of 12) sorted by relevance
/linux-4.1.27/include/linux/ |
D | dma-buf.h | 208 void dma_buf_detach(struct dma_buf *dmabuf,
|
/linux-4.1.27/drivers/gpu/drm/ |
D | drm_prime.c | 545 dma_buf_detach(dma_buf, attach); in drm_gem_prime_import() 758 dma_buf_detach(attach->dmabuf, attach); in drm_prime_gem_destroy()
|
/linux-4.1.27/drivers/gpu/drm/exynos/ |
D | exynos_drm_dmabuf.c | 282 dma_buf_detach(dma_buf, attach); in exynos_dmabuf_prime_import()
|
/linux-4.1.27/drivers/gpu/drm/udl/ |
D | udl_dmabuf.c | 279 dma_buf_detach(dma_buf, attach); in udl_gem_prime_import()
|
/linux-4.1.27/drivers/staging/android/ion/ |
D | ion_test.c | 96 dma_buf_detach(dma_buf, attach); in ion_handle_test_dma()
|
/linux-4.1.27/drivers/dma-buf/ |
D | dma-buf.c | 460 void dma_buf_detach(struct dma_buf *dmabuf, struct dma_buf_attachment *attach) in dma_buf_detach() function 473 EXPORT_SYMBOL_GPL(dma_buf_detach);
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | i915_gem_dmabuf.c | 316 dma_buf_detach(dma_buf, attach); in i915_gem_prime_import()
|
/linux-4.1.27/drivers/gpu/drm/armada/ |
D | armada_gem.c | 575 dma_buf_detach(buf, attach); in armada_gem_prime_import()
|
/linux-4.1.27/drivers/gpu/drm/tegra/ |
D | gem.c | 368 dma_buf_detach(buf, attach); in tegra_bo_import()
|
/linux-4.1.27/drivers/media/v4l2-core/ |
D | videobuf2-dma-sg.c | 671 dma_buf_detach(buf->db_attach->dmabuf, buf->db_attach); in vb2_dma_sg_detach_dmabuf()
|
D | videobuf2-dma-contig.c | 805 dma_buf_detach(buf->db_attach->dmabuf, buf->db_attach); in vb2_dc_detach_dmabuf()
|
/linux-4.1.27/Documentation/ |
D | dma-buf-sharing.txt | 178 void dma_buf_detach(struct dma_buf *dmabuf,
|