Lines Matching refs:ld_queue
63 list_for_each_entry(sdesc, &schan->ld_queue, node) in shdma_chan_xfer_ld_queue()
81 power_up = list_empty(&schan->ld_queue); in shdma_tx_submit()
105 list_move_tail(&chunk->node, &schan->ld_queue); in shdma_tx_submit()
138 list_for_each_entry_safe(chunk, c, &schan->ld_queue, node) { in shdma_tx_submit()
349 list_for_each_entry_safe(desc, _desc, &schan->ld_queue, node) { in __ld_cleanup()
423 if (list_empty(&schan->ld_queue)) { in __ld_cleanup()
440 list_splice_tail(&cyclic_list, &schan->ld_queue); in __ld_cleanup()
478 if (!list_empty(&schan->ld_queue)) in shdma_free_chan_resources()
775 if (ops->get_partial && !list_empty(&schan->ld_queue)) { in shdma_terminate_all()
777 struct shdma_desc *desc = list_first_entry(&schan->ld_queue, in shdma_terminate_all()
843 list_for_each_entry(sdesc, &schan->ld_queue, node) in shdma_tx_status()
876 list_splice_init(&schan->ld_queue, &dl); in shdma_reset()
929 list_for_each_entry(sdesc, &schan->ld_queue, node) { in chan_irqt()
977 INIT_LIST_HEAD(&schan->ld_queue); in shdma_chan_probe()