Lines Matching refs:list_empty
269 while (!list_empty(&mchan->queued)) { in mpc_dma_execute()
279 if (list_empty(&mchan->active)) in mpc_dma_execute()
348 if (!list_empty(&mchan->queued)) in mpc_dma_irq_process()
398 if (!list_empty(&mchan->completed)) in mpc_dma_process_completed()
402 if (list_empty(&list)) in mpc_dma_process_completed()
488 if (list_empty(&mchan->active)) in mpc_dma_tx_submit()
570 BUG_ON(!list_empty(&mchan->prepared)); in mpc_dma_free_chan_resources()
571 BUG_ON(!list_empty(&mchan->queued)); in mpc_dma_free_chan_resources()
572 BUG_ON(!list_empty(&mchan->active)); in mpc_dma_free_chan_resources()
573 BUG_ON(!list_empty(&mchan->completed)); in mpc_dma_free_chan_resources()
625 if (!list_empty(&mchan->free)) { in mpc_dma_prep_memcpy()