| /drivers/net/wireless/mediatek/mt76/ |
| 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); 511 u8 mt792x_acpi_get_flags(struct mt792x_phy *phy); 512 u32 mt792x_acpi_get_mtcl_conf(struct mt792x_phy *phy, char *alpha2); 519 static inline int mt792x_init_acpi_sar_power(struct mt792x_phy *phy, in mt792x_init_acpi_sar_power() [all …]
|
| 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()
|
| 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() 192 void mt792x_mac_reset_counters(struct mt792x_phy *phy) in mt792x_mac_reset_counters() 216 mt792x_phy_get_nf(struct mt792x_phy *phy, int idx) in mt792x_phy_get_nf() 225 struct mt792x_phy *phy = mphy->priv; in mt792x_phy_update_channel()
|
| 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()
|
| A D | mt792x_core.c | 145 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt792x_stop() 226 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt792x_get_stats() 308 struct mt792x_phy *phy = timer_container_of(phy, timer, roc_timer); in mt792x_roc_timer() 501 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt792x_get_et_stats() 607 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt792x_set_coverage_class() 621 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt792x_init_wiphy()
|
| /drivers/net/wireless/mediatek/mt76/mt7925/ |
| 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); 368 int mt7925_mcu_wf_rf_pin_ctrl(struct mt792x_phy *phy);
|
| A D | main.c | 310 int __mt7925_start(struct mt792x_phy *phy) in __mt7925_start() 346 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7925_start() 424 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7925_add_interface() 450 struct mt792x_phy *phy = priv; in mt7925_roc_iter() 457 struct mt792x_phy *phy = &dev->phy; in mt7925_roc_abort_sync() 470 struct mt792x_phy *phy; in mt7925_roc_work() 472 phy = (struct mt792x_phy *)container_of(work, struct mt792x_phy, in mt7925_roc_work() 566 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7925_remain_on_channel() 581 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7925_cancel_remain_on_channel() 1385 struct mt792x_phy *phy; in mt7925_scan_work() [all …]
|
| A D | testmode.c | 121 struct mt792x_phy *phy = mphy->priv; in mt7925_testmode_cmd() 158 struct mt792x_phy *phy = mphy->priv; in mt7925_testmode_dump()
|
| 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() 65 struct mt792x_phy *phy = &dev->phy; in mt7925_regd_be_ctrl()
|
| A D | mcu.h | 683 int mt7925_mcu_add_bss_info(struct mt792x_phy *phy, 688 int mt7925_mcu_set_timing(struct mt792x_phy *phy, 693 int mt7925_mcu_set_radio_en(struct mt792x_phy *phy, bool enable);
|
| A D | mcu.c | 412 struct mt792x_phy *phy = mphy->priv; in mt7925_mcu_scan_event() 685 struct mt792x_phy *phy = &dev->phy; in mt7925_load_clc() 791 int mt7925_mcu_get_temperature(struct mt792x_phy *phy) in mt7925_mcu_get_temperature() 2582 struct mt792x_phy *phy = mvif->phy; in mt7925_mcu_bss_mld_tlv() 2622 struct mt792x_phy *phy) in mt7925_mcu_bss_he_tlv() 2669 struct mt792x_phy *phy = mvif->phy; in mt7925_mcu_bss_ifs_tlv() 2679 int mt7925_mcu_set_timing(struct mt792x_phy *phy, in mt7925_mcu_set_timing() 2753 int mt7925_mcu_add_bss_info(struct mt792x_phy *phy, in mt7925_mcu_add_bss_info() 3359 struct mt792x_phy *phy = (struct mt792x_phy *)&dev->phy; in mt7925_mcu_set_clc() 3728 int mt7925_mcu_wf_rf_pin_ctrl(struct mt792x_phy *phy) in mt7925_mcu_wf_rf_pin_ctrl() [all …]
|
| A D | mac.c | 362 struct mt792x_phy *phy = &dev->phy; in mt7925_mac_fill_rx()
|
| /drivers/net/wireless/mediatek/mt76/mt7921/ |
| A D | main.c | 224 int __mt7921_start(struct mt792x_phy *phy) in __mt7921_start() 271 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7921_start() 302 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7921_add_interface() 363 struct mt792x_phy *phy = priv; in mt7921_roc_iter() 370 struct mt792x_phy *phy = &dev->phy; in mt7921_roc_abort_sync() 383 struct mt792x_phy *phy; in mt7921_roc_work() 385 phy = (struct mt792x_phy *)container_of(work, struct mt792x_phy, in mt7921_roc_work() 472 struct mt792x_phy *phy = mphy->priv; in mt7921_set_channel() 762 struct mt792x_phy *phy = mvif->phy; in mt7921_regd_set_6ghz_power_type() 998 struct mt792x_phy *phy; in mt7921_scan_work() [all …]
|
| 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,
|
| 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()
|
| 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()
|
| 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()
|
| A D | mac.c | 177 struct mt792x_phy *phy = &dev->phy; in mt7921_mac_fill_rx()
|