| /linux-6.15/drivers/net/wireless/mediatek/mt76/ |
| H A D | mt792x.h | 143 struct mt792x_phy *phy; 152 struct mt792x_phy { struct 226 struct mt792x_phy phy; 334 static inline struct mt792x_phy * 371 void mt792x_mac_reset_counters(struct mt792x_phy *phy); 376 void mt792x_mac_update_mib_stats(struct mt792x_phy *phy); 377 void mt792x_mac_set_timeing(struct mt792x_phy *phy); 510 u8 mt792x_acpi_get_flags(struct mt792x_phy *phy); 511 u32 mt792x_acpi_get_mtcl_conf(struct mt792x_phy *phy, char *alpha2); 518 static inline int mt792x_init_acpi_sar_power(struct mt792x_phy *phy, in mt792x_init_acpi_sar_power() [all …]
|
| H A D | mt792x_acpi_sar.c | 234 mt792x_asar_get_geo_pwr(struct mt792x_phy *phy, in mt792x_asar_get_geo_pwr() 289 mt792x_asar_range_pwr(struct mt792x_phy *phy, in mt792x_asar_range_pwr() 321 int mt792x_init_acpi_sar_power(struct mt792x_phy *phy, bool set_default) in mt792x_init_acpi_sar_power() 348 u8 mt792x_acpi_get_flags(struct mt792x_phy *phy) in mt792x_acpi_get_flags() 417 mt792x_acpi_parse_mtcl_tbl_v3(struct mt792x_phy *phy, char *alpha2) in mt792x_acpi_parse_mtcl_tbl_v3() 446 mt792x_acpi_parse_mtcl_tbl(struct mt792x_phy *phy, char *alpha2) in mt792x_acpi_parse_mtcl_tbl() 469 u32 mt792x_acpi_get_mtcl_conf(struct mt792x_phy *phy, char *alpha2) in mt792x_acpi_get_mtcl_conf()
|
| 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() 195 void mt792x_mac_reset_counters(struct mt792x_phy *phy) in mt792x_mac_reset_counters() 219 mt792x_phy_get_nf(struct mt792x_phy *phy, int idx) in mt792x_phy_get_nf() 228 struct mt792x_phy *phy = mphy->priv; in mt792x_phy_update_channel()
|
| 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 | 123 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt792x_stop() 204 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt792x_get_stats() 286 struct mt792x_phy *phy = from_timer(phy, timer, roc_timer); in mt792x_roc_timer() 479 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt792x_get_et_stats() 584 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt792x_set_coverage_class() 598 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt792x_init_wiphy()
|
| /linux-6.15/drivers/net/wireless/mediatek/mt76/mt7925/ |
| H A D | mt7925.h | 238 int __mt7925_start(struct mt792x_phy *phy); 249 int mt7925_mcu_set_chan_info(struct mt792x_phy *phy, u16 tag); 252 int mt7925_mcu_get_rx_rate(struct mt792x_phy *phy, struct ieee80211_vif *vif, 281 void mt7925_set_stream_he_eht_caps(struct mt792x_phy *phy); 282 int mt7925_init_mlo_caps(struct mt792x_phy *phy); 328 int mt7925_mcu_get_temperature(struct mt792x_phy *phy); 350 int mt7925_mcu_set_roc(struct mt792x_phy *phy, struct mt792x_bss_conf *mconf, 353 int mt7925_mcu_abort_roc(struct mt792x_phy *phy, struct mt792x_bss_conf *mconf, 363 int mt7925_mcu_set_rts_thresh(struct mt792x_phy *phy, u32 val);
|
| H A D | main.c | 310 int __mt7925_start(struct mt792x_phy *phy) in __mt7925_start() 343 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7925_start() 421 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7925_add_interface() 447 struct mt792x_phy *phy = priv; in mt7925_roc_iter() 454 struct mt792x_phy *phy = &dev->phy; in mt7925_roc_abort_sync() 467 struct mt792x_phy *phy; in mt7925_roc_work() 469 phy = (struct mt792x_phy *)container_of(work, struct mt792x_phy, in mt7925_roc_work() 563 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7925_remain_on_channel() 578 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7925_cancel_remain_on_channel() 1381 struct mt792x_phy *phy; in mt7925_scan_work() [all …]
|
| H A D | init.c | 19 struct mt792x_phy *phy = dev_get_drvdata(dev); in mt7925_thermal_temp_show() 44 static int mt7925_thermal_init(struct mt792x_phy *phy) in mt7925_thermal_init() 63 struct mt792x_phy *phy = &dev->phy; in mt7925_regd_be_ctrl()
|
| H A D | mcu.h | 632 int mt7925_mcu_add_bss_info(struct mt792x_phy *phy, 637 int mt7925_mcu_set_timing(struct mt792x_phy *phy, 641 int mt7925_mcu_set_radio_en(struct mt792x_phy *phy, bool enable);
|
| H A D | mcu.c | 411 struct mt792x_phy *phy = mphy->priv; in mt7925_mcu_scan_event() 684 struct mt792x_phy *phy = &dev->phy; in mt7925_load_clc() 790 int mt7925_mcu_get_temperature(struct mt792x_phy *phy) in mt7925_mcu_get_temperature() 2532 struct mt792x_phy *phy = mvif->phy; in mt7925_mcu_bss_mld_tlv() 2572 struct mt792x_phy *phy) in mt7925_mcu_bss_he_tlv() 2619 struct mt792x_phy *phy = mvif->phy; in mt7925_mcu_bss_ifs_tlv() 2629 int mt7925_mcu_set_timing(struct mt792x_phy *phy, in mt7925_mcu_set_timing() 2703 int mt7925_mcu_add_bss_info(struct mt792x_phy *phy, in mt7925_mcu_add_bss_info() 3242 struct mt792x_phy *phy = (struct mt792x_phy *)&dev->phy; in mt7925_mcu_set_clc() 3346 int mt7925_mcu_set_rts_thresh(struct mt792x_phy *phy, u32 val) in mt7925_mcu_set_rts_thresh() [all …]
|
| H A D | mac.c | 362 struct mt792x_phy *phy = &dev->phy; in mt7925_mac_fill_rx()
|
| /linux-6.15/drivers/net/wireless/mediatek/mt76/mt7921/ |
| H A D | mt7921.h | 188 int __mt7921_start(struct mt792x_phy *phy); 198 int mt7921_mcu_set_chan_info(struct mt792x_phy *phy, int cmd); 201 int mt7921_mcu_get_rx_rate(struct mt792x_phy *phy, struct ieee80211_vif *vif, 208 int mt7921_mcu_wf_rf_pin_ctrl(struct mt792x_phy *phy, u8 action); 266 void mt7921_set_stream_he_caps(struct mt792x_phy *phy); 311 int mt7921_mcu_get_temperature(struct mt792x_phy *phy); 331 int mt7921_mcu_set_roc(struct mt792x_phy *phy, struct mt792x_vif *vif, 334 int mt7921_mcu_abort_roc(struct mt792x_phy *phy, struct mt792x_vif *vif,
|
| H A D | main.c | 219 int __mt7921_start(struct mt792x_phy *phy) in __mt7921_start() 266 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7921_start() 297 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7921_add_interface() 358 struct mt792x_phy *phy = priv; in mt7921_roc_iter() 365 struct mt792x_phy *phy = &dev->phy; in mt7921_roc_abort_sync() 378 struct mt792x_phy *phy; in mt7921_roc_work() 380 phy = (struct mt792x_phy *)container_of(work, struct mt792x_phy, in mt7921_roc_work() 467 struct mt792x_phy *phy = mphy->priv; in mt7921_set_channel() 757 struct mt792x_phy *phy = mvif->phy; in mt7921_regd_set_6ghz_power_type() 992 struct mt792x_phy *phy; in mt7921_scan_work() [all …]
|
| 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 | mcu.c | 169 struct mt792x_phy *phy = mphy->priv; in mt7921_mcu_scan_event() 419 struct mt792x_phy *phy = &dev->phy; in mt7921_load_clc() 556 static int mt7921_mcu_get_nic_capability(struct mt792x_phy *mphy) in mt7921_mcu_get_nic_capability() 766 int mt7921_mcu_set_roc(struct mt792x_phy *phy, struct mt792x_vif *vif, in mt7921_mcu_set_roc() 833 int mt7921_mcu_abort_roc(struct mt792x_phy *phy, struct mt792x_vif *vif, in mt7921_mcu_abort_roc() 863 int mt7921_mcu_set_chan_info(struct mt792x_phy *phy, int cmd) in mt7921_mcu_set_chan_info() 1400 struct mt792x_phy *phy = (struct mt792x_phy *)&dev->phy; in mt7921_mcu_set_clc() 1419 int mt7921_mcu_get_temperature(struct mt792x_phy *phy) in mt7921_mcu_get_temperature() 1436 int mt7921_mcu_wf_rf_pin_ctrl(struct mt792x_phy *phy, u8 action) in mt7921_mcu_wf_rf_pin_ctrl()
|
| 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 | 177 struct mt792x_phy *phy = &dev->phy; in mt7921_mac_fill_rx()
|