Home
last modified time | relevance | path

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

/linux/drivers/dma-buf/heaps/
A Dcma_heap.c154 dma_sync_sgtable_for_device(a->dev, &a->table, direction); in cma_heap_dma_buf_end_cpu_access()
A Dsystem_heap.c189 dma_sync_sgtable_for_device(a->dev, a->table, direction); in system_heap_dma_buf_end_cpu_access()
/linux/drivers/gpu/drm/rockchip/
A Drockchip_drm_gem.c106 dma_sync_sgtable_for_device(drm->dev, rk_obj->sgt, DMA_TO_DEVICE); in rockchip_gem_get_pages()
/linux/drivers/media/common/videobuf2/
A Dvideobuf2-dma-sg.c210 dma_sync_sgtable_for_device(buf->dev, sgt, buf->dma_dir); in vb2_dma_sg_prepare()
A Dvideobuf2-dma-contig.c136 dma_sync_sgtable_for_device(buf->dev, sgt, buf->dma_dir); in vb2_dc_prepare()
/linux/include/linux/
A Ddma-mapping.h400 static inline void dma_sync_sgtable_for_device(struct device *dev, in dma_sync_sgtable_for_device() function
/linux/sound/core/
A Dmemalloc.c550 dma_sync_sgtable_for_device(dmab->dev.dev, dmab->private_data, in snd_dma_noncontig_sync()
/linux/drivers/gpu/drm/virtio/
A Dvirtgpu_vq.c599 dma_sync_sgtable_for_device(vgdev->vdev->dev.parent, in virtio_gpu_cmd_transfer_to_host_2d()
1022 dma_sync_sgtable_for_device(vgdev->vdev->dev.parent, in virtio_gpu_cmd_transfer_to_host_3d()
/linux/drivers/gpu/drm/etnaviv/
A Detnaviv_gem.c410 dma_sync_sgtable_for_device(dev->dev, etnaviv_obj->sgt, in etnaviv_gem_cpu_fini()
/linux/drivers/gpu/drm/tegra/
A Dgem.c636 dma_sync_sgtable_for_device(drm->dev, bo->sgt, DMA_TO_DEVICE); in tegra_gem_prime_end_cpu_access()
/linux/drivers/media/usb/uvc/
A Duvc_video.c1151 dma_sync_sgtable_for_device(uvc_stream_to_dmadev(uvc_urb->stream), in uvc_submit_urb()
/linux/drivers/crypto/
A Dsa2ul.c1195 dma_sync_sgtable_for_device(ddev, &mapped_sg->sgt, DMA_TO_DEVICE); in sa_run()
/linux/Documentation/core-api/
A Ddma-api.rst623 Before giving the memory to the device, dma_sync_sgtable_for_device() needs

Completed in 38 milliseconds