Searched refs:debug_dma_sync_sg_for_device (Results  1 – 4 of 4) sorted by relevance
| /linux-4.4.14/include/linux/ | 
| D | dma-debug.h | 82 extern void debug_dma_sync_sg_for_device(struct device *dev, 178 static inline void debug_dma_sync_sg_for_device(struct device *dev,  in debug_dma_sync_sg_for_device()  function
  | 
| /linux-4.4.14/arch/c6x/kernel/ | 
| D | dma.c | 139 	debug_dma_sync_sg_for_device(dev, sglist, nents, dir);  in dma_sync_sg_for_device()
  | 
| /linux-4.4.14/include/asm-generic/ | 
| D | dma-mapping-common.h | 176 	debug_dma_sync_sg_for_device(dev, sg, nelems, dir);  in dma_sync_sg_for_device()
  | 
| /linux-4.4.14/lib/ | 
| D | dma-debug.c | 1610 void debug_dma_sync_sg_for_device(struct device *dev, struct scatterlist *sg,  in debug_dma_sync_sg_for_device()  function 1640 EXPORT_SYMBOL(debug_dma_sync_sg_for_device);
  |