Home
last modified time | relevance | path

Searched refs:bmain (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Dphy.h107 void rtl8723be_phy_set_rfpath_switch(struct ieee80211_hw *hw, bool bmain);
H A Dphy.c2238 bool bmain, bool is2t) in _rtl8723be_phy_set_rfpath_switch() argument
2243 if (bmain) /* left antenna */ in _rtl8723be_phy_set_rfpath_switch()
2417 void rtl8723be_phy_set_rfpath_switch(struct ieee80211_hw *hw, bool bmain) in rtl8723be_phy_set_rfpath_switch() argument
2419 _rtl8723be_phy_set_rfpath_switch(hw, bmain, true); in rtl8723be_phy_set_rfpath_switch()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
H A Dphy.h82 void rtl92c_phy_set_rfpath_switch(struct ieee80211_hw *hw, bool bmain);
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H A Dphy.h173 void rtl8723e_phy_set_rfpath_switch(struct ieee80211_hw *hw, bool bmain);
H A Dphy.c1302 bool bmain, bool is2t) in _rtl8723e_phy_set_rfpath_switch() argument
1311 if (bmain) in _rtl8723e_phy_set_rfpath_switch()
1318 if (bmain) in _rtl8723e_phy_set_rfpath_switch()
1434 void rtl8723e_phy_set_rfpath_switch(struct ieee80211_hw *hw, bool bmain) in rtl8723e_phy_set_rfpath_switch() argument
1436 _rtl8723e_phy_set_rfpath_switch(hw, bmain, false); in rtl8723e_phy_set_rfpath_switch()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Dphy.h204 void rtl88e_phy_set_rfpath_switch(struct ieee80211_hw *hw, bool bmain);
H A Dphy.c1869 bool bmain, bool is2t) in _rtl88e_phy_set_rfpath_switch() argument
1883 if (bmain) in _rtl88e_phy_set_rfpath_switch()
1897 if (bmain) { in _rtl88e_phy_set_rfpath_switch()
2054 void rtl88e_phy_set_rfpath_switch(struct ieee80211_hw *hw, bool bmain) in rtl88e_phy_set_rfpath_switch() argument
2056 _rtl88e_phy_set_rfpath_switch(hw, bmain, false); in rtl88e_phy_set_rfpath_switch()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192c/
H A Dphy_common.c1324 bool bmain, bool is2t) in _rtl92c_phy_set_rfpath_switch() argument
1333 if (bmain) in _rtl92c_phy_set_rfpath_switch()
1340 if (bmain) in _rtl92c_phy_set_rfpath_switch()
1491 void rtl92c_phy_set_rfpath_switch(struct ieee80211_hw *hw, bool bmain) in rtl92c_phy_set_rfpath_switch() argument
1496 _rtl92c_phy_set_rfpath_switch(hw, bmain, true); in rtl92c_phy_set_rfpath_switch()
1498 _rtl92c_phy_set_rfpath_switch(hw, bmain, false); in rtl92c_phy_set_rfpath_switch()
H A Dphy_common.h189 void rtl92c_phy_set_rfpath_switch(struct ieee80211_hw *hw, bool bmain);