Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/dma/
Ddma-axi-dmac.c103 struct list_head active_descs; member
202 list_move_tail(&vdesc->node, &chan->active_descs); in axi_dmac_start_transfer()
252 return list_first_entry_or_null(&chan->active_descs, in axi_dmac_active_desc()
336 list_splice_tail_init(&chan->active_descs, &head); in axi_dmac_terminate_all()
634 INIT_LIST_HEAD(&dmac->chan.active_descs); in axi_dmac_probe()