Home
last modified time | relevance | path

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

/linux/drivers/dma/
H A Dpch_dma.c298 static bool pdc_is_idle(struct pch_dma_chan *pd_chan) in pdc_is_idle() function
316 if (!pdc_is_idle(pd_chan)) { in pdc_dostart()
361 BUG_ON(!pdc_is_idle(pd_chan)); in pdc_complete_all()
491 if (!pdc_is_idle(pd_chan)) { in pd_alloc_chan_resources()
529 BUG_ON(!pdc_is_idle(pd_chan)); in pd_free_chan_resources()
554 if (pdc_is_idle(pd_chan)) { in pd_issue_pending()
673 if (!pdc_is_idle(pd_chan)) { in pdc_tasklet()