Searched refs:dma_sync_sgtable_for_device (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/gpu/drm/imagination/ |
| H A D | pvr_gem.c | 267 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 D | system_heap.c | 177 dma_sync_sgtable_for_device(a->dev, &a->table, direction); in system_heap_dma_buf_end_cpu_access()
|
| /linux/drivers/dma-buf/ |
| H A D | udmabuf.c | 275 dma_sync_sgtable_for_device(dev, ubuf->sg, direction); in end_cpu_udmabuf()
|
| /linux/drivers/gpu/drm/panthor/ |
| H A D | panthor_fw.c | 672 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 D | dma-mapping.h | 572 static inline void dma_sync_sgtable_for_device(struct device *dev, in dma_sync_sgtable_for_device() function
|
| /linux/sound/core/ |
| H A D | memalloc.c | 607 dma_sync_sgtable_for_device(dmab->dev.dev, dmab->private_data, in snd_dma_noncontig_sync()
|
| /linux/drivers/spi/ |
| H A D | spi.c | 1320 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 D | qaic_data.c | 1270 dma_sync_sgtable_for_device(&qdev->pdev->dev, bo->sgt, bo->dir); in send_bo_list_to_device()
|
| /linux/drivers/usb/core/ |
| H A D | hcd.c | 1441 dma_sync_sgtable_for_device(hcd->self.sysdev, urb->sgt, dir); in usb_hcd_map_urb_for_dma()
|