Lines Matching defs:mt7615_dev
229 struct mt7615_dev { struct
230 union { /* must be first */
235 const struct mt76_bus_ops *bus_ops;
236 struct tasklet_struct irq_tasklet;
238 struct mt7615_phy phy;
239 u64 omac_mask;
241 u16 chainmask;
243 struct ieee80211_ops *ops;
244 const struct mt7615_mcu_ops *mcu_ops;
245 struct regmap *infracfg;
246 const u32 *reg_map;
248 struct work_struct mcu_work;
250 struct work_struct reset_work;
251 wait_queue_head_t reset_wait;
252 u32 reset_state;
254 struct list_head sta_poll_list;
255 spinlock_t sta_poll_lock;
257 struct {
262 } radar_pattern;
263 u32 hw_pattern;
265 bool fw_debug;
266 bool flash_eeprom;
267 bool dbdc_support;
269 u8 fw_ver;
271 struct work_struct rate_work;
272 struct list_head wrd_head;
274 u32 debugfs_rf_wf;
275 u32 debugfs_rf_reg;
277 u32 muar_mask;
279 struct mt76_connac_pm pm;
280 struct mt76_connac_coredump coredump;