Searched refs:debug_dma_map_sg (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/kernel/dma/ |
H A D | debug.h | 20 extern void debug_dma_map_sg(struct device *dev, struct scatterlist *sg, 70 static inline void debug_dma_map_sg(struct device *dev, struct scatterlist *sg, in debug_dma_map_sg() function
|
H A D | mapping.c | 205 debug_dma_map_sg(dev, sg, nents, ents, dir, attrs); in __dma_map_sg_attrs() 664 debug_dma_map_sg(dev, sgt->sgl, sgt->orig_nents, 1, dir, attrs); in dma_alloc_noncontiguous()
|
H A D | debug.c | 1301 void debug_dma_map_sg(struct device *dev, struct scatterlist *sg, in debug_dma_map_sg() function
|