Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/dma/
Dk3dma.c91 struct k3_dma_desc_sw *ds_run; member
210 vchan_cookie_complete(&p->ds_run->vd); in k3_dma_int_handler()
211 p->ds_done = p->ds_run; in k3_dma_int_handler()
250 c->phy->ds_run = ds; in k3_dma_start_txd()
257 c->phy->ds_run = NULL; in k3_dma_start_txd()
356 } else if ((!p) || (!p->ds_run)) { in k3_dma_tx_status()
359 struct k3_dma_desc_sw *ds = p->ds_run; in k3_dma_tx_status()
591 p->ds_run = p->ds_done = NULL; in k3_dma_terminate_all()