Lines Matching defs:mt76x02_dev
75 struct mt76x02_dev { struct
76 union { /* must be first */
81 struct mac_address macaddr_list[8];
83 struct mutex phy_mutex;
85 u8 txdone_seq;
87 spinlock_t txstatus_fifo_lock;
88 u32 tx_airtime;
89 u32 ampdu_ref;
91 struct sk_buff *rx_head;
93 struct delayed_work cal_work;
94 struct delayed_work wdt_work;
96 struct hrtimer pre_tbtt_timer;
97 struct work_struct pre_tbtt_work;
99 const struct mt76x02_beacon_ops *beacon_ops;
101 u8 beacon_data_count;
103 u8 tbtt_count;
105 u32 tx_hang_reset;
106 u8 tx_hang_check[4];
107 u8 beacon_hang_check;
108 u8 mcu_timeout;
110 struct mt76x02_calibration cal;
112 int txpower_conf;
113 s8 target_power;
137 int mt76x02_init_device(struct mt76x02_dev *dev); argument