| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | dma-mapping.h | 138 void dma_sync_sg_for_cpu(struct device *dev, struct scatterlist *sg, 203 static inline void dma_sync_sg_for_cpu(struct device *dev, in dma_sync_sg_for_cpu() function 380 dma_sync_sg_for_cpu(dev, sgt->sgl, sgt->orig_nents, dir); in dma_sync_sgtable_for_cpu()
|
| H A D | pci-dma-compat.h | 96 dma_sync_sg_for_cpu(&hwdev->dev, sg, nelems, (enum dma_data_direction)direction); in pci_dma_sync_sg_for_cpu()
|
| /OK3568_Linux_fs/kernel/kernel/dma/ |
| H A D | mapping.c | 282 void dma_sync_sg_for_cpu(struct device *dev, struct scatterlist *sg, in dma_sync_sg_for_cpu() function 294 EXPORT_SYMBOL(dma_sync_sg_for_cpu);
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/ |
| H A D | rkisp_tb_helper.c | 110 dma_sync_sg_for_cpu(NULL, table->sgl, table->nents, dir); in shm_begin_cpu_access()
|
| /OK3568_Linux_fs/kernel/drivers/staging/android/ion/ |
| H A D | ion_dma_buf.c | 178 dma_sync_sg_for_cpu(a->dev, a->table->sgl, a->table->nents, in ion_dma_buf_begin_cpu_access()
|
| /OK3568_Linux_fs/kernel/drivers/dma-buf/ |
| H A D | udmabuf.c | 130 dma_sync_sg_for_cpu(dev, ubuf->sg->sgl, ubuf->sg->nents, in begin_cpu_udmabuf()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/cif/ |
| H A D | common.c | 263 dma_sync_sg_for_cpu(NULL, table->sgl, table->nents, dir); in rkcif_shm_begin_cpu_access()
|
| /OK3568_Linux_fs/kernel/drivers/media/common/videobuf2/ |
| H A D | videobuf2-dma-sg.c | 468 dma_sync_sg_for_cpu(buf->dev, sgt->sgl, sgt->nents, buf->dma_dir); in vb2_dma_sg_dmabuf_ops_begin_cpu_access()
|
| /OK3568_Linux_fs/kernel/drivers/media/v4l2-core/ |
| H A D | videobuf-dma-sg.c | 583 dma_sync_sg_for_cpu(q->dev, mem->dma.sglist, in __videobuf_sync()
|
| /OK3568_Linux_fs/kernel/drivers/base/arm/dma_buf_test_exporter/ |
| H A D | dma-buf-test-exporter.c | 251 dma_sync_sg_for_cpu(attachment->dev, sg->sgl, sg->nents, direction); in dma_buf_te_sync()
|
| /OK3568_Linux_fs/kernel/drivers/spi/ |
| H A D | spi-topcliff-pch.c | 796 dma_sync_sg_for_cpu(&data->master->dev, dma->sg_rx_p, dma->nent, in pch_spi_start_transfer() 799 dma_sync_sg_for_cpu(&data->master->dev, dma->sg_tx_p, dma->nent, in pch_spi_start_transfer()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_hikey960 | 125 dma_sync_sg_for_cpu
|
| H A D | abi_gki_aarch64_virtual_device | 1075 dma_sync_sg_for_cpu
|
| H A D | abi_gki_aarch64_exynosauto | 144 dma_sync_sg_for_cpu
|
| H A D | abi_gki_aarch64_vivo | 486 dma_sync_sg_for_cpu
|
| H A D | abi_gki_aarch64_generic | 500 dma_sync_sg_for_cpu
|
| H A D | abi_gki_aarch64_db845c | 1777 dma_sync_sg_for_cpu
|
| H A D | abi_gki_aarch64_exynos | 493 dma_sync_sg_for_cpu
|
| H A D | abi_gki_aarch64_imx | 235 dma_sync_sg_for_cpu
|
| H A D | abi_gki_aarch64_qcom | 616 dma_sync_sg_for_cpu
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/omap3isp/ |
| H A D | ispstat.c | 174 dma_sync_sg_for_cpu(stat->isp->dev, buf->sgt.sgl, in isp_stat_buf_sync_for_cpu()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ |
| H A D | rockchip_drm_gem.c | 977 dma_sync_sg_for_cpu(drm->dev, rk_obj->sgt->sgl, in rockchip_gem_prime_begin_cpu_access()
|
| /OK3568_Linux_fs/kernel/Documentation/core-api/ |
| H A D | dma-api-howto.rst | 619 dma_sync_sg_for_cpu(dev, sglist, nents, direction); 637 The 'nents' argument to dma_sync_sg_for_cpu() and
|
| /OK3568_Linux_fs/kernel/drivers/rknpu/ |
| H A D | rknpu_gem.c | 1474 dma_sync_sg_for_cpu(dev->dev, sg, 1, in rknpu_gem_sync_ioctl()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/rockchip/cryptodev_linux/ |
| H A D | rk_cryptodev.c | 278 dma_sync_sg_for_cpu(crypto_dev, (*sg_tbl)->sgl, (*sg_tbl)->nents, DMA_FROM_DEVICE); in get_dmafd_sgtbl()
|