Home
last modified time | relevance | path

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

/linux/kernel/dma/
H A Dmapping.c402 else if (ops->sync_single_for_device) in __dma_sync_single_for_device()
403 ops->sync_single_for_device(dev, addr, size, dir); in __dma_sync_single_for_device()
487 else if (!ops->sync_single_for_device && !ops->sync_single_for_cpu && in dma_setup_need_sync()
/linux/drivers/xen/
H A Dswiotlb-xen.c431 .sync_single_for_device = xen_swiotlb_sync_single_for_device,
/linux/include/linux/
H A Ddma-map-ops.h51 void (*sync_single_for_device)(struct device *dev, member
H A Dvirtio_config.h202 void (*sync_single_for_device)(union virtio_map map, member
/linux/arch/mips/jazz/
H A Djazzdma.c621 .sync_single_for_device = jazz_dma_sync_single_for_device,
/linux/arch/arm/mm/
H A Ddma-mapping.c1465 .sync_single_for_device = arm_iommu_sync_single_for_device,
/linux/drivers/vdpa/vdpa_user/
H A Dvduse_dev.c1044 .sync_single_for_device = vduse_dev_sync_single_for_device,
/linux/drivers/virtio/
H A Dvirtio_ring.c3930 vdev->map->sync_single_for_device(vq->map, in virtqueue_map_sync_single_range_for_device()