Searched refs:ld_active (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/drivers/dma/ |
| H A D | imx-dma.c | 151 struct list_head ld_active; member 224 if (!list_empty(&imxdmac->ld_active)) { in imxdma_chan_is_doing_cyclic() 413 if (list_empty(&imxdmac->ld_active)) { in dma_irq_handle_channel() 418 desc = list_first_entry(&imxdmac->ld_active, in dma_irq_handle_channel() 603 if (list_empty(&imxdmac->ld_active)) { in imxdma_tasklet() 625 list_move_tail(imxdmac->ld_active.next, &imxdmac->ld_free); in imxdma_tasklet() 630 list_move_tail(imxdmac->ld_queue.next, &imxdmac->ld_active); in imxdma_tasklet() 650 list_splice_tail_init(&imxdmac->ld_active, &imxdmac->ld_free); in imxdma_terminate_all() 986 if (list_empty(&imxdmac->ld_active) && in imxdma_issue_pending() 997 &imxdmac->ld_active); in imxdma_issue_pending() [all …]
|
| /linux-6.15/drivers/dma/sh/ |
| H A D | rz-dmac.c | 80 struct list_head ld_active; member 452 list_splice_tail_init(&channel->ld_active, &channel->ld_free); in rz_dmac_free_chan_resources() 541 list_splice_tail_init(&channel->ld_active, &channel->ld_free); in rz_dmac_terminate_all() 569 &channel->ld_active); in rz_dmac_issue_pending() 698 if (list_empty(&channel->ld_active)) { in rz_dmac_irq_handler_thread() 703 desc = list_first_entry(&channel->ld_active, struct rz_dmac_desc, node); in rz_dmac_irq_handler_thread() 705 list_move_tail(channel->ld_active.next, &channel->ld_free); in rz_dmac_irq_handler_thread() 711 list_move_tail(channel->ld_queue.next, &channel->ld_active); in rz_dmac_irq_handler_thread() 821 INIT_LIST_HEAD(&channel->ld_active); in rz_dmac_chan_probe()
|