Searched refs:cvc (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/mediatek/ |
H A D | mtk-cqdma.c | 266 static void mtk_cqdma_issue_vchan_pending(struct mtk_cqdma_vchan *cvc) in mtk_cqdma_issue_vchan_pending() argument 269 struct mtk_cqdma_pchan *pc = cvc->pc; in mtk_cqdma_issue_vchan_pending() 273 lockdep_assert_held(&cvc->vc.lock); in mtk_cqdma_issue_vchan_pending() 276 list_for_each_entry_safe(vd, vd2, &cvc->vc.desc_issued, node) { in mtk_cqdma_issue_vchan_pending() 299 static bool mtk_cqdma_is_vchan_active(struct mtk_cqdma_vchan *cvc) in mtk_cqdma_is_vchan_active() argument 303 list_for_each_entry(cvd, &cvc->pc->queue, node) in mtk_cqdma_is_vchan_active() 304 if (cvc == to_cqdma_vchan(cvd->ch)) in mtk_cqdma_is_vchan_active() 316 struct mtk_cqdma_vchan *cvc; in mtk_cqdma_consume_work_queue() local 325 cvc = to_cqdma_vchan(cvd->ch); in mtk_cqdma_consume_work_queue() 334 spin_lock(&cvc in mtk_cqdma_consume_work_queue() 422 struct mtk_cqdma_vchan *cvc = to_cqdma_vchan(c); mtk_cqdma_find_active_desc() local 445 struct mtk_cqdma_vchan *cvc = to_cqdma_vchan(c); mtk_cqdma_tx_status() local 472 struct mtk_cqdma_vchan *cvc = to_cqdma_vchan(c); mtk_cqdma_issue_pending() local 573 struct mtk_cqdma_vchan *cvc = to_cqdma_vchan(c); mtk_cqdma_free_active_desc() local 660 struct mtk_cqdma_vchan *cvc = to_cqdma_vchan(c); mtk_cqdma_free_chan_resources() local [all...] |
/kernel/linux/linux-6.6/drivers/dma/mediatek/ |
H A D | mtk-cqdma.c | 265 static void mtk_cqdma_issue_vchan_pending(struct mtk_cqdma_vchan *cvc) in mtk_cqdma_issue_vchan_pending() argument 268 struct mtk_cqdma_pchan *pc = cvc->pc; in mtk_cqdma_issue_vchan_pending() 272 lockdep_assert_held(&cvc->vc.lock); in mtk_cqdma_issue_vchan_pending() 275 list_for_each_entry_safe(vd, vd2, &cvc->vc.desc_issued, node) { in mtk_cqdma_issue_vchan_pending() 298 static bool mtk_cqdma_is_vchan_active(struct mtk_cqdma_vchan *cvc) in mtk_cqdma_is_vchan_active() argument 302 list_for_each_entry(cvd, &cvc->pc->queue, node) in mtk_cqdma_is_vchan_active() 303 if (cvc == to_cqdma_vchan(cvd->ch)) in mtk_cqdma_is_vchan_active() 315 struct mtk_cqdma_vchan *cvc; in mtk_cqdma_consume_work_queue() local 324 cvc = to_cqdma_vchan(cvd->ch); in mtk_cqdma_consume_work_queue() 333 spin_lock(&cvc in mtk_cqdma_consume_work_queue() 421 struct mtk_cqdma_vchan *cvc = to_cqdma_vchan(c); mtk_cqdma_find_active_desc() local 444 struct mtk_cqdma_vchan *cvc = to_cqdma_vchan(c); mtk_cqdma_tx_status() local 471 struct mtk_cqdma_vchan *cvc = to_cqdma_vchan(c); mtk_cqdma_issue_pending() local 572 struct mtk_cqdma_vchan *cvc = to_cqdma_vchan(c); mtk_cqdma_free_active_desc() local 659 struct mtk_cqdma_vchan *cvc = to_cqdma_vchan(c); mtk_cqdma_free_chan_resources() local [all...] |
Completed in 3 milliseconds