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

/linux-4.4.14/drivers/dma/
H A Dzx296702_dma.c116 struct zx_dma_desc_sw *ds_run; member in struct:zx_dma_phy
209 c->phy->ds_run = ds; zx_dma_start_txd()
216 c->phy->ds_run = NULL; zx_dma_start_txd()
295 vchan_cyclic_callback(&p->ds_run->vd); zx_dma_int_handler()
297 vchan_cookie_complete(&p->ds_run->vd); zx_dma_int_handler()
298 p->ds_done = p->ds_run; zx_dma_int_handler()
360 } else if ((!p) || (!p->ds_run)) { zx_dma_tx_status()
363 struct zx_dma_desc_sw *ds = p->ds_run; zx_dma_tx_status()
685 p->ds_run = NULL; zx_dma_terminate_all()
H A Dk3dma.c90 struct k3_dma_desc_sw *ds_run; member in struct:k3_dma_phy
209 vchan_cookie_complete(&p->ds_run->vd); k3_dma_int_handler()
210 p->ds_done = p->ds_run; k3_dma_int_handler()
249 c->phy->ds_run = ds; k3_dma_start_txd()
256 c->phy->ds_run = NULL; k3_dma_start_txd()
355 } else if ((!p) || (!p->ds_run)) { k3_dma_tx_status()
358 struct k3_dma_desc_sw *ds = p->ds_run; k3_dma_tx_status()
590 p->ds_run = p->ds_done = NULL; k3_dma_terminate_all()

Completed in 66 milliseconds