Home
last modified time | relevance | path

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

/linux-4.4.14/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()
375 BUG_ON(!pdc_is_idle(pd_chan)); in pdc_complete_all()
508 if (!pdc_is_idle(pd_chan)) { in pd_alloc_chan_resources()
546 BUG_ON(!pdc_is_idle(pd_chan)); in pd_free_chan_resources()
571 if (pdc_is_idle(pd_chan)) { in pd_issue_pending()
690 if (!pdc_is_idle(pd_chan)) { in pdc_tasklet()