Searched refs:smart_ps (Results 1 - 25 of 26) sorted by relevance

12

/linux-master/drivers/staging/rtl8712/
H A Drtl871x_pwrctrl.c58 void r8712_set_ps_mode(struct _adapter *padapter, uint ps_mode, uint smart_ps) argument
64 /* if driver is in active state, we dont need set smart_ps.*/
66 smart_ps = 0;
67 if ((pwrpriv->pwr_mode != ps_mode) || (pwrpriv->smart_ps != smart_ps)) {
73 pwrpriv->smart_ps = smart_ps;
171 pwrctrlpriv->smart_ps = 0;
H A Drtl871x_pwrctrl.h86 uint smart_ps; member in struct:pwrctrl_priv
109 uint smart_ps);
H A Ddrv_types.h86 u8 smart_ps; member in struct:registry_priv
H A Dos_intfs.c57 static int smart_ps = 1; variable
136 registry_par->smart_ps = (u8)smart_ps;
428 padapter->registrypriv.smart_ps);
H A Drtl871x_mp_ioctl.h187 unsigned int smart_ps; member in struct:psmode_param
H A Drtl871x_cmd.h574 u8 smart_ps; member in struct:setpwrmode_parm
H A Drtl871x_mlme.c636 padapter->registrypriv.smart_ps);
1016 adapter->registrypriv.smart_ps);
1038 adapter->registrypriv.smart_ps);
H A Drtl871x_xmit.c231 padapter->registrypriv.smart_ps);
/linux-master/drivers/staging/rtl8723bs/include/
H A Drtw_pwrctrl.h163 u8 smart_ps; member in struct:pwrctrl_priv
278 void rtw_set_ps_mode(struct adapter *padapter, u8 ps_mode, u8 smart_ps, u8 bcn_ant_mode, const char *msg);
H A Ddrv_types.h86 u8 smart_ps; member in struct:registry_priv
/linux-master/drivers/net/wireless/realtek/rtw88/
H A Dps.c192 conf->smart_ps = 0;
236 conf->smart_ps = 2;
H A Dmain.h692 u8 smart_ps; member in struct:rtw_lps_conf
H A Dfw.c830 SET_PWR_MODE_SET_SMART_PS(h2c_pkt, conf->smart_ps);
/linux-master/drivers/staging/rtl8723bs/core/
H A Drtw_pwrctrl.c346 void rtw_set_ps_mode(struct adapter *padapter, u8 ps_mode, u8 smart_ps, u8 bcn_ant_mode, const char *msg) argument
383 pwrpriv->smart_ps = smart_ps;
474 rtw_set_ps_mode(padapter, pwrpriv->power_mgnt, padapter->registrypriv.smart_ps, 0, buf);
988 pwrctrlpriv->smart_ps = padapter->registrypriv.smart_ps;
/linux-master/drivers/net/wireless/realtek/rtlwifi/
H A Dps.c361 ppsc->smart_ps = 0;
378 ppsc->smart_ps = 2;
900 if (rtlps->smart_ps == 0) {
901 rtlps->smart_ps = 2;
914 if (rtlps->smart_ps != 0) {
915 rtlps->smart_ps = 0;
H A Dwifi.h2030 u8 smart_ps; member in struct:rtl_ps_ctl
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
H A Dfw.h216 u8 smart_ps; member in struct:h2c_set_pwrmode_parm
H A Dfw.c570 pwrmode.smart_ps = 1;
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192c/
H A Dfw_common.c435 (rtlpriv->mac80211.p2p) ? ppsc->smart_ps : 1);
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Dfw.c286 bt_ctrl_lps ? 0 : ppsc->smart_ps);
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Dfw.c379 (rtlpriv->mac80211.p2p) ? ppsc->smart_ps : 1);
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H A Dfw.c259 (rtlpriv->mac80211.p2p) ? ppsc->smart_ps : 1);
/linux-master/drivers/staging/rtl8723bs/hal/
H A Drtl8723b_cmd.c401 SET_8723B_H2CCMD_PWRMODE_PARM_SMART_PS(u1H2CPwrModeParm, pwrpriv->smart_ps);
/linux-master/drivers/staging/rtl8723bs/os_dep/
H A Dos_intfs.c34 /* int smart_ps = 1; */
205 registry_par->smart_ps = (u8)rtw_smart_ps;
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H A Dfw.c467 ppsc->smart_ps : 1));

Completed in 306 milliseconds

12