Lines Matching defs:mt7915_phy

173 	struct mt7915_phy *phy;
196 struct mt7915_phy {
255 struct mt7915_phy phy;
259 struct mt7915_phy *rdd2_phy;
356 static inline struct mt7915_phy *
372 static inline struct mt7915_phy *
422 struct mt7915_phy *phy);
427 int mt7915_dma_init(struct mt7915_dev *dev, struct mt7915_phy *phy2);
433 void mt7915_init_txpower(struct mt7915_phy *phy);
442 int mt7915_mcu_add_dev_info(struct mt7915_phy *phy,
444 int mt7915_mcu_add_bss_info(struct mt7915_phy *phy,
460 int mt7915_mcu_add_obss_spr(struct mt7915_phy *phy, struct ieee80211_vif *vif,
466 int mt7915_set_channel(struct mt7915_phy *phy);
467 int mt7915_mcu_set_chan_info(struct mt7915_phy *phy, int cmd);
482 int mt7915_mcu_set_sku_en(struct mt7915_phy *phy, bool enable);
483 int mt7915_mcu_set_txpower_sku(struct mt7915_phy *phy);
484 int mt7915_mcu_get_txpower_sku(struct mt7915_phy *phy, s8 *txpower, int len);
485 int mt7915_mcu_set_txpower_frame_min(struct mt7915_phy *phy, s8 txpower);
486 int mt7915_mcu_set_txpower_frame(struct mt7915_phy *phy,
497 int mt7915_mcu_apply_tx_dpd(struct mt7915_phy *phy);
498 int mt7915_mcu_get_chan_mib_info(struct mt7915_phy *phy, bool chan_switch);
499 int mt7915_mcu_get_temperature(struct mt7915_phy *phy);
500 int mt7915_mcu_set_thermal_throttling(struct mt7915_phy *phy, u8 state);
501 int mt7915_mcu_set_thermal_protect(struct mt7915_phy *phy);
502 int mt7915_mcu_get_rx_rate(struct mt7915_phy *phy, struct ieee80211_vif *vif,
504 int mt7915_mcu_rdd_background_enable(struct mt7915_phy *phy,
551 void mt7915_mac_reset_counters(struct mt7915_phy *phy);
552 void mt7915_mac_cca_stats_reset(struct mt7915_phy *phy);
560 void mt7915_mac_set_timing(struct mt7915_phy *phy);
569 void mt7915_mac_update_stats(struct mt7915_phy *phy);
585 int mt7915_dfs_init_radar_detector(struct mt7915_phy *phy);
586 void mt7915_set_stream_he_caps(struct mt7915_phy *phy);
587 void mt7915_set_stream_vht_txbf_caps(struct mt7915_phy *phy);
590 int mt7915_mcu_muru_debug_get(struct mt7915_phy *phy);
592 int mt7915_init_debugfs(struct mt7915_phy *phy);