Searched refs:ld_running (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/ |
H A D | fsldma.c | 530 * ld_running to ld_completed 600 list_splice_tail_init(&chan->ld_pending, &chan->ld_running); in fsl_chan_xfer_ld_queue() 645 list_for_each_entry_safe(desc, _desc, &chan->ld_running, node) { in fsldma_cleanup_descriptors() 750 fsldma_free_desc_list(chan, &chan->ld_running); in fsl_dma_free_chan_resources() 839 fsldma_free_desc_list(chan, &chan->ld_running); in fsl_dma_device_terminate_all() 1176 INIT_LIST_HEAD(&chan->ld_running); in fsl_dma_chan_probe()
|
H A D | xgene-dma.c | 258 * @ld_running: descriptors which are currently being executing by the hardware 280 struct list_head ld_running; member 563 * ld_running to ld_completed 673 list_move_tail(&desc_sw->node, &chan->ld_running); in xgene_chan_xfer_ld_pending() 702 list_for_each_entry_safe(desc_sw, _desc_sw, &chan->ld_running, node) { in xgene_dma_cleanup_descriptors() 827 xgene_dma_free_desc_list(chan, &chan->ld_running); in xgene_dma_free_chan_resources() 1540 INIT_LIST_HEAD(&chan->ld_running); in xgene_dma_async_register()
|
H A D | fsldma.h | 163 struct list_head ld_running; member
|
/kernel/linux/linux-6.6/drivers/dma/ |
H A D | fsldma.c | 531 * ld_running to ld_completed 601 list_splice_tail_init(&chan->ld_pending, &chan->ld_running); in fsl_chan_xfer_ld_queue() 646 list_for_each_entry_safe(desc, _desc, &chan->ld_running, node) { in fsldma_cleanup_descriptors() 751 fsldma_free_desc_list(chan, &chan->ld_running); in fsl_dma_free_chan_resources() 840 fsldma_free_desc_list(chan, &chan->ld_running); in fsl_dma_device_terminate_all() 1177 INIT_LIST_HEAD(&chan->ld_running); in fsl_dma_chan_probe()
|
H A D | xgene-dma.c | 259 * @ld_running: descriptors which are currently being executing by the hardware 281 struct list_head ld_running; member 564 * ld_running to ld_completed 674 list_move_tail(&desc_sw->node, &chan->ld_running); in xgene_chan_xfer_ld_pending() 703 list_for_each_entry_safe(desc_sw, _desc_sw, &chan->ld_running, node) { in xgene_dma_cleanup_descriptors() 828 xgene_dma_free_desc_list(chan, &chan->ld_running); in xgene_dma_free_chan_resources() 1541 INIT_LIST_HEAD(&chan->ld_running); in xgene_dma_async_register()
|
H A D | fsldma.h | 163 struct list_head ld_running; member
|
Completed in 11 milliseconds