Home
last modified time | relevance | path

Searched refs:dma_sync_sgtable_for_cpu (Results 1 – 20 of 20) sorted by relevance

/linux/drivers/accel/rocket/
H A Drocket_gem.c151 dma_sync_sgtable_for_cpu(dev->dev, shmem_obj->sgt, DMA_BIDIRECTIONAL); in rocket_ioctl_prep_bo()
/linux/drivers/media/common/videobuf2/
H A Dvideobuf2-dma-sg.c220 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 Dvideobuf2-dma-contig.c160 dma_sync_sgtable_for_cpu(buf->dev, sgt, buf->dma_dir); in vb2_dc_finish()
/linux/drivers/gpu/drm/imagination/
H A Dpvr_gem.c227 dma_sync_sgtable_for_cpu(dev, shmem_obj->sgt, DMA_BIDIRECTIONAL); in pvr_gem_object_vmap()
/linux/drivers/gpu/drm/panthor/
H A Dpanthor_gem.c271 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 Dpanfrost_gem.c312 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 Dspi-amlogic-spisg.c388 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 Dspi.c1327 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 Dcma_heap.c155 dma_sync_sgtable_for_cpu(a->dev, &a->table, direction); in cma_heap_dma_buf_begin_cpu_access()
H A Dsystem_heap.c156 dma_sync_sgtable_for_cpu(a->dev, &a->table, direction); in system_heap_dma_buf_begin_cpu_access()
/linux/drivers/accel/qaic/
H A Dqaic_data.c1064 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 Dudmabuf.c258 dma_sync_sgtable_for_cpu(dev, ubuf->sg, direction); in begin_cpu_udmabuf()
/linux/drivers/gpu/drm/etnaviv/
H A Detnaviv_gem.c413 dma_sync_sgtable_for_cpu(dev->dev, etnaviv_obj->sgt, in etnaviv_gem_cpu_prep()
/linux/drivers/gpu/drm/tegra/
H A Dgem.c694 dma_sync_sgtable_for_cpu(drm->dev, bo->sgt, DMA_FROM_DEVICE); in tegra_gem_prime_begin_cpu_access()
/linux/include/linux/
H A Ddma-mapping.h570 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 Dispstat.c173 dma_sync_sgtable_for_cpu(stat->isp->dev, &buf->sgt, DMA_FROM_DEVICE); in isp_stat_buf_sync_for_cpu()
H A Dispccdc.c449 dma_sync_sgtable_for_cpu(isp->dev, &req->table.sgt, in ccdc_lsc_config()
/linux/sound/core/
H A Dmemalloc.c601 dma_sync_sgtable_for_cpu(dmab->dev.dev, dmab->private_data, in snd_dma_noncontig_sync()
/linux/drivers/usb/core/
H A Dhcd.c1365 dma_sync_sgtable_for_cpu(hcd->self.sysdev, urb->sgt, dir); in usb_hcd_unmap_urb_for_dma()
/linux/drivers/crypto/
H A Dsa2ul.c1019 dma_sync_sgtable_for_cpu(rxd->ddev, sgt, DMA_FROM_DEVICE); in sa_sync_from_device()