Searched refs:dma_sync_sgtable_for_cpu (Results 1 – 8 of 8) sorted by relevance
| /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/dma-buf/heaps/ |
| 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 | 260 dma_sync_sgtable_for_cpu(dev, ubuf->sg, direction); in begin_cpu_udmabuf()
|
| /linux/include/linux/ |
| H A D | dma-mapping.h | 555 static inline void dma_sync_sgtable_for_cpu(struct device *dev, in dma_sync_sgtable_for_cpu() function
|
| /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/spi/ |
| H A D | spi.c | 1332 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 D | hcd.c | 1369 dma_sync_sgtable_for_cpu(hcd->self.sysdev, urb->sgt, dir); in usb_hcd_unmap_urb_for_dma()
|