Lines Matching defs:mt7915_dev
243 struct mt7915_dev { struct
244 union { /* must be first */
249 struct mt7915_hif *hif2;
251 const struct mt76_bus_ops *bus_ops;
252 struct tasklet_struct irq_tasklet;
253 struct mt7915_phy phy;
255 u16 chainmask;
256 u32 hif_idx;
258 struct work_struct init_work;
259 struct work_struct rc_work;
260 struct work_struct reset_work;
261 wait_queue_head_t reset_wait;
262 u32 reset_state;
264 struct list_head sta_rc_list;
265 struct list_head sta_poll_list;
266 struct list_head twt_list;
267 spinlock_t sta_poll_lock;
269 u32 hw_pattern;
271 bool dbdc_support;
272 bool flash_mode;
273 bool ibf;
274 u8 fw_debug_wm;
275 u8 fw_debug_wa;
277 void *cal;
279 struct {
282 } twt;