Searched refs:debug_dma_sync_sg_for_cpu (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/include/linux/ |
D | dma-debug.h | 78 extern void debug_dma_sync_sg_for_cpu(struct device *dev, 172 static inline void debug_dma_sync_sg_for_cpu(struct device *dev, in debug_dma_sync_sg_for_cpu() function
|
/linux-4.1.27/arch/c6x/kernel/ |
D | dma.c | 124 debug_dma_sync_sg_for_cpu(dev, sglist, nents, dir); in dma_sync_sg_for_cpu()
|
/linux-4.1.27/include/asm-generic/ |
D | dma-mapping-common.h | 163 debug_dma_sync_sg_for_cpu(dev, sg, nelems, dir); in dma_sync_sg_for_cpu()
|
/linux-4.1.27/lib/ |
D | dma-debug.c | 1569 void debug_dma_sync_sg_for_cpu(struct device *dev, struct scatterlist *sg, in debug_dma_sync_sg_for_cpu() function 1600 EXPORT_SYMBOL(debug_dma_sync_sg_for_cpu);
|