Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/dma/
A Dvirt-dma.h30 struct list_head desc_allocated; member
70 list_add_tail(&vd->node, &vc->desc_allocated); in vchan_tx_prep()
120 list_add(&vd->node, &vc->desc_allocated); in vchan_vdesc_fini()
180 list_splice_tail_init(&vc->desc_allocated, head); in vchan_get_all_descriptors()
A Dfsl-qdma.c225 int desc_allocated; member
349 fsl_qdma->desc_allocated--; in fsl_qdma_free_chan_resources()
1074 return fsl_qdma->desc_allocated; in fsl_qdma_alloc_chan_resources()
1107 fsl_qdma->desc_allocated++; in fsl_qdma_alloc_chan_resources()
1108 return fsl_qdma->desc_allocated; in fsl_qdma_alloc_chan_resources()
1172 fsl_qdma->desc_allocated = 0; in fsl_qdma_probe()
A Dvirt-dma.c128 INIT_LIST_HEAD(&vc->desc_allocated); in vchan_init()
/linux-6.3-rc2/drivers/dma/fsl-dpaa2-qdma/
A Ddpaa2-qdma.h104 int desc_allocated; member
A Ddpaa2-qdma.c54 return dpaa2_qdma->desc_allocated++; in dpaa2_qdma_alloc_chan_resources()
83 dpaa2_qdma->desc_allocated--; in dpaa2_qdma_free_chan_resources()
717 dpaa2_qdma->desc_allocated = 0; in dpaa2_qdma_probe()
/linux-6.3-rc2/drivers/dma/mediatek/
A Dmtk-cqdma.c562 list_splice_tail_init(&vc->desc_allocated, &head); in mtk_cqdma_free_inactive_desc()
A Dmtk-hsdma.c745 list_splice_tail_init(&vc->desc_allocated, &head); in mtk_hsdma_free_inactive_desc()

Completed in 19 milliseconds