Searched refs:sync_single_for_device (Results 1 – 8 of 8) sorted by relevance
| /linux/kernel/dma/ |
| H A D | mapping.c | 402 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 D | swiotlb-xen.c | 431 .sync_single_for_device = xen_swiotlb_sync_single_for_device,
|
| /linux/include/linux/ |
| H A D | dma-map-ops.h | 51 void (*sync_single_for_device)(struct device *dev, member
|
| H A D | virtio_config.h | 202 void (*sync_single_for_device)(union virtio_map map, member
|
| /linux/arch/mips/jazz/ |
| H A D | jazzdma.c | 621 .sync_single_for_device = jazz_dma_sync_single_for_device,
|
| /linux/arch/arm/mm/ |
| H A D | dma-mapping.c | 1465 .sync_single_for_device = arm_iommu_sync_single_for_device,
|
| /linux/drivers/vdpa/vdpa_user/ |
| H A D | vduse_dev.c | 1044 .sync_single_for_device = vduse_dev_sync_single_for_device,
|
| /linux/drivers/virtio/ |
| H A D | virtio_ring.c | 3930 vdev->map->sync_single_for_device(vq->map, in virtqueue_map_sync_single_range_for_device()
|