Lines Matching defs:mt792x_dev
203 struct mt792x_dev { struct
204 union { /* must be first */
209 const struct mt76_bus_ops *bus_ops;
210 struct mt792x_phy phy;
212 struct work_struct reset_work;
213 bool hw_full_reset:1;
214 bool hw_init_done:1;
215 bool fw_assert:1;
216 bool has_eht:1;
217 bool regd_in_progress:1;
218 bool aspm_supported:1;
219 wait_queue_head_t wait;
221 struct work_struct init_work;
223 u8 fw_debug;
224 u8 fw_features;
226 struct mt76_connac_pm pm;
227 struct mt76_connac_coredump coredump;
228 const struct mt792x_hif_ops *hif_ops;
229 const struct mt792x_irq_map *irq_map;
231 struct work_struct ipv6_ns_work;
233 struct sk_buff_head ipv6_ns_list;
235 enum environment_cap country_ie_env;
236 u32 backup_l1;
237 u32 backup_l2;