Lines Matching refs:ds_run
94 struct k3_dma_desc_sw *ds_run; member
230 if (p->ds_run != NULL) { in k3_dma_int_handler()
231 vchan_cookie_complete(&p->ds_run->vd); in k3_dma_int_handler()
232 p->ds_done = p->ds_run; in k3_dma_int_handler()
233 p->ds_run = NULL; in k3_dma_int_handler()
239 if (p->ds_run != NULL) in k3_dma_int_handler()
240 vchan_cyclic_callback(&p->ds_run->vd); in k3_dma_int_handler()
275 if (c->phy->ds_run) in k3_dma_start_txd()
287 c->phy->ds_run = ds; in k3_dma_start_txd()
293 c->phy->ds_run = NULL; in k3_dma_start_txd()
399 } else if ((!p) || (!p->ds_run)) { in k3_dma_tx_status()
402 struct k3_dma_desc_sw *ds = p->ds_run; in k3_dma_tx_status()
737 if (p->ds_run) { in k3_dma_terminate_all()
738 vchan_terminate_vdesc(&p->ds_run->vd); in k3_dma_terminate_all()
739 p->ds_run = NULL; in k3_dma_terminate_all()