Lines Matching defs:mt7615_dev
247 struct mt7615_dev { struct
248 union { /* must be first */
253 const struct mt76_bus_ops *bus_ops;
254 struct tasklet_struct irq_tasklet;
256 struct mt7615_phy phy;
257 u32 omac_mask;
259 u16 chainmask;
261 struct ieee80211_ops *ops;
262 const struct mt7615_mcu_ops *mcu_ops;
263 struct regmap *infracfg;
264 const u32 *reg_map;
266 struct work_struct mcu_work;
268 struct work_struct reset_work;
269 wait_queue_head_t reset_wait;
270 u32 reset_state;
272 struct list_head sta_poll_list;
273 spinlock_t sta_poll_lock;
275 struct {
280 } radar_pattern;
281 u32 hw_pattern;
283 bool fw_debug;
284 bool flash_eeprom;
285 bool dbdc_support;
287 spinlock_t token_lock;
288 struct idr token;
290 u8 fw_ver;
292 struct work_struct wtbl_work;
293 struct list_head wd_head;
295 u32 debugfs_rf_wf;
296 u32 debugfs_rf_reg;
299 struct {
306 } test;
309 struct {
324 } pm;