Home
last modified time | relevance | path

Searched refs:unmap_dma_buf (Results 1 - 9 of 9) sorted by relevance

/device/soc/rockchip/common/sdk_linux/include/linux/
H A Ddma-buf.h156 * @unmap_dma_buf
163 void (*unmap_dma_buf)(struct dma_buf_attachment *, struct sg_table *, enum dma_data_direction); member
/device/soc/rockchip/common/sdk_linux/drivers/dma-buf/
H A Ddma-buf.c635 if (WARN_ON(!exp_info->priv || !exp_info->ops || !exp_info->ops->map_dma_buf || !exp_info->ops->unmap_dma_buf || in dma_buf_export()
950 dmabuf->ops->unmap_dma_buf(attach, attach->sgt, attach->dir); in dma_buf_detach()
1058 * deallocate the scatterlist associated. Is a wrapper for unmap_dma_buf() of
1087 attach->dmabuf->ops->unmap_dma_buf(attach, sg_table, direction); in dma_buf_unmap_attachment()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/src/init/linux/
H A Dhifb_init.c479 .unmap_dma_buf = hifb_memblock_unmap,
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/
H A Dvideobuf2-rdma-sg.c456 .unmap_dma_buf = vb2_dma_sg_dmabuf_ops_unmap,
/device/soc/rockchip/common/sdk_linux/drivers/dma-buf/heaps/
H A Dsystem_heap.c386 .unmap_dma_buf = system_heap_unmap_dma_buf,
H A Dcma_heap.c263 .unmap_dma_buf = cma_heap_unmap_dma_buf,
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/
H A Dvideobuf2-rdma-sg.c451 .unmap_dma_buf = vb2_dma_sg_dmabuf_ops_unmap,
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H A Ddrm_prime.c640 * drm_gem_unmap_dma_buf - unmap_dma_buf implementation for GEM
645 * This can be used as the &dma_buf_ops.unmap_dma_buf callback.
811 .unmap_dma_buf = drm_gem_unmap_dma_buf,
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_drv.c1506 .unmap_dma_buf = drm_gem_unmap_dma_buf,

Completed in 11 milliseconds