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 mt7615_phy phy;
249 u64 omac_mask;
251 u16 chainmask;
253 struct ieee80211_ops *ops;
254 const struct mt7615_mcu_ops *mcu_ops;
255 struct regmap *infracfg;
256 const u32 *reg_map;
258 struct work_struct mcu_work;
260 struct work_struct reset_work;
261 wait_queue_head_t reset_wait;
262 u32 reset_state;
264 struct {
269 } radar_pattern;
270 u32 hw_pattern;
272 bool fw_debug;
273 bool flash_eeprom;
274 bool dbdc_support;
276 u8 fw_ver;
278 struct work_struct rate_work;
279 struct list_head wrd_head;
281 u32 debugfs_rf_wf;
282 u32 debugfs_rf_reg;
284 u32 muar_mask;
286 struct mt76_connac_pm pm;
287 struct mt76_connac_coredump coredump;