Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/dma/
Dk3dma.c95 struct k3_dma_desc_sw *ds_run; member
232 vchan_cookie_complete(&p->ds_run->vd); in k3_dma_int_handler()
233 p->ds_done = p->ds_run; in k3_dma_int_handler()
234 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()
283 c->phy->ds_run = ds; in k3_dma_start_txd()
289 c->phy->ds_run = NULL; in k3_dma_start_txd()
395 } else if ((!p) || (!p->ds_run)) { in k3_dma_tx_status()
398 struct k3_dma_desc_sw *ds = p->ds_run; in k3_dma_tx_status()
[all …]
Dzx_dma.c113 struct zx_dma_desc_sw *ds_run; member
206 c->phy->ds_run = ds; in zx_dma_start_txd()
213 c->phy->ds_run = NULL; in zx_dma_start_txd()
292 vchan_cyclic_callback(&p->ds_run->vd); in zx_dma_int_handler()
294 vchan_cookie_complete(&p->ds_run->vd); in zx_dma_int_handler()
295 p->ds_done = p->ds_run; in zx_dma_int_handler()
357 } else if ((!p) || (!p->ds_run)) { in zx_dma_tx_status()
360 struct zx_dma_desc_sw *ds = p->ds_run; in zx_dma_tx_status()
682 p->ds_run = NULL; in zx_dma_terminate_all()