Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/dma/
Dvirt-dma.h33 struct list_head desc_completed; member
103 list_add_tail(&vd->node, &vc->desc_completed); in vchan_cookie_complete()
183 list_splice_tail_init(&vc->desc_completed, head); in vchan_get_all_descriptors()
Dvirt-dma.c91 list_splice_tail_init(&vc->desc_completed, &head); in vchan_complete()
131 INIT_LIST_HEAD(&vc->desc_completed); in vchan_init()
Dsun6i-dma.c928 list_add_tail(&vd->node, &vc->desc_completed); in sun6i_dma_terminate_all()
/linux-6.1.9/include/linux/
Dshdma-base.h92 bool (*desc_completed)(struct shdma_chan *, struct shdma_desc *); member
/linux-6.1.9/drivers/dma/sh/
Dshdma-base.c919 ops->desc_completed(schan, sdesc)) { in chan_irqt()
1000 !sdev->ops->desc_completed) in shdma_init()
Dshdmac.c655 .desc_completed = sh_dmae_desc_completed,
/linux-6.1.9/drivers/dma/mediatek/
Dmtk-cqdma.c598 WARN_ONCE(!list_empty(&cvc->vc.desc_completed), in mtk_cqdma_free_active_desc()
Dmtk-hsdma.c785 WARN_ONCE(!list_empty(&hvc->vc.desc_completed), in mtk_hsdma_free_active_desc()
/linux-6.1.9/drivers/dma/lgm/
Dlgm-dma.c1322 list_splice_tail_init(&vc->desc_completed, &head); in dma_work()
/linux-6.1.9/drivers/dma/ti/
Dk3-udma.c4006 list_splice_tail_init(&vc->desc_completed, &head); in udma_vchan_complete()