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 D | videobuf2-rdma-sg.c | 170 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 D | system_heap.c | 188 dma_sync_sgtable_for_cpu(a->dev, a->table, direction); in system_heap_dma_buf_begin_cpu_access()
|
H A D | cma_heap.c | 131 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 D | videobuf2-rdma-sg.c | 166 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 D | dma-mapping.h | 306 * 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