Home
last modified time | relevance | path

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

/include/linux/
Ddma-mapping.h123 void (*sync_sg_for_cpu)(struct device *dev, member
416 else if (ops->sync_sg_for_cpu) in dma_sync_sg_for_cpu()
417 ops->sync_sg_for_cpu(dev, sg, nelems, dir); in dma_sync_sg_for_cpu()