/drivers/staging/rtl8712/ |
D | rtl871x_pwrctrl.c | 58 void r8712_set_ps_mode(struct _adapter *padapter, uint ps_mode, uint smart_ps) in r8712_set_ps_mode() argument 66 smart_ps = 0; in r8712_set_ps_mode() 67 if ((pwrpriv->pwr_mode != ps_mode) || (pwrpriv->smart_ps != smart_ps)) { in r8712_set_ps_mode() 73 pwrpriv->smart_ps = smart_ps; in r8712_set_ps_mode() 171 pwrctrlpriv->smart_ps = 0; in r8712_init_pwrctrl_priv()
|
D | rtl871x_pwrctrl.h | 86 uint smart_ps; member 109 uint smart_ps);
|
D | os_intfs.c | 57 static int smart_ps = 1; variable 136 registry_par->smart_ps = (u8)smart_ps; in loadparam() 412 padapter->registrypriv.smart_ps); in netdev_open()
|
D | drv_types.h | 86 u8 smart_ps; member
|
D | rtl871x_mp_ioctl.h | 187 unsigned int smart_ps; member
|
D | rtl871x_cmd.h | 574 u8 smart_ps; member
|
D | rtl871x_mlme.c | 636 padapter->registrypriv.smart_ps); in r8712_ind_disconnect() 1015 adapter->registrypriv.smart_ps); in _r8712_join_timeout_handler() 1037 adapter->registrypriv.smart_ps); in _r8712_dhcp_timeout_handler()
|
/drivers/staging/r8188eu/core/ |
D | rtw_pwrctrl.c | 192 void rtw_set_ps_mode(struct adapter *padapter, u8 ps_mode, u8 smart_ps, u8 bcn_ant_mode) in rtw_set_ps_mode() argument 204 if ((pwrpriv->smart_ps == smart_ps) && in rtw_set_ps_mode() 219 pwrpriv->smart_ps = smart_ps; in rtw_set_ps_mode() 300 pwrpriv->smart_ps, 0x40); in LPS_Enter() 371 pwrctrlpriv->smart_ps = padapter->registrypriv.smart_ps; in rtw_init_pwrctrl_priv()
|
D | rtw_cmd.c | 513 padapter->pwrctrlpriv.smart_ps = 0; in rtw_joinbss_cmd() 515 padapter->pwrctrlpriv.smart_ps = padapter->registrypriv.smart_ps; in rtw_joinbss_cmd()
|
D | rtw_p2p.c | 1610 if (pwrpriv->smart_ps == 0) { in p2p_ps_wk_hdl() 1611 pwrpriv->smart_ps = 2; in p2p_ps_wk_hdl() 1621 if (pwrpriv->smart_ps != 0) { in p2p_ps_wk_hdl() 1622 pwrpriv->smart_ps = 0; in p2p_ps_wk_hdl()
|
/drivers/staging/r8188eu/include/ |
D | rtw_pwrctrl.h | 47 u8 smart_ps; member 99 void rtw_set_ps_mode(struct adapter *adapter, u8 ps_mode, u8 smart_ps,
|
D | drv_types.h | 58 u8 smart_ps; member
|
/drivers/staging/rtl8723bs/core/ |
D | rtw_pwrctrl.c | 346 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 383 pwrpriv->smart_ps = smart_ps; in rtw_set_ps_mode() 474 rtw_set_ps_mode(padapter, pwrpriv->power_mgnt, padapter->registrypriv.smart_ps, 0, buf); in LPS_Enter() 988 pwrctrlpriv->smart_ps = padapter->registrypriv.smart_ps; in rtw_init_pwrctrl_priv()
|
/drivers/net/wireless/realtek/rtlwifi/ |
D | ps.c | 361 ppsc->smart_ps = 0; in rtl_lps_set_psmode() 378 ppsc->smart_ps = 2; in rtl_lps_set_psmode() 915 if (rtlps->smart_ps == 0) { in rtl_p2p_ps_cmd() 916 rtlps->smart_ps = 2; in rtl_p2p_ps_cmd() 929 if (rtlps->smart_ps != 0) { in rtl_p2p_ps_cmd() 930 rtlps->smart_ps = 0; in rtl_p2p_ps_cmd()
|
/drivers/staging/rtl8723bs/include/ |
D | rtw_pwrctrl.h | 163 u8 smart_ps; member 278 void rtw_set_ps_mode(struct adapter *padapter, u8 ps_mode, u8 smart_ps, u8 bcn_ant_mode, const char…
|
D | drv_types.h | 86 u8 smart_ps; member
|
/drivers/net/wireless/realtek/rtw88/ |
D | ps.c | 192 conf->smart_ps = 0; in rtw_leave_lps_core() 236 conf->smart_ps = 2; in rtw_enter_lps_core()
|
/drivers/net/wireless/realtek/rtlwifi/rtl8192se/ |
D | fw.h | 216 u8 smart_ps; member
|
D | fw.c | 570 pwrmode.smart_ps = 1; in rtl92s_set_fw_pwrmode_cmd()
|
/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
D | fw.c | 259 (rtlpriv->mac80211.p2p) ? ppsc->smart_ps : 1); in rtl8723e_set_fw_pwrmode_cmd()
|
/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
D | fw.c | 286 bt_ctrl_lps ? 0 : ppsc->smart_ps); in rtl8723be_set_fw_pwrmode_cmd()
|
/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
D | fw.c | 379 (rtlpriv->mac80211.p2p) ? ppsc->smart_ps : 1); in rtl88e_set_fw_pwrmode_cmd()
|
/drivers/staging/r8188eu/hal/ |
D | rtl8188e_cmd.c | 181 H2CSetPwrMode.SmartPS_RLBM = (((pwrpriv->smart_ps << 4) & 0xf0) | (RLBM & 0x0f)); in rtl8188e_set_FwPwrMode_cmd()
|
/drivers/net/wireless/realtek/rtlwifi/rtl8192c/ |
D | fw_common.c | 435 (rtlpriv->mac80211.p2p) ? ppsc->smart_ps : 1); in rtl92c_set_fw_pwrmode_cmd()
|
/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
D | fw.c | 467 ppsc->smart_ps : 1)); in rtl92ee_set_fw_pwrmode_cmd()
|