Searched refs:bmain (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
| H A D | phy.h | 107 void rtl8723be_phy_set_rfpath_switch(struct ieee80211_hw *hw, bool bmain);
|
| H A D | phy.c | 2238 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 D | phy.h | 82 void rtl92c_phy_set_rfpath_switch(struct ieee80211_hw *hw, bool bmain);
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
| H A D | phy.h | 173 void rtl8723e_phy_set_rfpath_switch(struct ieee80211_hw *hw, bool bmain);
|
| H A D | phy.c | 1302 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 D | phy.h | 204 void rtl88e_phy_set_rfpath_switch(struct ieee80211_hw *hw, bool bmain);
|
| H A D | phy.c | 1869 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 D | phy_common.c | 1324 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 D | phy_common.h | 189 void rtl92c_phy_set_rfpath_switch(struct ieee80211_hw *hw, bool bmain);
|