Searched refs:pi_mode (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8723com/ |
H A D | phy_common.h | 65 void rtl8723_phy_pi_mode_switch(struct ieee80211_hw *hw, bool pi_mode);
|
H A D | phy_common.c | 411 void rtl8723_phy_pi_mode_switch(struct ieee80211_hw *hw, bool pi_mode) in rtl8723_phy_pi_mode_switch() argument 415 mode = pi_mode ? 0x01000100 : 0x01000000; in rtl8723_phy_pi_mode_switch()
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8723com/ |
H A D | phy_common.h | 65 void rtl8723_phy_pi_mode_switch(struct ieee80211_hw *hw, bool pi_mode);
|
H A D | phy_common.c | 411 void rtl8723_phy_pi_mode_switch(struct ieee80211_hw *hw, bool pi_mode) in rtl8723_phy_pi_mode_switch() argument 415 mode = pi_mode ? 0x01000100 : 0x01000000; in rtl8723_phy_pi_mode_switch()
|
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8192c/ |
H A D | phy_common.c | 1126 static void _rtl92c_phy_pi_mode_switch(struct ieee80211_hw *hw, bool pi_mode) in _rtl92c_phy_pi_mode_switch() argument 1130 mode = pi_mode ? 0x01000100 : 0x01000000; in _rtl92c_phy_pi_mode_switch()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/hal/ |
H A D | phy.c | 866 static void pi_mode_switch(struct adapter *adapt, bool pi_mode) in pi_mode_switch() argument 870 mode = pi_mode ? 0x01000100 : 0x01000000; in pi_mode_switch()
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8192c/ |
H A D | phy_common.c | 1126 static void _rtl92c_phy_pi_mode_switch(struct ieee80211_hw *hw, bool pi_mode) in _rtl92c_phy_pi_mode_switch() argument 1130 mode = pi_mode ? 0x01000100 : 0x01000000; in _rtl92c_phy_pi_mode_switch()
|
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
H A D | phy.c | 1604 static void _rtl88e_phy_pi_mode_switch(struct ieee80211_hw *hw, bool pi_mode) in _rtl88e_phy_pi_mode_switch() argument 1608 mode = pi_mode ? 0x01000100 : 0x01000000; in _rtl88e_phy_pi_mode_switch()
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
H A D | phy.c | 1604 static void _rtl88e_phy_pi_mode_switch(struct ieee80211_hw *hw, bool pi_mode) in _rtl88e_phy_pi_mode_switch() argument 1608 mode = pi_mode ? 0x01000100 : 0x01000000; in _rtl88e_phy_pi_mode_switch()
|
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
H A D | phy.c | 1729 static void _rtl92d_phy_pimode_switch(struct ieee80211_hw *hw, bool pi_mode) in _rtl92d_phy_pimode_switch() argument 1735 "BB Switch to %s mode!\n", pi_mode ? "PI" : "SI"); in _rtl92d_phy_pimode_switch() 1736 mode = pi_mode ? 0x01000100 : 0x01000000; in _rtl92d_phy_pimode_switch()
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
H A D | phy.c | 1729 static void _rtl92d_phy_pimode_switch(struct ieee80211_hw *hw, bool pi_mode) in _rtl92d_phy_pimode_switch() argument 1735 "BB Switch to %s mode!\n", pi_mode ? "PI" : "SI"); in _rtl92d_phy_pimode_switch() 1736 mode = pi_mode ? 0x01000100 : 0x01000000; in _rtl92d_phy_pimode_switch()
|
Completed in 23 milliseconds