Lines Matching refs:ds_run
95 struct k3_dma_desc_sw *ds_run; member
232 if (p->ds_run != NULL) { in k3_dma_int_handler()
233 vchan_cookie_complete(&p->ds_run->vd); in k3_dma_int_handler()
234 p->ds_done = p->ds_run; in k3_dma_int_handler()
235 p->ds_run = NULL; in k3_dma_int_handler()
241 if (p->ds_run != NULL) in k3_dma_int_handler()
242 vchan_cyclic_callback(&p->ds_run->vd); in k3_dma_int_handler()
277 if (c->phy->ds_run) in k3_dma_start_txd()
289 c->phy->ds_run = ds; in k3_dma_start_txd()
295 c->phy->ds_run = NULL; in k3_dma_start_txd()
401 } else if ((!p) || (!p->ds_run)) { in k3_dma_tx_status()
404 struct k3_dma_desc_sw *ds = p->ds_run; in k3_dma_tx_status()
744 if (p->ds_run) { in k3_dma_terminate_all()
745 vchan_terminate_vdesc(&p->ds_run->vd); in k3_dma_terminate_all()
746 p->ds_run = NULL; in k3_dma_terminate_all()