/drivers/staging/rtl8712/ |
D | rtl871x_pwrctrl.c | 70 void r8712_set_ps_mode(struct _adapter *padapter, uint ps_mode, uint smart_ps) in r8712_set_ps_mode() argument 78 smart_ps = 0; in r8712_set_ps_mode() 79 if ((pwrpriv->pwr_mode != ps_mode) || (pwrpriv->smart_ps != smart_ps)) { in r8712_set_ps_mode() 85 pwrpriv->smart_ps = smart_ps; in r8712_set_ps_mode() 182 pwrctrlpriv->smart_ps = 0; in r8712_init_pwrctrl_priv()
|
D | rtl871x_pwrctrl.h | 101 uint smart_ps; member 124 uint smart_ps);
|
D | os_intfs.c | 65 static int smart_ps = 1; variable 144 registry_par->smart_ps = (u8)smart_ps; in loadparam() 417 padapter->registrypriv.smart_ps); in netdev_open()
|
D | drv_types.h | 96 u8 smart_ps; member
|
D | rtl871x_mp_ioctl.h | 329 unsigned int smart_ps; member
|
D | rtl871x_cmd.h | 581 u8 smart_ps; member
|
D | rtl871x_mlme.c | 682 padapter->registrypriv.smart_ps); in r8712_ind_disconnect() 1084 adapter->registrypriv.smart_ps); in _r8712_join_timeout_handler() 1106 adapter->registrypriv.smart_ps); in _r8712_dhcp_timeout_handler()
|
/drivers/staging/rtl8188eu/core/ |
D | rtw_pwrctrl.c | 373 void rtw_set_ps_mode(struct adapter *padapter, u8 ps_mode, u8 smart_ps, u8 bcn_ant_mode) in rtw_set_ps_mode() argument 379 __func__, ps_mode, smart_ps)); in rtw_set_ps_mode() 390 if ((pwrpriv->smart_ps == smart_ps) && in rtw_set_ps_mode() 401 pwrpriv->smart_ps = smart_ps; in rtw_set_ps_mode() 461 DBG_88E("%s smart_ps:%d\n", __func__, pwrpriv->smart_ps); in LPS_Enter() 463 rtw_set_ps_mode(padapter, pwrpriv->power_mgnt, pwrpriv->smart_ps, 0); in LPS_Enter() 536 pwrctrlpriv->smart_ps = padapter->registrypriv.smart_ps; in rtw_init_pwrctrl_priv()
|
D | rtw_cmd.c | 471 padapter->pwrctrlpriv.smart_ps = 0; in rtw_joinbss_cmd() 473 padapter->pwrctrlpriv.smart_ps = padapter->registrypriv.smart_ps; in rtw_joinbss_cmd() 475 DBG_88E("%s: smart_ps =%d\n", __func__, padapter->pwrctrlpriv.smart_ps); in rtw_joinbss_cmd()
|
/drivers/staging/rtlwifi/rtl8822be/ |
D | fw.c | 274 u8 smart_ps = 0; in rtl8822be_set_fw_pwrmode_cmd() local 293 smart_ps = ppsc->smart_ps; in rtl8822be_set_fw_pwrmode_cmd() 298 smart_ps = ppsc->smart_ps; in rtl8822be_set_fw_pwrmode_cmd() 307 smart_ps = ppsc->smart_ps; in rtl8822be_set_fw_pwrmode_cmd() 316 smart_ps = ppsc->smart_ps; in rtl8822be_set_fw_pwrmode_cmd() 340 smart_ps = 0; in rtl8822be_set_fw_pwrmode_cmd() 349 SET_H2CCMD_PWRMODE_PARM_SMART_PS(u1_h2c_set_pwrmode, smart_ps); in rtl8822be_set_fw_pwrmode_cmd()
|
/drivers/staging/rtl8188eu/include/ |
D | rtw_pwrctrl.h | 153 u8 smart_ps; member 225 void rtw_set_ps_mode(struct adapter *adapter, u8 ps_mode, u8 smart_ps,
|
D | drv_types.h | 66 u8 smart_ps; member
|
/drivers/staging/rtlwifi/ |
D | ps.c | 380 ppsc->smart_ps = 0; in rtl_lps_set_psmode() 397 ppsc->smart_ps = 2; in rtl_lps_set_psmode() 927 if (rtlps->smart_ps == 0) { in rtl_p2p_ps_cmd() 928 rtlps->smart_ps = 2; in rtl_p2p_ps_cmd() 940 if (rtlps->smart_ps != 0) { in rtl_p2p_ps_cmd() 941 rtlps->smart_ps = 0; in rtl_p2p_ps_cmd()
|
/drivers/net/wireless/realtek/rtlwifi/ |
D | ps.c | 382 ppsc->smart_ps = 0; in rtl_lps_set_psmode() 399 ppsc->smart_ps = 2; in rtl_lps_set_psmode() 940 if (rtlps->smart_ps == 0) { in rtl_p2p_ps_cmd() 941 rtlps->smart_ps = 2; in rtl_p2p_ps_cmd() 954 if (rtlps->smart_ps != 0) { in rtl_p2p_ps_cmd() 955 rtlps->smart_ps = 0; in rtl_p2p_ps_cmd()
|
/drivers/staging/rtl8723bs/core/ |
D | rtw_pwrctrl.c | 401 void rtw_set_ps_mode(struct adapter *padapter, u8 ps_mode, u8 smart_ps, u8 bcn_ant_mode, const char… in rtw_set_ps_mode() argument 410 __func__, ps_mode, smart_ps)); in rtw_set_ps_mode() 482 pwrpriv->smart_ps = smart_ps; in rtw_set_ps_mode() 575 rtw_set_ps_mode(padapter, pwrpriv->power_mgnt, padapter->registrypriv.smart_ps, 0, buf); in LPS_Enter() 1165 pwrctrlpriv->smart_ps = padapter->registrypriv.smart_ps; in rtw_init_pwrctrl_priv()
|
/drivers/staging/rtl8723bs/include/ |
D | rtw_pwrctrl.h | 227 u8 smart_ps; member 361 void rtw_set_ps_mode(struct adapter *padapter, u8 ps_mode, u8 smart_ps, u8 bcn_ant_mode, const char…
|
D | drv_types.h | 123 u8 smart_ps; member
|
/drivers/net/wireless/realtek/rtlwifi/rtl8192se/ |
D | fw.h | 237 u8 smart_ps; member
|
D | fw.c | 590 pwrmode.smart_ps = 1; in rtl92s_set_fw_pwrmode_cmd()
|
/drivers/staging/rtl8188eu/hal/ |
D | rtl8188e_cmd.c | 169 Mode, pwrpriv->smart_ps, adapt->registrypriv.uapsd_enable); in rtl8188e_set_FwPwrMode_cmd() 194 H2CSetPwrMode.SmartPS_RLBM = (((pwrpriv->smart_ps<<4)&0xf0) | (RLBM & 0x0f)); in rtl8188e_set_FwPwrMode_cmd()
|
/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
D | fw.c | 281 (rtlpriv->mac80211.p2p) ? ppsc->smart_ps : 1); in rtl8723e_set_fw_pwrmode_cmd()
|
/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
D | fw.c | 308 bt_ctrl_lps ? 0 : ppsc->smart_ps); in rtl8723be_set_fw_pwrmode_cmd()
|
/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
D | fw.c | 399 (rtlpriv->mac80211.p2p) ? ppsc->smart_ps : 1); in rtl88e_set_fw_pwrmode_cmd()
|
/drivers/net/wireless/realtek/rtlwifi/rtl8192c/ |
D | fw_common.c | 458 (rtlpriv->mac80211.p2p) ? ppsc->smart_ps : 1); in rtl92c_set_fw_pwrmode_cmd()
|
/drivers/staging/rtl8188eu/os_dep/ |
D | os_intfs.c | 162 registry_par->smart_ps = (u8)rtw_smart_ps; in loadparam()
|