ds_run             95 drivers/dma/k3dma.c 	struct k3_dma_desc_sw	*ds_run;
ds_run            232 drivers/dma/k3dma.c 				if (p->ds_run != NULL) {
ds_run            233 drivers/dma/k3dma.c 					vchan_cookie_complete(&p->ds_run->vd);
ds_run            234 drivers/dma/k3dma.c 					p->ds_done = p->ds_run;
ds_run            235 drivers/dma/k3dma.c 					p->ds_run = NULL;
ds_run            241 drivers/dma/k3dma.c 				if (p->ds_run != NULL)
ds_run            242 drivers/dma/k3dma.c 					vchan_cyclic_callback(&p->ds_run->vd);
ds_run            277 drivers/dma/k3dma.c 	if (c->phy->ds_run)
ds_run            289 drivers/dma/k3dma.c 		c->phy->ds_run = ds;
ds_run            295 drivers/dma/k3dma.c 	c->phy->ds_run = NULL;
ds_run            401 drivers/dma/k3dma.c 	} else if ((!p) || (!p->ds_run)) {
ds_run            404 drivers/dma/k3dma.c 		struct k3_dma_desc_sw *ds = p->ds_run;
ds_run            744 drivers/dma/k3dma.c 		if (p->ds_run) {
ds_run            745 drivers/dma/k3dma.c 			vchan_terminate_vdesc(&p->ds_run->vd);
ds_run            746 drivers/dma/k3dma.c 			p->ds_run = NULL;
ds_run            113 drivers/dma/zx_dma.c 	struct zx_dma_desc_sw	*ds_run;
ds_run            206 drivers/dma/zx_dma.c 		c->phy->ds_run = ds;
ds_run            213 drivers/dma/zx_dma.c 	c->phy->ds_run = NULL;
ds_run            292 drivers/dma/zx_dma.c 				vchan_cyclic_callback(&p->ds_run->vd);
ds_run            294 drivers/dma/zx_dma.c 				vchan_cookie_complete(&p->ds_run->vd);
ds_run            295 drivers/dma/zx_dma.c 				p->ds_done = p->ds_run;
ds_run            357 drivers/dma/zx_dma.c 	} else if ((!p) || (!p->ds_run)) {
ds_run            360 drivers/dma/zx_dma.c 		struct zx_dma_desc_sw *ds = p->ds_run;
ds_run            682 drivers/dma/zx_dma.c 		p->ds_run = NULL;