Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/dma/
Dpch_dma.c311 static bool pdc_is_idle(struct pch_dma_chan *pd_chan) in pdc_is_idle() function
329 if (!pdc_is_idle(pd_chan)) { in pdc_dostart()
374 BUG_ON(!pdc_is_idle(pd_chan)); in pdc_complete_all()
504 if (!pdc_is_idle(pd_chan)) { in pd_alloc_chan_resources()
542 BUG_ON(!pdc_is_idle(pd_chan)); in pd_free_chan_resources()
567 if (pdc_is_idle(pd_chan)) { in pd_issue_pending()
686 if (!pdc_is_idle(pd_chan)) { in pdc_tasklet()