Searched refs:dma_buf_detach (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/include/linux/ |
D | dma-buf.h | 214 void dma_buf_detach(struct dma_buf *dmabuf,
|
/linux-4.4.14/drivers/gpu/drm/ |
D | drm_prime.c | 547 dma_buf_detach(dma_buf, attach); in drm_gem_prime_import() 760 dma_buf_detach(attach->dmabuf, attach); in drm_prime_gem_destroy()
|
/linux-4.4.14/drivers/gpu/drm/udl/ |
D | udl_dmabuf.c | 279 dma_buf_detach(dma_buf, attach); in udl_gem_prime_import()
|
/linux-4.4.14/drivers/dma-buf/ |
D | dma-buf.c | 469 void dma_buf_detach(struct dma_buf *dmabuf, struct dma_buf_attachment *attach) in dma_buf_detach() function 482 EXPORT_SYMBOL_GPL(dma_buf_detach);
|
/linux-4.4.14/drivers/staging/android/ion/ |
D | ion_test.c | 96 dma_buf_detach(dma_buf, attach); in ion_handle_test_dma()
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | i915_gem_dmabuf.c | 314 dma_buf_detach(dma_buf, attach); in i915_gem_prime_import()
|
/linux-4.4.14/drivers/gpu/drm/armada/ |
D | armada_gem.c | 576 dma_buf_detach(buf, attach); in armada_gem_prime_import()
|
/linux-4.4.14/drivers/media/v4l2-core/ |
D | videobuf2-dma-contig.c | 667 dma_buf_detach(buf->db_attach->dmabuf, buf->db_attach); in vb2_dc_detach_dmabuf()
|
D | videobuf2-dma-sg.c | 615 dma_buf_detach(buf->db_attach->dmabuf, buf->db_attach); in vb2_dma_sg_detach_dmabuf()
|
/linux-4.4.14/drivers/gpu/drm/tegra/ |
D | gem.c | 359 dma_buf_detach(buf, attach); in tegra_bo_import()
|
/linux-4.4.14/Documentation/ |
D | dma-buf-sharing.txt | 178 void dma_buf_detach(struct dma_buf *dmabuf,
|