/openbmc/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 | 2231 bool bmain, bool is2t) in _rtl8723be_phy_set_rfpath_switch() argument 2236 if (bmain) /* left antenna */ in _rtl8723be_phy_set_rfpath_switch() 2410 void rtl8723be_phy_set_rfpath_switch(struct ieee80211_hw *hw, bool bmain) in rtl8723be_phy_set_rfpath_switch() argument 2412 _rtl8723be_phy_set_rfpath_switch(hw, bmain, true); in rtl8723be_phy_set_rfpath_switch()
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
H A D | phy.h | 124 void rtl92ee_phy_set_rfpath_switch(struct ieee80211_hw *hw, bool bmain);
|
H A D | phy.c | 2709 bool bmain, bool is2t) in _rtl92ee_phy_set_rfpath_switch() argument 2725 if (bmain) in _rtl92ee_phy_set_rfpath_switch() 2739 if (bmain) { in _rtl92ee_phy_set_rfpath_switch() 2933 void rtl92ee_phy_set_rfpath_switch(struct ieee80211_hw *hw, bool bmain) in rtl92ee_phy_set_rfpath_switch() argument 2935 _rtl92ee_phy_set_rfpath_switch(hw, bmain, false); in rtl92ee_phy_set_rfpath_switch()
|
/openbmc/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);
|
/openbmc/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()
|
/openbmc/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()
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
H A D | phy.h | 219 void rtl8821ae_phy_set_rfpath_switch(struct ieee80211_hw *hw, bool bmain);
|
H A D | phy.c | 4607 void rtl8821ae_phy_set_rfpath_switch(struct ieee80211_hw *hw, bool bmain) in rtl8821ae_phy_set_rfpath_switch() argument 4609 _rtl8821ae_phy_set_rfpath_switch(hw, bmain); in rtl8821ae_phy_set_rfpath_switch()
|
/openbmc/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() 1495 void rtl92c_phy_set_rfpath_switch(struct ieee80211_hw *hw, bool bmain) in rtl92c_phy_set_rfpath_switch() argument 1500 _rtl92c_phy_set_rfpath_switch(hw, bmain, true); in rtl92c_phy_set_rfpath_switch() 1502 _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);
|