Searched refs:ps_timeout (Results 1 – 12 of 12) sorted by relevance
42 static unsigned long ps_timeout; variable60 ps_timeout = jiffies + timeout; in ps_set_intr()87 if (!ps_ready || ps_ready() || time_after_eq(jiffies, ps_timeout)) { in ps_tq_int()
182 int ps_timeout; in wfx_update_pm() local187 ps_timeout = wfx_get_ps_timeout(wvif, &ps); in wfx_update_pm()189 ps_timeout = 0; in wfx_update_pm()190 WARN_ON(ps_timeout < 0); in wfx_update_pm()192 ps_timeout = 0; in wfx_update_pm()198 return hif_set_pm(wvif, ps, ps_timeout); in wfx_update_pm()
583 ieee->ps_timeout = wrqu->power.value / 1000; in rtllib_wx_set_power()585 ieee->ps_timeout); in rtllib_wx_set_power()633 wrqu->power.value = ieee->ps_timeout * 1000; in rtllib_wx_get_power()
1586 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()
1791 int ps_timeout; member
1275 wdev->ps_timeout = -1; in cfg80211_init_wdev()1405 wdev->ps_timeout)) { in cfg80211_netdev_notifier_call()
1102 int timeout = wdev->ps_timeout; in cfg80211_wext_siwpower()1136 wdev->ps_timeout = timeout; in cfg80211_wext_siwpower()
11334 err = rdev_set_power_mgmt(rdev, dev, state, wdev->ps_timeout); in nl80211_set_power_save()
1151 u8 ps_timeout = 20; /* ms Keep awake when tx */ in rtl8723b_set_FwPsTuneParam_cmd() local1158 SET_8723B_H2CCMD_PSTUNE_PARM_PS_TIMEOUT(u1H2CPsTuneParm, ps_timeout); in rtl8723b_set_FwPsTuneParam_cmd()
1910 int ps_timeout; in ath10k_mac_vif_setup_ps() local1939 ps_timeout = conf->dynamic_ps_timeout; in ath10k_mac_vif_setup_ps()1940 if (ps_timeout == 0) { in ath10k_mac_vif_setup_ps()1942 ps_timeout = ieee80211_tu_to_usec( in ath10k_mac_vif_setup_ps()1947 ps_timeout); in ath10k_mac_vif_setup_ps()
5283 int ps_timeout; member