Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/dma/
Dmapping.c389 else if (ops->sync_single_for_device) in __dma_sync_single_for_device()
390 ops->sync_single_for_device(dev, addr, size, dir); in __dma_sync_single_for_device()
456 else if (!ops->sync_single_for_device && !ops->sync_single_for_cpu && in dma_setup_need_sync()
/linux-6.12.1/drivers/xen/
Dswiotlb-xen.c411 .sync_single_for_device = xen_swiotlb_sync_single_for_device,
/linux-6.12.1/include/linux/
Ddma-map-ops.h57 void (*sync_single_for_device)(struct device *dev, member
/linux-6.12.1/arch/mips/jazz/
Djazzdma.c615 .sync_single_for_device = jazz_dma_sync_single_for_device,
/linux-6.12.1/drivers/media/pci/intel/ipu6/
Dipu6-dma.c498 .sync_single_for_device = ipu6_dma_sync_single_for_cpu,
/linux-6.12.1/arch/arm/mm/
Ddma-mapping.c1522 .sync_single_for_device = arm_iommu_sync_single_for_device,
/linux-6.12.1/drivers/vdpa/vdpa_user/
Dvduse_dev.c896 .sync_single_for_device = vduse_dev_sync_single_for_device,