Searched refs:debug_dma_unmap_sg (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/include/linux/ |
D | dma-debug.h | 50 extern void debug_dma_unmap_sg(struct device *dev, struct scatterlist *sglist, 128 static inline void debug_dma_unmap_sg(struct device *dev, in debug_dma_unmap_sg() function
|
/linux-4.1.27/arch/c6x/kernel/ |
D | dma.c | 90 debug_dma_unmap_sg(dev, sglist, nents, dir); in dma_unmap_sg()
|
/linux-4.1.27/include/asm-generic/ |
D | dma-mapping-common.h | 71 debug_dma_unmap_sg(dev, sg, nents, dir); in dma_unmap_sg_attrs()
|
/linux-4.1.27/lib/ |
D | dma-debug.c | 1408 void debug_dma_unmap_sg(struct device *dev, struct scatterlist *sglist, in debug_dma_unmap_sg() function 1439 EXPORT_SYMBOL(debug_dma_unmap_sg);
|