Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dmain.c266 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7921_start()
297 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7921_add_interface()
446 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7921_remain_on_channel()
460 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7921_cancel_remain_on_channel()
625 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7921_config()
688 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7921_bss_info_changed()
1089 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7921_set_antenna()
1116 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7921_suspend()
1140 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7921_resume()
1303 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7921_start_ap()
[all …]
/linux-6.15/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dmain.c343 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7925_start()
421 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7925_add_interface()
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()
629 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7925_set_link_key()
1510 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7925_set_antenna()
1538 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7925_suspend()
1562 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7925_resume()
1831 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7925_change_chanctx()
1954 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7925_link_info_changed()
[all …]
/linux-6.15/drivers/net/wireless/mediatek/mt76/
H A Dmt792x_core.c123 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt792x_stop()
204 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt792x_get_stats()
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()
H A Dmt792x.h335 mt792x_hw_phy(struct ieee80211_hw *hw) in mt792x_hw_phy() function