Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/dma/
Ddma-axi-dmac.c146 struct list_head active_descs; member
248 list_move_tail(&vdesc->node, &chan->active_descs); in axi_dmac_start_transfer()
314 return list_first_entry_or_null(&chan->active_descs, in axi_dmac_active_desc()
340 list_for_each_entry(desc, &chan->active_descs, vdesc.node) { in axi_dmac_dequeue_partial_xfers()
497 list_splice_tail_init(&chan->active_descs, &head); in axi_dmac_terminate_all()
1091 INIT_LIST_HEAD(&dmac->chan.active_descs); in axi_dmac_probe()