Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/dma/
Dvirt-dma.h30 struct list_head desc_allocated; member
70 list_add_tail(&vd->node, &vc->desc_allocated); in vchan_tx_prep()
117 list_add(&vd->node, &vc->desc_allocated); in vchan_vdesc_fini()
178 list_splice_tail_init(&vc->desc_allocated, head); in vchan_get_all_descriptors()
Dvirt-dma.c119 list_move_tail(&vd->node, &vc->desc_allocated); in vchan_dma_desc_free_list()
134 INIT_LIST_HEAD(&vc->desc_allocated); in vchan_init()
Dfsl-qdma.c214 int desc_allocated; member
337 fsl_qdma->desc_allocated--; in fsl_qdma_free_chan_resources()
1023 return fsl_qdma->desc_allocated; in fsl_qdma_alloc_chan_resources()
1056 fsl_qdma->desc_allocated++; in fsl_qdma_alloc_chan_resources()
1057 return fsl_qdma->desc_allocated; in fsl_qdma_alloc_chan_resources()
1122 fsl_qdma->desc_allocated = 0; in fsl_qdma_probe()
/Linux-v5.4/drivers/dma/mediatek/
Dmtk-cqdma.c562 list_splice_tail_init(&vc->desc_allocated, &head); in mtk_cqdma_free_inactive_desc()
Dmtk-hsdma.c745 list_splice_tail_init(&vc->desc_allocated, &head); in mtk_hsdma_free_inactive_desc()