Searched refs:debug_dma_unmap_sg (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/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.4.14/arch/c6x/kernel/ |
D | dma.c | 90 debug_dma_unmap_sg(dev, sglist, nents, dir); in dma_unmap_sg()
|
/linux-4.4.14/include/asm-generic/ |
D | dma-mapping-common.h | 72 debug_dma_unmap_sg(dev, sg, nents, dir); in dma_unmap_sg_attrs()
|
/linux-4.4.14/lib/ |
D | dma-debug.c | 1416 void debug_dma_unmap_sg(struct device *dev, struct scatterlist *sglist, in debug_dma_unmap_sg() function 1447 EXPORT_SYMBOL(debug_dma_unmap_sg);
|