Lines Matching defs:mtk_wed_device
79 struct mtk_wed_device { struct
81 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];
93 struct mtk_wed_ring rx_ring[MTK_WED_RX_QUEUES];
94 struct mtk_wed_ring txfree_ring;
95 struct mtk_wed_ring tx_wdma[MTK_WED_TX_QUEUES];
96 struct mtk_wed_ring rx_wdma[MTK_WED_RX_QUEUES];
98 struct {
103 } tx_buf_ring;
105 struct {
109 } rx_buf_ring;
111 struct {
115 } rro;
118 struct {
161 int (*attach)(struct mtk_wed_device *dev); argument