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.c261 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7921_start()
292 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7921_add_interface()
439 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7921_remain_on_channel()
453 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7921_cancel_remain_on_channel()
612 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7921_config()
675 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7921_bss_info_changed()
1074 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7921_set_antenna()
1101 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7921_suspend()
1125 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7921_resume()
1247 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.c339 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7925_start()
412 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7925_add_interface()
553 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7925_remain_on_channel()
568 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7925_cancel_remain_on_channel()
619 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7925_set_link_key()
1429 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7925_set_antenna()
1457 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7925_suspend()
1481 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7925_resume()
1627 mt792x_init_acpi_sar_power(mt792x_hw_phy(hw), !sar); in mt7925_set_tx_sar_pwr()
1750 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7925_change_chanctx()
[all …]
/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt792x_core.c119 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt792x_stop()
199 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt792x_get_stats()
461 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt792x_get_et_stats()
566 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt792x_set_coverage_class()
580 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt792x_init_wiphy()
H A Dmt792x.h309 mt792x_hw_phy(struct ieee80211_hw *hw) in mt792x_hw_phy() function