Home
last modified time | relevance | path

Searched refs:mt792x_hw_phy (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dmain.c274 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7921_start()
305 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7921_add_interface()
458 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7921_remain_on_channel()
472 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7921_cancel_remain_on_channel()
637 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7921_config()
700 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7921_bss_info_changed()
1121 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7921_set_antenna()
1148 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7921_suspend()
1172 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7921_resume()
1297 mt792x_init_acpi_sar_power(mt792x_hw_phy(hw), !sar); in mt7921_set_tx_sar_pwr()
[all …]
/linux/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dmain.c368 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7925_start()
459 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7925_add_interface()
631 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7925_remain_on_channel()
646 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7925_cancel_remain_on_channel()
696 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7925_set_link_key()
1680 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7925_set_antenna()
1708 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7925_suspend()
1733 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7925_resume()
1890 mt792x_init_acpi_sar_power(mt792x_hw_phy(hw), !sar); in mt7925_set_tx_sar_pwr()
2023 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7925_change_chanctx()
[all …]
/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt792x_core.c235 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt792x_stop()
316 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt792x_get_stats()
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()
H A Dmt792x.h419 mt792x_hw_phy(struct ieee80211_hw *hw) in mt792x_hw_phy() function