Searched refs:ps_timeout (Results 1 – 11 of 11) sorted by relevance
201 int ps_timeout; in wfx_update_pm() local206 ps_timeout = wfx_get_ps_timeout(wvif, &ps); in wfx_update_pm()208 ps_timeout = 0; in wfx_update_pm()209 WARN_ON(ps_timeout < 0); in wfx_update_pm()211 ps_timeout = 0; in wfx_update_pm()215 return wfx_hif_set_pm(wvif, ps, ps_timeout); in wfx_update_pm()
515 ieee->ps_timeout = wrqu->power.value / 1000; in rtllib_wx_set_power()560 wrqu->power.value = ieee->ps_timeout * 1000; in rtllib_wx_get_power()
1522 int ps_timeout; member
524 ieee->ps_timeout = wrqu->power.value / 1000; in ieee80211_wx_set_power()577 wrqu->power.value = ieee->ps_timeout * 1000; in ieee80211_wx_get_power()
1728 int ps_timeout; member
462 u8 ps_timeout = 20; /* ms Keep awake when tx */ in rtl8723b_set_FwPsTuneParam_cmd() local467 SET_8723B_H2CCMD_PSTUNE_PARM_PS_TIMEOUT(u1H2CPsTuneParm, ps_timeout); in rtl8723b_set_FwPsTuneParam_cmd()
1213 int timeout = wdev->ps_timeout; in cfg80211_wext_siwpower()1249 wdev->ps_timeout = timeout; in cfg80211_wext_siwpower()
1394 wdev->ps_timeout = -1; in cfg80211_init_wdev()1579 wdev->ps_timeout)) { in cfg80211_netdev_notifier_call()
12739 err = rdev_set_power_mgmt(rdev, dev, state, wdev->ps_timeout); in nl80211_set_power_save()
1931 int ps_timeout; in ath10k_mac_vif_setup_ps() local1960 ps_timeout = conf->dynamic_ps_timeout; in ath10k_mac_vif_setup_ps()1961 if (ps_timeout == 0) { in ath10k_mac_vif_setup_ps()1963 ps_timeout = ieee80211_tu_to_usec( in ath10k_mac_vif_setup_ps()1968 ps_timeout); in ath10k_mac_vif_setup_ps()
6010 int ps_timeout; member