Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dmain.c255 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7921_start()
268 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7921_stop()
289 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7921_add_interface()
420 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7921_remain_on_channel()
434 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7921_cancel_remain_on_channel()
600 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7921_config()
665 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7921_bss_info_changed()
990 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7921_set_antenna()
1017 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7921_suspend()
1041 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7921_resume()
[all …]
/openbmc/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt792x_core.c100 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt792x_remove_interface()
139 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt792x_get_stats()
397 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt792x_get_et_stats()
502 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt792x_set_coverage_class()
516 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt792x_init_wiphy()
H A Dmt792x.h200 mt792x_hw_phy(struct ieee80211_hw *hw) in mt792x_hw_phy() function