Home
last modified time | relevance | path

Searched refs:ps_timeout (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/wireless/silabs/wfx/
H A Dsta.c184 int ps_timeout; in wfx_update_pm() local
189 ps_timeout = wfx_get_ps_timeout(wvif, &ps); in wfx_update_pm()
191 ps_timeout = 0; in wfx_update_pm()
192 WARN_ON(ps_timeout < 0); in wfx_update_pm()
194 ps_timeout = 0; in wfx_update_pm()
198 return wfx_hif_set_pm(wvif, ps, ps_timeout); in wfx_update_pm()
/linux/drivers/staging/rtl8723bs/hal/
H A Drtl8723b_cmd.c447 u8 ps_timeout = 20; /* ms Keep awake when tx */ in rtl8723b_set_FwPsTuneParam_cmd() local
452 SET_8723B_H2CCMD_PSTUNE_PARM_PS_TIMEOUT(u1H2CPsTuneParm, ps_timeout); in rtl8723b_set_FwPsTuneParam_cmd()
/linux/net/wireless/
H A Dwext-compat.c1127 int timeout = wdev->ps_timeout; in cfg80211_wext_siwpower()
1163 wdev->ps_timeout = timeout; in cfg80211_wext_siwpower()
H A Dcore.c1477 wdev->ps_timeout = -1; in cfg80211_init_wdev()
1662 wdev->ps_timeout)) { in cfg80211_netdev_notifier_call()
H A Dnl80211.c14007 err = rdev_set_power_mgmt(rdev, dev, state, wdev->ps_timeout); in nl80211_set_power_save()
/linux/include/net/
H A Dcfg80211.h6720 int ps_timeout; member