Searched refs:ld_running (Results 1 – 3 of 3) sorted by relevance
/drivers/dma/ |
D | fsldma.c | 602 list_splice_tail_init(&chan->ld_pending, &chan->ld_running); in fsl_chan_xfer_ld_queue() 647 list_for_each_entry_safe(desc, _desc, &chan->ld_running, node) { in fsldma_cleanup_descriptors() 752 fsldma_free_desc_list(chan, &chan->ld_running); in fsl_dma_free_chan_resources() 957 fsldma_free_desc_list(chan, &chan->ld_running); in fsl_dma_device_terminate_all() 1293 INIT_LIST_HEAD(&chan->ld_running); in fsl_dma_chan_probe()
|
D | xgene-dma.c | 292 struct list_head ld_running; member 730 list_move_tail(&desc_sw->node, &chan->ld_running); in xgene_chan_xfer_ld_pending() 759 list_for_each_entry_safe(desc_sw, _desc_sw, &chan->ld_running, node) { in xgene_dma_cleanup_descriptors() 884 xgene_dma_free_desc_list(chan, &chan->ld_running); in xgene_dma_free_chan_resources() 1707 INIT_LIST_HEAD(&chan->ld_running); in xgene_dma_async_register()
|
D | fsldma.h | 164 struct list_head ld_running; member
|