Lines Matching defs:mtk_wed_device
78 struct mtk_wed_device { struct
80 const struct mtk_wed_ops *ops;
81 struct device *dev;
82 struct mtk_wed_hw *hw;
83 bool init_done, running;
84 int wdma_idx;
85 int irq;
86 u8 version;
89 u32 rev_id;
91 struct mtk_wed_ring tx_ring[MTK_WED_TX_QUEUES];
92 struct mtk_wed_ring rx_ring[MTK_WED_RX_QUEUES];
93 struct mtk_wed_ring txfree_ring;
94 struct mtk_wed_ring tx_wdma[MTK_WED_TX_QUEUES];
95 struct mtk_wed_ring rx_wdma[MTK_WED_RX_QUEUES];
97 struct {
102 } tx_buf_ring;
104 struct {
108 } rx_buf_ring;
110 struct {
114 } rro;
117 struct {
160 int (*attach)(struct mtk_wed_device *dev); argument