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()
336 list_for_each_entry_safe(desc, _desc, &schan->ld_queue, node) { in __ld_cleanup()
410 if (list_empty(&schan->ld_queue)) { in __ld_cleanup()
427 list_splice_tail(&cyclic_list, &schan->ld_queue); in __ld_cleanup()
465 if (!list_empty(&schan->ld_queue)) in shdma_free_chan_resources()
763 if (ops->get_partial && !list_empty(&schan->ld_queue)) { in shdma_terminate_all()
765 struct shdma_desc *desc = list_first_entry(&schan->ld_queue, in shdma_terminate_all()
831 list_for_each_entry(sdesc, &schan->ld_queue, node) in shdma_tx_status()
864 list_splice_init(&schan->ld_queue, &dl); in shdma_reset()
917 list_for_each_entry(sdesc, &schan->ld_queue, node) { in chan_irqt()
965 INIT_LIST_HEAD(&schan->ld_queue); in shdma_chan_probe()