Home
last modified time | relevance | path

Searched refs:ld_pending (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/dma/
H A Dfsldma.c385 struct fsl_desc_sw *tail = to_fsl_desc(chan->ld_pending.prev); in append_ld_queue()
387 if (list_empty(&chan->ld_pending)) in append_ld_queue()
404 list_splice_tail_init(&desc->tx_list, &chan->ld_pending); in append_ld_queue()
575 if (list_empty(&chan->ld_pending)) { in fsl_chan_xfer_ld_queue()
600 desc = list_first_entry(&chan->ld_pending, struct fsl_desc_sw, node); in fsl_chan_xfer_ld_queue()
601 list_splice_tail_init(&chan->ld_pending, &chan->ld_running); in fsl_chan_xfer_ld_queue()
750 fsldma_free_desc_list(chan, &chan->ld_pending); in fsl_dma_free_chan_resources()
839 fsldma_free_desc_list(chan, &chan->ld_pending); in fsl_dma_device_terminate_all()
1176 INIT_LIST_HEAD(&chan->ld_pending); in fsl_dma_chan_probe()
H A Dfsldma.h160 struct list_head ld_pending; member