Searched refs:dma_skip_sync (Results 1 – 3 of 3) sorted by relevance
251 if (unlikely(dev->dma_skip_sync)) in dma_reset_need_sync()252 dev->dma_skip_sync = false; in dma_reset_need_sync()
686 bool dma_skip_sync:1; member
374 return !dev->dma_skip_sync || IS_ENABLED(CONFIG_DMA_API_DEBUG); in dma_dev_need_sync()
Completed in 13 milliseconds