Home
last modified time | relevance | path

Searched refs:pdc_is_idle (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/dma/
Dpch_dma.c315 static bool pdc_is_idle(struct pch_dma_chan *pd_chan) in pdc_is_idle() function
333 if (!pdc_is_idle(pd_chan)) { in pdc_dostart()
379 BUG_ON(!pdc_is_idle(pd_chan)); in pdc_complete_all()
512 if (!pdc_is_idle(pd_chan)) { in pd_alloc_chan_resources()
550 BUG_ON(!pdc_is_idle(pd_chan)); in pd_free_chan_resources()
575 if (pdc_is_idle(pd_chan)) { in pd_issue_pending()
694 if (!pdc_is_idle(pd_chan)) { in pdc_tasklet()