Searched defs:mtk_wed_device (Results 1 – 1 of 1) sorted by relevance
85 struct mtk_wed_device { struct87 const struct mtk_wed_ops *ops;88 struct device *dev;89 struct mtk_wed_hw *hw;90 bool init_done, running;91 int wdma_idx;92 int irq;93 u8 version;96 u32 rev_id;98 struct mtk_wed_ring tx_ring[MTK_WED_TX_QUEUES];[all …]