| /linux/drivers/net/wireless/mediatek/mt76/mt7925/ |
| H A D | mt7925.h | 277 int __mt7925_start(struct mt792x_phy *phy); 290 int mt7925_mcu_set_chan_info(struct mt792x_phy *phy, u16 tag); 293 int mt7925_mcu_get_rx_rate(struct mt792x_phy *phy, struct ieee80211_vif *vif, 320 void mt7925_set_stream_he_eht_caps(struct mt792x_phy *phy); 321 int mt7925_init_mlo_caps(struct mt792x_phy *phy); 369 int mt7925_mcu_get_temperature(struct mt792x_phy *phy); 389 int mt7925_mcu_set_mlo_roc(struct mt792x_phy *phy, struct mt792x_bss_conf *mconf, 391 int mt7925_mcu_set_roc(struct mt792x_phy *phy, struct mt792x_bss_conf *mconf, 394 int mt7925_mcu_abort_roc(struct mt792x_phy *phy, struct mt792x_bss_conf *mconf, 404 int mt7925_mcu_set_rts_thresh(struct mt792x_phy *phy, u32 val); [all …]
|
| H A D | regd.h | 68 int mt7925_regd_update(struct mt792x_phy *phy, char *alpha2); 69 int mt7925_regd_change(struct mt792x_phy *phy, char *alpha2); 73 int mt7925_regd_init(struct mt792x_phy *phy);
|
| H A D | main.c | 17 mt7925_init_he_caps(struct mt792x_phy *phy, enum nl80211_band band, in mt7925_init_he_caps() 162 mt7925_init_eht_caps(struct mt792x_phy *phy, enum nl80211_band band, in mt7925_init_eht_caps() 267 int mt7925_init_mlo_caps(struct mt792x_phy *phy) in mt7925_init_mlo_caps() 299 __mt7925_set_stream_he_eht_caps(struct mt792x_phy *phy, in __mt7925_set_stream_he_eht_caps() 325 void mt7925_set_stream_he_eht_caps(struct mt792x_phy *phy) in mt7925_set_stream_he_eht_caps() 340 int __mt7925_start(struct mt792x_phy *phy) in __mt7925_start() 368 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7925_start() 459 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7925_add_interface() 511 struct mt792x_phy *phy = priv; in mt7925_roc_iter() 518 struct mt792x_phy *phy = &dev->phy; in mt7925_roc_abort_sync() [all …]
|
| H A D | regd.c | 32 struct mt792x_phy *phy = &dev->phy; in mt7925_regd_be_ctrl() 223 mt7925_regd_query_regdb(struct mt792x_phy *phy, char *alpha2) in mt7925_regd_query_regdb() 291 int mt7925_regd_update(struct mt792x_phy *phy, char *alpha2) in mt7925_regd_update() 428 int mt7925_regd_change(struct mt792x_phy *phy, char *alpha2) in mt7925_regd_change() 461 int mt7925_regd_init(struct mt792x_phy *phy) in mt7925_regd_init()
|
| H A D | mcu.h | 735 int mt7925_mcu_add_bss_info(struct mt792x_phy *phy, 740 int mt7925_mcu_add_bss_info_sta(struct mt792x_phy *phy, 747 int mt7925_mcu_set_timing(struct mt792x_phy *phy, 752 int mt7925_mcu_set_radio_en(struct mt792x_phy *phy, bool enable);
|
| H A D | init.c | 20 struct mt792x_phy *phy = dev_get_drvdata(dev); in mt7925_thermal_temp_show() 45 static int mt7925_thermal_init(struct mt792x_phy *phy) in mt7925_thermal_init()
|
| H A D | mcu.c | 456 struct mt792x_phy *phy = mphy->priv; in mt7925_mcu_scan_event() 880 struct mt792x_phy *phy = &dev->phy; in mt7925_load_clc() 986 int mt7925_mcu_get_temperature(struct mt792x_phy *phy) in mt7925_mcu_get_temperature() 1428 int mt7925_mcu_set_mlo_roc(struct mt792x_phy *phy, struct mt792x_bss_conf *mconf, in mt7925_mcu_set_mlo_roc() 1532 int mt7925_mcu_set_roc(struct mt792x_phy *phy, struct mt792x_bss_conf *mconf, in mt7925_mcu_set_roc() 1581 int mt7925_mcu_abort_roc(struct mt792x_phy *phy, struct mt792x_bss_conf *mconf, in mt7925_mcu_abort_roc() 2830 mt7925_mcu_bss_bmc_tlv(struct sk_buff *skb, struct mt792x_phy *phy, in mt7925_mcu_bss_bmc_tlv() 2871 struct mt792x_phy *phy = mvif->phy; in mt7925_mcu_bss_mld_tlv() 2930 struct mt792x_phy *phy) in mt7925_mcu_bss_he_tlv() 2979 struct mt792x_phy *phy = mvif->phy; in mt7925_mcu_bss_ifs_tlv() [all …]
|
| H A D | mac.c | 382 struct mt792x_phy *phy = &dev->phy; in mt7925_mac_fill_rx()
|
| /linux/drivers/net/wireless/mediatek/mt76/ |
| H A D | mt792x.h | 193 struct mt792x_phy *phy; 204 struct mt792x_phy { struct 302 struct mt792x_phy phy; 418 static inline struct mt792x_phy * 455 void mt792x_mac_reset_counters(struct mt792x_phy *phy); 460 void mt792x_mac_update_mib_stats(struct mt792x_phy *phy); 461 void mt792x_mac_set_timeing(struct mt792x_phy *phy); 634 int mt792x_init_acpi_sar_power(struct mt792x_phy *phy, bool set_default); 635 u8 mt792x_acpi_get_flags(struct mt792x_phy *phy); 636 u32 mt792x_acpi_get_mtcl_conf(struct mt792x_phy *phy, char *alpha2); [all …]
|
| H A D | mt792x_core.c | 235 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt792x_stop() 316 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt792x_get_stats() 398 struct mt792x_phy *phy = timer_container_of(phy, timer, roc_timer); in mt792x_roc_timer() 632 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt792x_get_et_stats() 738 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt792x_set_coverage_class() 752 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt792x_init_wiphy()
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7921/ |
| H A D | main.c | 14 mt7921_init_he_caps(struct mt792x_phy *phy, enum nl80211_band band, in mt7921_init_he_caps() 196 void mt7921_set_stream_he_caps(struct mt792x_phy *phy) in mt7921_set_stream_he_caps() 227 int __mt7921_start(struct mt792x_phy *phy) in __mt7921_start() 274 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7921_start() 305 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7921_add_interface() 366 struct mt792x_phy *phy = priv; in mt7921_roc_iter() 373 struct mt792x_phy *phy = &dev->phy; in mt7921_roc_abort_sync() 389 struct mt792x_phy *phy; in mt7921_roc_work() 391 phy = (struct mt792x_phy *)container_of(work, struct mt792x_phy, in mt7921_roc_work() 406 static int mt7921_abort_roc(struct mt792x_phy *phy, struct mt792x_vif *vif) in mt7921_abort_roc() [all …]
|
| H A D | regd.h | 66 int mt7921_regd_change(struct mt792x_phy *phy, char *alpha2); 67 int mt7921_regd_init(struct mt792x_phy *phy); 68 int mt7921_regd_update(struct mt792x_phy *phy, char *alpha2);
|
| H A D | regd.c | 177 mt7921_regd_query_regdb(struct mt792x_phy *phy, char *alpha2) in mt7921_regd_query_regdb() 244 int mt7921_regd_update(struct mt792x_phy *phy, char *alpha2) in mt7921_regd_update() 351 int mt7921_regd_change(struct mt792x_phy *phy, char *alpha2) in mt7921_regd_change() 381 int mt7921_regd_init(struct mt792x_phy *phy) in mt7921_regd_init()
|
| H A D | mcu.c | 166 struct mt792x_phy *phy = mphy->priv; in mt7921_mcu_scan_event() 418 struct mt792x_phy *phy = &dev->phy; in mt7921_load_clc() 576 static int mt7921_mcu_get_nic_capability(struct mt792x_phy *mphy) in mt7921_mcu_get_nic_capability() 786 int mt7921_mcu_set_roc(struct mt792x_phy *phy, struct mt792x_vif *vif, in mt7921_mcu_set_roc() 853 int mt7921_mcu_abort_roc(struct mt792x_phy *phy, struct mt792x_vif *vif, in mt7921_mcu_abort_roc() 883 int mt7921_mcu_set_chan_info(struct mt792x_phy *phy, int cmd) in mt7921_mcu_set_chan_info() 1423 struct mt792x_phy *phy = (struct mt792x_phy *)&dev->phy; in mt7921_mcu_set_clc() 1445 int mt7921_mcu_get_temperature(struct mt792x_phy *phy) in mt7921_mcu_get_temperature() 1462 int mt7921_mcu_wf_rf_pin_ctrl(struct mt792x_phy *phy, u8 action) in mt7921_mcu_wf_rf_pin_ctrl()
|
| H A D | mac.c | 178 struct mt792x_phy *phy = &dev->phy; in mt7921_mac_fill_rx()
|