Home
last modified time | relevance | path

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

/openbmc/linux/drivers/dma/mediatek/
H A Dmtk-hsdma.c203 struct list_head desc_hw_processing; member
528 list_move_tail(&vd->node, &hvc->desc_hw_processing); in mtk_hsdma_issue_vchan_pending()
594 list_empty(&hvc->desc_hw_processing)) { in mtk_hsdma_free_rooms_in_ring()
665 list_for_each_entry(vd, &hvc->desc_hw_processing, node) in mtk_hsdma_find_active_desc()
766 if (!list_empty(&hvc->desc_hw_processing)) { in mtk_hsdma_free_active_desc()
778 WARN_ONCE(!list_empty(&hvc->desc_hw_processing), in mtk_hsdma_free_active_desc()
971 INIT_LIST_HEAD(&vc->desc_hw_processing); in mtk_hsdma_probe()