Home
last modified time | relevance | path

Searched refs:dma_sync_sgtable_for_device (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/gpu/drm/imagination/
H A Dpvr_gem.c267 dma_sync_sgtable_for_device(dev, shmem_obj->sgt, DMA_BIDIRECTIONAL); in pvr_gem_object_vunmap()
377 dma_sync_sgtable_for_device(drm_dev->dev, sgt, DMA_BIDIRECTIONAL); in pvr_gem_object_create()
/linux/drivers/dma-buf/heaps/
H A Dsystem_heap.c177 dma_sync_sgtable_for_device(a->dev, &a->table, direction); in system_heap_dma_buf_end_cpu_access()
/linux/drivers/dma-buf/
H A Dudmabuf.c275 dma_sync_sgtable_for_device(dev, ubuf->sg, direction); in end_cpu_udmabuf()
/linux/drivers/gpu/drm/panthor/
H A Dpanthor_fw.c672 dma_sync_sgtable_for_device(ptdev->base.dev, sgt, DMA_TO_DEVICE); in panthor_fw_load_section_entry()
734 dma_sync_sgtable_for_device(ptdev->base.dev, sgt, DMA_TO_DEVICE); in panthor_reload_fw_sections()
/linux/include/linux/
H A Ddma-mapping.h572 static inline void dma_sync_sgtable_for_device(struct device *dev, in dma_sync_sgtable_for_device() function
/linux/sound/core/
H A Dmemalloc.c607 dma_sync_sgtable_for_device(dmab->dev.dev, dmab->private_data, in snd_dma_noncontig_sync()
/linux/drivers/spi/
H A Dspi.c1320 dma_sync_sgtable_for_device(tx_dev, &xfer->tx_sg, DMA_TO_DEVICE); in spi_dma_sync_for_device()
1322 dma_sync_sgtable_for_device(rx_dev, &xfer->rx_sg, DMA_FROM_DEVICE); in spi_dma_sync_for_device()
/linux/drivers/accel/qaic/
H A Dqaic_data.c1270 dma_sync_sgtable_for_device(&qdev->pdev->dev, bo->sgt, bo->dir); in send_bo_list_to_device()
/linux/drivers/usb/core/
H A Dhcd.c1441 dma_sync_sgtable_for_device(hcd->self.sysdev, urb->sgt, dir); in usb_hcd_map_urb_for_dma()