Searched refs:mt7921_phy (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.1/drivers/net/wireless/mediatek/mt76/mt7921/ |
D | mt7921.h | 117 struct mt7921_phy *phy; 176 struct mt7921_phy { struct 225 struct mt7921_phy phy; argument 279 static inline struct mt7921_phy * 304 int __mt7921_start(struct mt7921_phy *phy); 317 int mt7921_mcu_set_chan_info(struct mt7921_phy *phy, int cmd); 320 int mt7921_mcu_get_rx_rate(struct mt7921_phy *phy, struct ieee80211_vif *vif, 390 void mt7921_mac_reset_counters(struct mt7921_phy *phy); 391 void mt7921_mac_set_timing(struct mt7921_phy *phy); 400 void mt7921_mac_update_mib_stats(struct mt7921_phy *phy); [all …]
|
D | main.c | 34 mt7921_init_he_caps(struct mt7921_phy *phy, enum nl80211_band band, in mt7921_init_he_caps() 209 void mt7921_set_stream_he_caps(struct mt7921_phy *phy) in mt7921_set_stream_he_caps() 243 int __mt7921_start(struct mt7921_phy *phy) in __mt7921_start() 276 struct mt7921_phy *phy = mt7921_hw_phy(hw); in mt7921_start() 289 struct mt7921_phy *phy = mt7921_hw_phy(hw); in mt7921_stop() 310 struct mt7921_phy *phy = mt7921_hw_phy(hw); in mt7921_add_interface() 368 struct mt7921_phy *phy = mt7921_hw_phy(hw); in mt7921_remove_interface() 389 static int mt7921_set_channel(struct mt7921_phy *phy) in mt7921_set_channel() 551 struct mt7921_phy *phy = mt7921_hw_phy(hw); in mt7921_config() 657 struct mt7921_phy *phy = mt7921_hw_phy(hw); in mt7921_bss_info_changed() [all …]
|
D | acpi_sar.c | 171 mt7921_asar_get_geo_pwr(struct mt7921_phy *phy, in mt7921_asar_get_geo_pwr() 226 mt7921_asar_range_pwr(struct mt7921_phy *phy, in mt7921_asar_range_pwr() 258 int mt7921_init_acpi_sar_power(struct mt7921_phy *phy, bool set_default) in mt7921_init_acpi_sar_power()
|
D | testmode.c | 117 struct mt7921_phy *phy = mphy->priv; in mt7921_testmode_cmd() 154 struct mt7921_phy *phy = mphy->priv; in mt7921_testmode_dump()
|
D | mac.c | 231 struct mt7921_phy *phy = &dev->phy; in mt7921_mac_fill_rx() 727 void mt7921_mac_reset_counters(struct mt7921_phy *phy) in mt7921_mac_reset_counters() 749 void mt7921_mac_set_timing(struct mt7921_phy *phy) in mt7921_mac_set_timing() 791 mt7921_phy_get_nf(struct mt7921_phy *phy, int idx) in mt7921_phy_get_nf() 800 struct mt7921_phy *phy = (struct mt7921_phy *)mphy->priv; in mt7921_phy_update_channel() 930 void mt7921_mac_update_mib_stats(struct mt7921_phy *phy) in mt7921_mac_update_mib_stats() 992 struct mt7921_phy *phy; in mt7921_mac_work()
|
D | mcu.c | 161 struct mt7921_phy *phy = (struct mt7921_phy *)mphy->priv; in mt7921_mcu_scan_event() 390 struct mt7921_phy *phy = &dev->phy; in mt7921_load_clc() 639 int mt7921_mcu_set_chan_info(struct mt7921_phy *phy, int cmd) in mt7921_mcu_set_chan_info() 1113 struct mt7921_phy *phy = (struct mt7921_phy *)&dev->phy; in mt7921_mcu_set_clc()
|
D | debugfs.c | 62 mt7921_ampdu_stat_read_phy(struct mt7921_phy *phy, in mt7921_ampdu_stat_read_phy() 98 struct mt7921_phy *phy = &dev->phy; in mt7921_tx_stats_show()
|
D | init.c | 51 struct mt7921_phy *phy = mt7921_hw_phy(hw); in mt7921_init_wiphy()
|