Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/dma/
Dvirt-dma.h32 struct list_head desc_allocated; member
69 list_add_tail(&vd->node, &vc->desc_allocated); in vchan_tx_prep()
116 list_add(&vd->node, &vc->desc_allocated); in vchan_vdesc_fini()
177 list_splice_tail_init(&vc->desc_allocated, head); in vchan_get_all_descriptors()
Dvirt-dma.c122 list_move_tail(&vd->node, &vc->desc_allocated); in vchan_dma_desc_free_list()
137 INIT_LIST_HEAD(&vc->desc_allocated); in vchan_init()
/Linux-v4.19/drivers/dma/mediatek/
Dmtk-hsdma.c745 list_splice_tail_init(&vc->desc_allocated, &head); in mtk_hsdma_free_inactive_desc()