Lines Matching refs:list_empty
178 if (!list_empty(&schan->queued)) in sirfsoc_dma_irq()
209 if (!list_empty(&schan->completed)) { in sirfsoc_dma_process_completed()
428 BUG_ON(!list_empty(&schan->prepared)); in sirfsoc_dma_free_chan_resources()
429 BUG_ON(!list_empty(&schan->queued)); in sirfsoc_dma_free_chan_resources()
430 BUG_ON(!list_empty(&schan->active)); in sirfsoc_dma_free_chan_resources()
431 BUG_ON(!list_empty(&schan->completed)); in sirfsoc_dma_free_chan_resources()
453 if (list_empty(&schan->active) && !list_empty(&schan->queued)) in sirfsoc_dma_issue_pending()
509 if (!list_empty(&schan->free)) { in sirfsoc_dma_prep_interleaved()
585 if (!list_empty(&schan->free)) { in sirfsoc_dma_prep_cyclic()
836 if (list_empty(&schan->active)) in sirfsoc_dma_pm_suspend()
869 if (list_empty(&schan->active)) in sirfsoc_dma_pm_resume()