Home
last modified time | relevance | path

Searched refs:dma_sync_sgtable_for_cpu (Results 1 - 5 of 5) sorted by relevance

/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/
H A Dvideobuf2-rdma-sg.c170 dma_sync_sgtable_for_cpu(buf->dev, sgt, buf->dma_dir); in vb2_dma_sg_finish()
/device/soc/rockchip/common/sdk_linux/drivers/dma-buf/heaps/
H A Dsystem_heap.c188 dma_sync_sgtable_for_cpu(a->dev, a->table, direction); in system_heap_dma_buf_begin_cpu_access()
H A Dcma_heap.c131 dma_sync_sgtable_for_cpu(a->dev, &a->table, direction); in cma_heap_dma_buf_begin_cpu_access()
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/
H A Dvideobuf2-rdma-sg.c166 dma_sync_sgtable_for_cpu(buf->dev, sgt, buf->dma_dir); in vb2_dma_sg_finish()
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Ddma-mapping.h306 * call dma_sync_sgtable_for_cpu() or dma_unmap_sgtable() to move the
343 * dma_sync_sgtable_for_cpu - Synchronize the given buffer for CPU access
354 static inline void dma_sync_sgtable_for_cpu(struct device *dev, struct sg_table *sgt, enum dma_data_direction dir) in dma_sync_sgtable_for_cpu() function
367 * Once finished, one has to call dma_sync_sgtable_for_cpu() or

Completed in 7 milliseconds