desc_allocated    214 drivers/dma/fsl-qdma.c 	int			desc_allocated;
desc_allocated    337 drivers/dma/fsl-qdma.c 	fsl_qdma->desc_allocated--;
desc_allocated   1023 drivers/dma/fsl-qdma.c 		return fsl_qdma->desc_allocated;
desc_allocated   1056 drivers/dma/fsl-qdma.c 	fsl_qdma->desc_allocated++;
desc_allocated   1057 drivers/dma/fsl-qdma.c 	return fsl_qdma->desc_allocated;
desc_allocated   1122 drivers/dma/fsl-qdma.c 	fsl_qdma->desc_allocated = 0;
desc_allocated    562 drivers/dma/mediatek/mtk-cqdma.c 	list_splice_tail_init(&vc->desc_allocated, &head);
desc_allocated    745 drivers/dma/mediatek/mtk-hsdma.c 	list_splice_tail_init(&vc->desc_allocated, &head);
desc_allocated    118 drivers/dma/virt-dma.c 			list_move_tail(&vd->node, &vc->desc_allocated);
desc_allocated    133 drivers/dma/virt-dma.c 	INIT_LIST_HEAD(&vc->desc_allocated);
desc_allocated     30 drivers/dma/virt-dma.h 	struct list_head desc_allocated;
desc_allocated     70 drivers/dma/virt-dma.h 	list_add_tail(&vd->node, &vc->desc_allocated);
desc_allocated    117 drivers/dma/virt-dma.h 		list_add(&vd->node, &vc->desc_allocated);
desc_allocated    178 drivers/dma/virt-dma.h 	list_splice_tail_init(&vc->desc_allocated, head);