Searched defs:mtk_wed_device (Results 1 – 1 of 1) sorted by relevance
79 struct mtk_wed_device { struct81 const struct mtk_wed_ops *ops;82 struct device *dev;83 struct mtk_wed_hw *hw;84 bool init_done, running;85 int wdma_idx;86 int irq;87 u8 version;90 u32 rev_id;92 struct mtk_wed_ring tx_ring[MTK_WED_TX_QUEUES];[all …]