Lines Matching refs:mt76_phy

42 struct mt76_phy;
442 void (*update_survey)(struct mt76_phy *phy);
640 int (*set_state)(struct mt76_phy *phy, enum mt76_testmode_state state);
641 int (*set_params)(struct mt76_phy *phy, struct nlattr **tb,
643 int (*dump_stats)(struct mt76_phy *phy, struct sk_buff *msg);
696 struct mt76_phy { struct
750 struct mt76_phy phy; /* must be first */ argument
751 struct mt76_phy *phys[__MT_MAX_BAND];
960 void mt76_unregister_phy(struct mt76_phy *phy);
962 struct mt76_phy *mt76_alloc_phy(struct mt76_dev *dev, unsigned int size,
965 int mt76_register_phy(struct mt76_phy *phy, bool vht,
968 struct dentry *mt76_register_debugfs_fops(struct mt76_phy *phy,
980 void mt76_eeprom_override(struct mt76_phy *phy);
986 u16 mt76_calculate_default_rate(struct mt76_phy *phy, int rateidx);
987 static inline int mt76_init_tx_queue(struct mt76_phy *phy, int qid, int idx, in mt76_init_tx_queue()
1015 static inline struct mt76_phy *
1126 static inline bool mt76_testmode_enabled(struct mt76_phy *phy) in mt76_testmode_enabled()
1143 struct mt76_phy *phy = dev->phys[i]; in mt76_is_testmode_skb()
1157 void mt76_tx(struct mt76_phy *dev, struct ieee80211_sta *sta,
1160 void mt76_stop_tx_queues(struct mt76_phy *phy, struct ieee80211_sta *sta,
1163 void mt76_txq_schedule(struct mt76_phy *phy, enum mt76_txq_id qid);
1164 void mt76_txq_schedule_all(struct mt76_phy *phy);
1172 bool mt76_has_tx_pending(struct mt76_phy *phy);
1173 void mt76_set_channel(struct mt76_phy *phy);
1174 void mt76_update_survey(struct mt76_phy *phy);
1175 void mt76_update_survey_active_time(struct mt76_phy *phy, ktime_t time);
1179 void mt76_set_stream_caps(struct mt76_phy *phy, bool vht);
1224 int mt76_get_sar_power(struct mt76_phy *phy,
1241 enum mt76_dfs_state mt76_phy_dfs_state(struct mt76_phy *phy);
1246 int mt76_testmode_set_state(struct mt76_phy *phy, enum mt76_testmode_state state);
1247 int mt76_testmode_alloc_skb(struct mt76_phy *phy, u32 len);
1249 static inline void mt76_testmode_reset(struct mt76_phy *phy, bool disable) in mt76_testmode_reset()
1284 void mt76_testmode_tx_pending(struct mt76_phy *phy);
1415 s8 mt76_get_rate_power_limits(struct mt76_phy *phy,