/kernel/linux/linux-5.10/drivers/staging/media/tegra-vde/ |
H A D | dmabuf-cache.c | 39 dma_buf_detach(dmabuf, entry->a); in tegra_vde_release_entry() 154 dma_buf_detach(dmabuf, attachment); in tegra_vde_dmabuf_cache_map()
|
/kernel/linux/linux-6.6/drivers/media/platform/nvidia/tegra-vde/ |
H A D | dmabuf-cache.c | 42 dma_buf_detach(dmabuf, entry->a); in tegra_vde_release_entry() 157 dma_buf_detach(dmabuf, attachment); in tegra_vde_dmabuf_cache_map()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/ |
H A D | omap_gem_dmabuf.c | 171 dma_buf_detach(dma_buf, attach); in omap_gem_prime_import()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | dma-buf.h | 76 * This is called by dma_buf_detach() to release a &dma_buf_attachment. 401 * calling dma_buf_detach(). The DMA mapping itself needed to initiate a 498 void dma_buf_detach(struct dma_buf *dmabuf,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/omapdrm/ |
H A D | omap_gem_dmabuf.c | 142 dma_buf_detach(dma_buf, attach); in omap_gem_prime_import()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | dma-buf.h | 77 * This is called by dma_buf_detach() to release a &dma_buf_attachment. 504 * calling dma_buf_detach(). The DMA mapping itself needed to initiate a 601 void dma_buf_detach(struct dma_buf *dmabuf,
|
/kernel/linux/linux-5.10/drivers/dma-buf/ |
H A D | dma-buf.c | 500 * dma_buf_detach() (after cleaning up any mappings) and then release the 695 * must be cleaned up by calling dma_buf_detach(). 782 dma_buf_detach(dmabuf, attach); in dma_buf_dynamic_attach() 803 * dma_buf_detach - Remove the given attachment from dmabuf's attachments list; 810 void dma_buf_detach(struct dma_buf *dmabuf, struct dma_buf_attachment *attach) in dma_buf_detach() function 835 EXPORT_SYMBOL_GPL(dma_buf_detach); variable
|
/kernel/linux/linux-6.6/drivers/gpu/drm/tegra/ |
H A D | gem.c | 90 dma_buf_detach(buf, map->attach); in tegra_bo_pin() 166 dma_buf_detach(map->attach->dmabuf, map->attach); in tegra_bo_unpin() 486 dma_buf_detach(buf, attach); in tegra_bo_import()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/ |
H A D | i915_gem_dmabuf.c | 272 dma_buf_detach(dma_buf, attach); in i915_gem_prime_import()
|
/kernel/linux/linux-6.6/drivers/infiniband/core/ |
H A D | umem_dmabuf.c | 232 dma_buf_detach(dmabuf, umem_dmabuf->attach); in ib_umem_dmabuf_release()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_prime.c | 960 dma_buf_detach(dma_buf, attach); in drm_gem_prime_import_dev() 1044 dma_buf_detach(attach->dmabuf, attach); in drm_prime_gem_destroy()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/ |
H A D | drm_prime.c | 955 dma_buf_detach(dma_buf, attach); in drm_gem_prime_import_dev() 1053 dma_buf_detach(attach->dmabuf, attach); in drm_prime_gem_destroy()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/ |
H A D | i915_gem_dmabuf.c | 339 dma_buf_detach(dma_buf, attach); in i915_gem_prime_import()
|
/kernel/linux/linux-6.6/drivers/dma-buf/ |
H A D | dma-buf.c | 584 * dma_buf_detach() (after cleaning up any mappings) and then release the 826 * - dma_buf_detach() 875 * must be cleaned up by calling dma_buf_detach(). 963 dma_buf_detach(dmabuf, attach); in dma_buf_dynamic_attach() 994 * dma_buf_detach - Remove the given attachment from dmabuf's attachments list 1002 void dma_buf_detach(struct dma_buf *dmabuf, struct dma_buf_attachment *attach) in dma_buf_detach() function 1025 EXPORT_SYMBOL_NS_GPL(dma_buf_detach, DMA_BUF);
|
/kernel/linux/linux-5.10/drivers/xen/ |
H A D | gntdev-dmabuf.c | 669 dma_buf_detach(dma_buf, attach); in dmabuf_imp_to_refs() 720 dma_buf_detach(attach->dmabuf, attach); in dmabuf_imp_release()
|
/kernel/linux/linux-6.6/drivers/xen/ |
H A D | gntdev-dmabuf.c | 663 dma_buf_detach(dma_buf, attach); in dmabuf_imp_to_refs() 714 dma_buf_detach(attach->dmabuf, attach); in dmabuf_imp_release()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/armada/ |
H A D | armada_gem.c | 512 dma_buf_detach(buf, attach); in armada_gem_prime_import()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/armada/ |
H A D | armada_gem.c | 523 dma_buf_detach(buf, attach); in armada_gem_prime_import()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/selftests/ |
H A D | i915_gem_dmabuf.c | 308 dma_buf_detach(dmabuf, import_attach); in igt_dmabuf_import_same_driver()
|
/kernel/linux/linux-5.10/drivers/media/common/videobuf2/ |
H A D | videobuf2-dma-contig.c | 652 dma_buf_detach(buf->db_attach->dmabuf, buf->db_attach); in vb2_dc_detach_dmabuf()
|
H A D | videobuf2-dma-sg.c | 597 dma_buf_detach(buf->db_attach->dmabuf, buf->db_attach); in vb2_dma_sg_detach_dmabuf()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/tegra/ |
H A D | gem.c | 428 dma_buf_detach(buf, attach); in tegra_bo_import()
|
/kernel/linux/linux-6.6/drivers/media/common/videobuf2/ |
H A D | videobuf2-dma-contig.c | 764 dma_buf_detach(buf->db_attach->dmabuf, buf->db_attach); in vb2_dc_detach_dmabuf()
|
H A D | videobuf2-dma-sg.c | 613 dma_buf_detach(buf->db_attach->dmabuf, buf->db_attach); in vb2_dma_sg_detach_dmabuf()
|
/kernel/linux/linux-6.6/drivers/accel/ivpu/ |
H A D | ivpu_gem.c | 647 dma_buf_detach(buf, attach); in ivpu_gem_prime_import()
|