Searched refs:desc_completed (Results 1 – 9 of 9) sorted by relevance
| /drivers/dma/ |
| A D | virt-dma.h | 33 struct list_head desc_completed; member 107 list_add_tail(&vd->node, &vc->desc_completed); in vchan_cookie_complete() 193 list_splice_tail_init(&vc->desc_completed, head); in vchan_get_all_descriptors()
|
| A D | virt-dma.c | 91 list_splice_tail_init(&vc->desc_completed, &head); in vchan_complete() 131 INIT_LIST_HEAD(&vc->desc_completed); in vchan_init()
|
| A D | sun6i-dma.c | 930 list_add_tail(&vd->node, &vc->desc_completed); in sun6i_dma_terminate_all()
|
| /drivers/dma/sh/ |
| A D | shdma-base.c | 919 ops->desc_completed(schan, sdesc)) { in chan_irqt() 1000 !sdev->ops->desc_completed) in shdma_init()
|
| A D | shdmac.c | 654 .desc_completed = sh_dmae_desc_completed,
|
| /drivers/dma/mediatek/ |
| A D | mtk-cqdma.c | 595 WARN_ONCE(!list_empty(&cvc->vc.desc_completed), in mtk_cqdma_free_active_desc()
|
| A D | mtk-hsdma.c | 784 WARN_ONCE(!list_empty(&hvc->vc.desc_completed), in mtk_hsdma_free_active_desc()
|
| /drivers/dma/lgm/ |
| A D | lgm-dma.c | 1322 list_splice_tail_init(&vc->desc_completed, &head); in dma_work()
|
| /drivers/dma/ti/ |
| A D | k3-udma.c | 4056 list_splice_tail_init(&vc->desc_completed, &head); in udma_vchan_complete()
|
Completed in 52 milliseconds