Lines Matching defs:mt76x02_dev
87 struct mt76x02_dev { struct
88 union { /* must be first */
93 struct mac_address macaddr_list[8];
95 struct mutex phy_mutex;
97 u8 txdone_seq;
99 spinlock_t txstatus_fifo_lock;
100 u32 tx_airtime;
101 u32 ampdu_ref;
103 struct sk_buff *rx_head;
105 struct delayed_work cal_work;
106 struct delayed_work wdt_work;
108 struct hrtimer pre_tbtt_timer;
109 struct work_struct pre_tbtt_work;
111 const struct mt76x02_beacon_ops *beacon_ops;
113 u8 beacon_data_count;
115 u8 tbtt_count;
117 u32 tx_hang_reset;
118 u8 tx_hang_check[4];
119 u8 beacon_hang_check;
120 u8 mcu_timeout;
122 struct mt76x02_rate_power rate_power;
124 struct mt76x02_calibration cal;
126 int txpower_conf;
127 s8 target_power;
151 int mt76x02_init_device(struct mt76x02_dev *dev); argument