Searched defs:smart_ps (Results 1 - 15 of 15) sorted by relevance

/drivers/staging/rtl8712/
H A Drtl871x_pwrctrl.c70 void r8712_set_ps_mode(struct _adapter *padapter, uint ps_mode, uint smart_ps) argument
76 /* if driver is in active state, we dont need set smart_ps.*/
78 smart_ps = 0;
79 if ((pwrpriv->pwr_mode != ps_mode) || (pwrpriv->smart_ps != smart_ps)) {
85 pwrpriv->smart_ps = smart_ps;
185 pwrctrlpriv->smart_ps = 0;
H A Drtl871x_mp_ioctl.h339 unsigned int smart_ps; member in struct:psmode_param
H A Drtl871x_pwrctrl.h105 uint smart_ps; member in struct:pwrctrl_priv
128 uint smart_ps);
H A Dos_intfs.c69 static int smart_ps = 1; variable
150 registry_par->smart_ps = (u8)smart_ps;
425 padapter->registrypriv.smart_ps);
H A Ddrv_types.h99 u8 smart_ps; member in struct:registry_priv
H A Drtl871x_mp_ioctl.c953 uint pwr_mode, smart_ps; local
962 smart_ps = *(uint *)((addr_t)poid_par_priv->information_buf + 4);
963 if (pwr_mode != Adapter->pwrctrlpriv.pwr_mode || smart_ps !=
964 Adapter->pwrctrlpriv.smart_ps)
965 r8712_set_ps_mode(Adapter, pwr_mode, smart_ps);
H A Drtl871x_cmd.h596 u8 smart_ps; member in struct:setpwrmode_parm
/drivers/staging/rtl8188eu/core/
H A Drtw_pwrctrl.c378 void rtw_set_ps_mode(struct adapter *padapter, u8 ps_mode, u8 smart_ps, u8 bcn_ant_mode) argument
384 __func__, ps_mode, smart_ps));
395 if ((pwrpriv->smart_ps == smart_ps) &&
406 pwrpriv->smart_ps = smart_ps;
466 DBG_88E("%s smart_ps:%d\n", __func__, pwrpriv->smart_ps);
468 rtw_set_ps_mode(padapter, pwrpriv->power_mgnt, pwrpriv->smart_ps, 0);
541 pwrctrlpriv->smart_ps
[all...]
/drivers/staging/rtl8723au/core/
H A Drtw_pwrctrl.c280 u8 smart_ps, u8 bcn_ant_mode)
286 __func__, ps_mode, smart_ps));
298 if (pwrpriv->smart_ps == smart_ps &&
317 pwrpriv->smart_ps = smart_ps;
379 DBG_8723A("%s smart_ps:%d\n", __func__,
380 pwrpriv->smart_ps);
384 pwrpriv->smart_ps, 0);
455 pwrctrlpriv->smart_ps
279 rtw_set_ps_mode23a(struct rtw_adapter *padapter, u8 ps_mode, u8 smart_ps, u8 bcn_ant_mode) argument
[all...]
/drivers/staging/rtl8188eu/include/
H A Ddrv_types.h80 u8 smart_ps; member in struct:registry_priv
H A Drtw_pwrctrl.h173 u8 smart_ps; member in struct:pwrctrl_priv
246 void rtw_set_ps_mode(struct adapter *adapter, u8 ps_mode, u8 smart_ps,
/drivers/staging/rtl8723au/include/
H A Ddrv_types.h76 u8 smart_ps; member in struct:registry_priv
H A Drtw_pwrctrl.h160 u8 smart_ps; member in struct:pwrctrl_priv
219 u8 smart_ps, u8 bcn_ant_mode);
/drivers/net/wireless/rtlwifi/rtl8192se/
H A Dfw.h241 u8 smart_ps; member in struct:h2c_set_pwrmode_parm
/drivers/net/wireless/rtlwifi/
H A Dwifi.h1904 u8 smart_ps; member in struct:rtl_ps_ctl

Completed in 949 milliseconds