Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/dma/
H A Dk3dma.c95 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()
276 /* Avoid losing track of ds_run if a transaction is in flight */ in k3_dma_start_txd()
277 if (c->phy->ds_run) in k3_dma_start_txd()
289 c->phy->ds_run in k3_dma_start_txd()
[all...]
H A 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()
290 vchan_cyclic_callback(&p->ds_run->vd); in zx_dma_int_handler()
292 vchan_cookie_complete(&p->ds_run->vd); in zx_dma_int_handler()
293 p->ds_done = p->ds_run; in zx_dma_int_handler()
355 } else if ((!p) || (!p->ds_run)) { in zx_dma_tx_status()
358 struct zx_dma_desc_sw *ds = p->ds_run; in zx_dma_tx_status()
680 p->ds_run = NULL; in zx_dma_terminate_all()
/kernel/linux/linux-6.6/drivers/dma/
H A Dk3dma.c95 struct k3_dma_desc_sw *ds_run; member
231 if (p->ds_run != NULL) { in k3_dma_int_handler()
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()
240 if (p->ds_run != NULL) in k3_dma_int_handler()
241 vchan_cyclic_callback(&p->ds_run->vd); in k3_dma_int_handler()
275 /* Avoid losing track of ds_run if a transaction is in flight */ in k3_dma_start_txd()
276 if (c->phy->ds_run) in k3_dma_start_txd()
288 c->phy->ds_run in k3_dma_start_txd()
[all...]

Completed in 5 milliseconds