| /linux/drivers/accel/rocket/ |
| H A D | rocket_gem.c | 151 dma_sync_sgtable_for_cpu(dev->dev, shmem_obj->sgt, DMA_BIDIRECTIONAL); in rocket_ioctl_prep_bo()
|
| /linux/drivers/media/common/videobuf2/ |
| H A D | videobuf2-dma-sg.c | 220 dma_sync_sgtable_for_cpu(buf->dev, sgt, buf->dma_dir); in vb2_dma_sg_finish() 472 dma_sync_sgtable_for_cpu(buf->dev, sgt, buf->dma_dir); in vb2_dma_sg_dmabuf_ops_begin_cpu_access()
|
| H A D | videobuf2-dma-contig.c | 160 dma_sync_sgtable_for_cpu(buf->dev, sgt, buf->dma_dir); in vb2_dc_finish()
|
| /linux/drivers/gpu/drm/imagination/ |
| H A D | pvr_gem.c | 227 dma_sync_sgtable_for_cpu(dev, shmem_obj->sgt, DMA_BIDIRECTIONAL); in pvr_gem_object_vmap()
|
| /linux/drivers/gpu/drm/panthor/ |
| H A D | panthor_gem.c | 271 dma_sync_sgtable_for_cpu(dev->dev, shmem->sgt, dir); in panthor_gem_prime_begin_cpu_access() 280 dma_sync_sgtable_for_cpu(attach->dev, sgt, dir); in panthor_gem_prime_begin_cpu_access()
|
| /linux/drivers/gpu/drm/panfrost/ |
| H A D | panfrost_gem.c | 312 dma_sync_sgtable_for_cpu(dev->dev, shmem->sgt, dir); in panfrost_gem_prime_begin_cpu_access() 321 dma_sync_sgtable_for_cpu(attach->dev, sgt, dir); in panfrost_gem_prime_begin_cpu_access()
|
| /linux/drivers/spi/ |
| H A D | spi-amlogic-spisg.c | 388 dma_sync_sgtable_for_cpu(spisg->controller->cur_tx_dma_dev, in aml_spisg_cleanup_transfer() 401 dma_sync_sgtable_for_cpu(spisg->controller->cur_rx_dma_dev, in aml_spisg_cleanup_transfer()
|
| H A D | spi.c | 1327 dma_sync_sgtable_for_cpu(rx_dev, &xfer->rx_sg, DMA_FROM_DEVICE); in spi_dma_sync_for_cpu() 1329 dma_sync_sgtable_for_cpu(tx_dev, &xfer->tx_sg, DMA_TO_DEVICE); in spi_dma_sync_for_cpu()
|
| /linux/drivers/dma-buf/heaps/ |
| H A D | cma_heap.c | 155 dma_sync_sgtable_for_cpu(a->dev, &a->table, direction); in cma_heap_dma_buf_begin_cpu_access()
|
| H A D | system_heap.c | 156 dma_sync_sgtable_for_cpu(a->dev, &a->table, direction); in system_heap_dma_buf_begin_cpu_access()
|
| /linux/drivers/accel/qaic/ |
| H A D | qaic_data.c | 1064 dma_sync_sgtable_for_cpu(&qdev->pdev->dev, bo->sgt, args->hdr.dir); in qaic_attach_slice_bo_ioctl() 1287 dma_sync_sgtable_for_cpu(&qdev->pdev->dev, bo->sgt, bo->dir); in send_bo_list_to_device() 1646 dma_sync_sgtable_for_cpu(&qdev->pdev->dev, bo->sgt, bo->dir); in dbc_irq_threaded_fn() 1958 dma_sync_sgtable_for_cpu(&qdev->pdev->dev, bo->sgt, bo->dir); in empty_xfer_list()
|
| /linux/drivers/dma-buf/ |
| H A D | udmabuf.c | 258 dma_sync_sgtable_for_cpu(dev, ubuf->sg, direction); in begin_cpu_udmabuf()
|
| /linux/drivers/gpu/drm/etnaviv/ |
| H A D | etnaviv_gem.c | 413 dma_sync_sgtable_for_cpu(dev->dev, etnaviv_obj->sgt, in etnaviv_gem_cpu_prep()
|
| /linux/drivers/gpu/drm/tegra/ |
| H A D | gem.c | 694 dma_sync_sgtable_for_cpu(drm->dev, bo->sgt, DMA_FROM_DEVICE); in tegra_gem_prime_begin_cpu_access()
|
| /linux/include/linux/ |
| H A D | dma-mapping.h | 570 static inline void dma_sync_sgtable_for_cpu(struct device *dev, in dma_sync_sgtable_for_cpu() function
|
| /linux/drivers/media/platform/ti/omap3isp/ |
| H A D | ispstat.c | 173 dma_sync_sgtable_for_cpu(stat->isp->dev, &buf->sgt, DMA_FROM_DEVICE); in isp_stat_buf_sync_for_cpu()
|
| H A D | ispccdc.c | 449 dma_sync_sgtable_for_cpu(isp->dev, &req->table.sgt, in ccdc_lsc_config()
|
| /linux/sound/core/ |
| H A D | memalloc.c | 601 dma_sync_sgtable_for_cpu(dmab->dev.dev, dmab->private_data, in snd_dma_noncontig_sync()
|
| /linux/drivers/usb/core/ |
| H A D | hcd.c | 1365 dma_sync_sgtable_for_cpu(hcd->self.sysdev, urb->sgt, dir); in usb_hcd_unmap_urb_for_dma()
|
| /linux/drivers/crypto/ |
| H A D | sa2ul.c | 1019 dma_sync_sgtable_for_cpu(rxd->ddev, sgt, DMA_FROM_DEVICE); in sa_sync_from_device()
|