Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/dma/
H A Ddma-axi-dmac.c123 struct list_head active_descs; member
222 list_move_tail(&vdesc->node, &chan->active_descs); in axi_dmac_start_transfer()
277 return list_first_entry_or_null(&chan->active_descs, in axi_dmac_active_desc()
303 list_for_each_entry(desc, &chan->active_descs, vdesc.node) { in axi_dmac_dequeue_partial_xfers()
446 list_splice_tail_init(&chan->active_descs, &head); in axi_dmac_terminate_all()
947 INIT_LIST_HEAD(&dmac->chan.active_descs); in axi_dmac_probe()
/kernel/linux/linux-6.6/drivers/dma/
H A Ddma-axi-dmac.c127 struct list_head active_descs; member
226 list_move_tail(&vdesc->node, &chan->active_descs); in axi_dmac_start_transfer()
281 return list_first_entry_or_null(&chan->active_descs, in axi_dmac_active_desc()
307 list_for_each_entry(desc, &chan->active_descs, vdesc.node) { in axi_dmac_dequeue_partial_xfers()
450 list_splice_tail_init(&chan->active_descs, &head); in axi_dmac_terminate_all()
949 INIT_LIST_HEAD(&dmac->chan.active_descs); in axi_dmac_probe()

Completed in 4 milliseconds