Home
last modified time | relevance | path

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

/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/dma-buf/heaps/
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.c260 dma_sync_sgtable_for_cpu(dev, ubuf->sg, direction); in begin_cpu_udmabuf()
/linux/include/linux/
H A Ddma-mapping.h555 static inline void dma_sync_sgtable_for_cpu(struct device *dev, in dma_sync_sgtable_for_cpu() function
/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/spi/
H A Dspi.c1332 dma_sync_sgtable_for_cpu(rx_dev, &xfer->rx_sg, DMA_FROM_DEVICE); in spi_dma_sync_for_cpu()
1334 dma_sync_sgtable_for_cpu(tx_dev, &xfer->tx_sg, DMA_TO_DEVICE); in spi_dma_sync_for_cpu()
/linux/drivers/usb/core/
H A Dhcd.c1369 dma_sync_sgtable_for_cpu(hcd->self.sysdev, urb->sgt, dir); in usb_hcd_unmap_urb_for_dma()