Home
last modified time | relevance | path

Searched defs:mtk_wed_device (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/include/linux/soc/mediatek/
Dmtk_wed.h29 struct mtk_wed_device { struct
31 const struct mtk_wed_ops *ops;
32 struct device *dev;
33 struct mtk_wed_hw *hw;
34 bool init_done, running;
35 int wdma_idx;
36 int irq;
38 struct mtk_wed_ring tx_ring[MTK_WED_TX_QUEUES];
39 struct mtk_wed_ring txfree_ring;
40 struct mtk_wed_ring tx_wdma[MTK_WED_TX_QUEUES];
[all …]