Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/dma/
Ddma-axi-dmac.c99 struct list_head active_descs; member
198 list_move_tail(&vdesc->node, &chan->active_descs); in axi_dmac_start_transfer()
236 return list_first_entry_or_null(&chan->active_descs, in axi_dmac_active_desc()
302 list_splice_tail_init(&chan->active_descs, &head); in axi_dmac_terminate_all()
587 INIT_LIST_HEAD(&dmac->chan.active_descs); in axi_dmac_probe()