Lines Matching defs:mt7615_dev
241 struct mt7615_dev { struct
242 union { /* must be first */
247 const struct mt76_bus_ops *bus_ops;
248 struct tasklet_struct irq_tasklet;
250 struct mt7615_phy phy;
251 u64 omac_mask;
253 u16 chainmask;
255 struct ieee80211_ops *ops;
256 const struct mt7615_mcu_ops *mcu_ops;
257 struct regmap *infracfg;
258 const u32 *reg_map;
260 struct work_struct mcu_work;
262 struct work_struct reset_work;
263 wait_queue_head_t reset_wait;
264 u32 reset_state;
266 struct list_head sta_poll_list;
267 spinlock_t sta_poll_lock;
269 struct {
274 } radar_pattern;
275 u32 hw_pattern;
277 bool fw_debug;
278 bool flash_eeprom;
279 bool dbdc_support;
281 u8 fw_ver;
283 struct work_struct rate_work;
284 struct list_head wrd_head;
286 u32 debugfs_rf_wf;
287 u32 debugfs_rf_reg;
289 u32 muar_mask;
291 struct mt76_connac_pm pm;
292 struct mt76_connac_coredump coredump;