Searched refs:sync_single_for_device (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/arm/common/ |
| H A D | dmabounce.c | 331 arm_dma_ops.sync_single_for_device(dev, dma_addr, size, dir); in dmabounce_map_page() 443 arm_dma_ops.sync_single_for_device(dev, handle, size, dir); in dmabounce_sync_for_device() 462 .sync_single_for_device = dmabounce_sync_for_device,
|
| /OK3568_Linux_fs/kernel/kernel/dma/ |
| H A D | mapping.c | 276 else if (ops->sync_single_for_device) in dma_sync_single_for_device() 277 ops->sync_single_for_device(dev, addr, size, dir); in dma_sync_single_for_device() 634 return ops->sync_single_for_cpu || ops->sync_single_for_device; in dma_need_sync()
|
| /OK3568_Linux_fs/kernel/arch/arm/mm/ |
| H A D | dma-mapping-nommu.c | 187 .sync_single_for_device = arm_nommu_dma_sync_single_for_device,
|
| H A D | dma-mapping.c | 209 .sync_single_for_device = arm_dma_sync_single_for_device, 1058 ops->sync_single_for_device(dev, sg_dma_address(s), s->length, in arm_dma_sync_sg_for_device() 1992 .sync_single_for_device = arm_iommu_sync_single_for_device,
|
| /OK3568_Linux_fs/kernel/arch/arm64/mm/ |
| H A D | dma-mapping-noalias.c | 295 .sync_single_for_device = arm64_noalias_sync_single_for_device, 533 .sync_single_for_device = arm64_iommu_sync_single_for_device,
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | dma-map-ops.h | 60 void (*sync_single_for_device)(struct device *dev, member
|
| /OK3568_Linux_fs/kernel/arch/mips/jazz/ |
| H A D | jazzdma.c | 615 .sync_single_for_device = jazz_dma_sync_single_for_device,
|
| /OK3568_Linux_fs/kernel/drivers/xen/ |
| H A D | swiotlb-xen.c | 570 .sync_single_for_device = xen_swiotlb_sync_single_for_device,
|
| /OK3568_Linux_fs/kernel/drivers/iommu/ |
| H A D | dma-iommu.c | 1241 .sync_single_for_device = iommu_dma_sync_single_for_device,
|
| /OK3568_Linux_fs/kernel/drivers/iommu/intel/ |
| H A D | iommu.c | 4098 .sync_single_for_device = bounce_sync_single_for_device,
|