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()
448 BUG_ON(!list_empty(&schan->prepared)); in sirfsoc_dma_free_chan_resources()
449 BUG_ON(!list_empty(&schan->queued)); in sirfsoc_dma_free_chan_resources()
450 BUG_ON(!list_empty(&schan->active)); in sirfsoc_dma_free_chan_resources()
451 BUG_ON(!list_empty(&schan->completed)); in sirfsoc_dma_free_chan_resources()
473 if (list_empty(&schan->active) && !list_empty(&schan->queued)) in sirfsoc_dma_issue_pending()
529 if (!list_empty(&schan->free)) { in sirfsoc_dma_prep_interleaved()
605 if (!list_empty(&schan->free)) { in sirfsoc_dma_prep_cyclic()
863 if (list_empty(&schan->active)) in sirfsoc_dma_pm_suspend()
896 if (list_empty(&schan->active)) in sirfsoc_dma_pm_resume()