Lines Matching refs:ld_queue
66 list_for_each_entry(sdesc, &schan->ld_queue, node) in shdma_chan_xfer_ld_queue()
84 power_up = list_empty(&schan->ld_queue); in shdma_tx_submit()
108 list_move_tail(&chunk->node, &schan->ld_queue); in shdma_tx_submit()
338 list_for_each_entry_safe(desc, _desc, &schan->ld_queue, node) { in __ld_cleanup()
412 if (list_empty(&schan->ld_queue)) { in __ld_cleanup()
429 list_splice_tail(&cyclic_list, &schan->ld_queue); in __ld_cleanup()
468 if (!list_empty(&schan->ld_queue)) in shdma_free_chan_resources()
766 if (ops->get_partial && !list_empty(&schan->ld_queue)) { in shdma_terminate_all()
768 struct shdma_desc *desc = list_first_entry(&schan->ld_queue, in shdma_terminate_all()
842 list_for_each_entry(sdesc, &schan->ld_queue, node) in shdma_tx_status()
875 list_splice_init(&schan->ld_queue, &dl); in shdma_reset()
928 list_for_each_entry(sdesc, &schan->ld_queue, node) { in chan_irqt()
976 INIT_LIST_HEAD(&schan->ld_queue); in shdma_chan_probe()