Searched refs:mt792x_phy (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/drivers/net/wireless/mediatek/mt76/ |
H A D | mt792x.h | 89 struct mt792x_phy *phy; 96 struct mt792x_phy { struct 164 struct mt792x_phy phy; 199 static inline struct mt792x_phy * 235 void mt792x_mac_reset_counters(struct mt792x_phy *phy); 240 void mt792x_mac_update_mib_stats(struct mt792x_phy *phy); 241 void mt792x_mac_set_timeing(struct mt792x_phy *phy); 346 int mt792x_init_acpi_sar_power(struct mt792x_phy *phy, bool set_default); 347 u8 mt792x_acpi_get_flags(struct mt792x_phy *phy); 354 static inline int mt792x_init_acpi_sar_power(struct mt792x_phy *phy, in mt792x_init_acpi_sar_power() [all …]
|
H A D | mt792x_mac.c | 11 struct mt792x_phy *phy; in mt792x_mac_work() 35 void mt792x_mac_set_timeing(struct mt792x_phy *phy) in mt792x_mac_set_timeing() 77 void mt792x_mac_update_mib_stats(struct mt792x_phy *phy) in mt792x_mac_update_mib_stats() 193 void mt792x_mac_reset_counters(struct mt792x_phy *phy) in mt792x_mac_reset_counters() 217 mt792x_phy_get_nf(struct mt792x_phy *phy, int idx) in mt792x_phy_get_nf() 226 struct mt792x_phy *phy = (struct mt792x_phy *)mphy->priv; in mt792x_phy_update_channel()
|
H A D | mt792x_acpi_sar.c | 203 mt792x_asar_get_geo_pwr(struct mt792x_phy *phy, in mt792x_asar_get_geo_pwr() 258 mt792x_asar_range_pwr(struct mt792x_phy *phy, in mt792x_asar_range_pwr() 290 int mt792x_init_acpi_sar_power(struct mt792x_phy *phy, bool set_default) in mt792x_init_acpi_sar_power() 317 u8 mt792x_acpi_get_flags(struct mt792x_phy *phy) in mt792x_acpi_get_flags()
|
H A D | mt792x_debugfs.c | 7 mt792x_ampdu_stat_read_phy(struct mt792x_phy *phy, in mt792x_ampdu_stat_read_phy() 42 struct mt792x_phy *phy = &dev->phy; in mt792x_tx_stats_show()
|
H A D | mt792x_core.c | 100 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt792x_remove_interface() 139 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt792x_get_stats() 221 struct mt792x_phy *phy = from_timer(phy, timer, roc_timer); in mt792x_roc_timer() 397 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt792x_get_et_stats() 502 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt792x_set_coverage_class() 516 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt792x_init_wiphy()
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7921/ |
H A D | main.c | 222 int __mt7921_start(struct mt792x_phy *phy) in __mt7921_start() 255 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7921_start() 268 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7921_stop() 289 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7921_add_interface() 345 struct mt792x_phy *phy = priv; in mt7921_roc_iter() 352 struct mt792x_phy *phy; in mt7921_roc_work() 354 phy = (struct mt792x_phy *)container_of(work, struct mt792x_phy, in mt7921_roc_work() 420 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7921_remain_on_channel() 434 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7921_cancel_remain_on_channel() 893 struct mt792x_phy *phy; in mt7921_scan_work() [all …]
|
H A D | mt7921.h | 182 int __mt7921_start(struct mt792x_phy *phy); 191 int mt7921_mcu_set_chan_info(struct mt792x_phy *phy, int cmd); 194 int mt7921_mcu_get_rx_rate(struct mt792x_phy *phy, struct ieee80211_vif *vif, 270 void mt7921_set_stream_he_caps(struct mt792x_phy *phy); 314 int mt7921_mcu_get_temperature(struct mt792x_phy *phy); 334 int mt7921_mcu_set_roc(struct mt792x_phy *phy, struct mt792x_vif *vif, 337 int mt7921_mcu_abort_roc(struct mt792x_phy *phy, struct mt792x_vif *vif,
|
H A D | mcu.c | 163 struct mt792x_phy *phy = (struct mt792x_phy *)mphy->priv; in mt7921_mcu_scan_event() 373 struct mt792x_phy *phy = &dev->phy; in mt7921_load_clc() 579 int mt7921_mcu_set_roc(struct mt792x_phy *phy, struct mt792x_vif *vif, in mt7921_mcu_set_roc() 646 int mt7921_mcu_abort_roc(struct mt792x_phy *phy, struct mt792x_vif *vif, in mt7921_mcu_abort_roc() 676 int mt7921_mcu_set_chan_info(struct mt792x_phy *phy, int cmd) in mt7921_mcu_set_chan_info() 1191 struct mt792x_phy *phy = (struct mt792x_phy *)&dev->phy; in mt7921_mcu_set_clc() 1210 int mt7921_mcu_get_temperature(struct mt792x_phy *phy) in mt7921_mcu_get_temperature()
|
H A D | testmode.c | 116 struct mt792x_phy *phy = mphy->priv; in mt7921_testmode_cmd() 153 struct mt792x_phy *phy = mphy->priv; in mt7921_testmode_dump()
|
H A D | init.c | 19 struct mt792x_phy *phy = dev_get_drvdata(dev); in mt7921_thermal_temp_show() 44 static int mt7921_thermal_init(struct mt792x_phy *phy) in mt7921_thermal_init()
|
H A D | mac.c | 174 struct mt792x_phy *phy = &dev->phy; in mt7921_mac_fill_rx()
|