Home
last modified time | relevance | path

Searched refs:dma_buf_begin_cpu_access (Results 1 - 14 of 14) sorted by relevance

/device/soc/rockchip/common/sdk_linux/include/linux/
H A Ddma-buf.h180 * This is called from dma_buf_begin_cpu_access() and allows the
604 int dma_buf_begin_cpu_access(struct dma_buf *dma_buf, enum dma_data_direction dir);
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/mmz/
H A Ddrv_mmz_intf.c166 dma_buf_begin_cpu_access(mmb->handle, DMA_FROM_DEVICE); in flush_cache_kern()
H A Ddrv_mmz_userdev.c129 dma_buf_begin_cpu_access(mmb->handle, DMA_FROM_DEVICE); // invalid cache in mmz_flush_dcache_mmb()
677 dma_buf_begin_cpu_access(mmb->handle, DMA_FROM_DEVICE); // invalid cache in ioctl_mmb_user_unmap()
/device/soc/rockchip/common/sdk_linux/drivers/dma-buf/
H A Ddma-buf.c497 ret = dma_buf_begin_cpu_access(dmabuf, direction); in dma_buf_ioctl()
1122 * with calls to dma_buf_begin_cpu_access() and dma_buf_end_cpu_access()
1214 * dma_buf_begin_cpu_access - Must be called before accessing a dma_buf from the
1227 int dma_buf_begin_cpu_access(struct dma_buf *dmabuf, enum dma_data_direction direction) in dma_buf_begin_cpu_access() function
1249 EXPORT_SYMBOL_GPL(dma_buf_begin_cpu_access); variable
1284 * This terminates CPU access started with dma_buf_begin_cpu_access().
/device/soc/rockchip/common/vendor/drivers/video/rockchip/mpp/
H A Dmpp_iommu.c280 ret = dma_buf_begin_cpu_access(dmabuf, DMA_FROM_DEVICE); in mpp_dma_map_kernel()
H A Dmpp_rkvdec.c538 ret = dma_buf_begin_cpu_access(dmabuf, DMA_FROM_DEVICE); in fill_scaling_list_pps()
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/mpp/
H A Dmpp_iommu.c286 ret = dma_buf_begin_cpu_access(dmabuf, DMA_FROM_DEVICE); in mpp_dma_map_kernel()
H A Dmpp_rkvdec.c572 ret = dma_buf_begin_cpu_access(dmabuf, DMA_FROM_DEVICE); in fill_scaling_list_pps()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A Dmali_kbase_softjobs.c815 ret = dma_buf_begin_cpu_access(dma_buf, in kbase_mem_copy_from_extres()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_softjobs.c780 ret = dma_buf_begin_cpu_access(dma_buf, in kbase_mem_copy_from_extres()
H A Dmali_kbase_mem_linux.c1155 ret = dma_buf_begin_cpu_access(dma_buf, in kbase_mem_do_sync_imported()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_softjobs.c813 ret = dma_buf_begin_cpu_access(dma_buf, in kbase_mem_copy_from_extres()
H A Dmali_kbase_mem_linux.c1105 ret = dma_buf_begin_cpu_access(dma_buf, in kbase_mem_do_sync_imported()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_softjobs.c841 ret = dma_buf_begin_cpu_access(dma_buf, in kbase_mem_copy_from_extres()

Completed in 34 milliseconds