Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/silabs/wfx/
Dsta.c183 int ps_timeout; in wfx_update_pm() local
188 ps_timeout = wfx_get_ps_timeout(wvif, &ps); in wfx_update_pm()
190 ps_timeout = 0; in wfx_update_pm()
191 WARN_ON(ps_timeout < 0); in wfx_update_pm()
193 ps_timeout = 0; in wfx_update_pm()
197 return wfx_hif_set_pm(wvif, ps, ps_timeout); in wfx_update_pm()
/linux-6.12.1/drivers/staging/rtl8192e/
Drtllib_softmac_wx.c471 ieee->ps_timeout = wrqu->power.value / 1000; in rtllib_wx_set_power()
516 wrqu->power.value = ieee->ps_timeout * 1000; in rtllib_wx_get_power()
Drtllib.h1312 int ps_timeout; member
/linux-6.12.1/drivers/staging/rtl8723bs/hal/
Drtl8723b_cmd.c461 u8 ps_timeout = 20; /* ms Keep awake when tx */ in rtl8723b_set_FwPsTuneParam_cmd() local
466 SET_8723B_H2CCMD_PSTUNE_PARM_PS_TIMEOUT(u1H2CPsTuneParm, ps_timeout); in rtl8723b_set_FwPsTuneParam_cmd()
/linux-6.12.1/net/wireless/
Dcore.c1388 wdev->ps_timeout = -1; in cfg80211_init_wdev()
1571 wdev->ps_timeout)) { in cfg80211_netdev_notifier_call()
Dwext-compat.c1192 int timeout = wdev->ps_timeout; in cfg80211_wext_siwpower()
1228 wdev->ps_timeout = timeout; in cfg80211_wext_siwpower()
Dnl80211.c12922 err = rdev_set_power_mgmt(rdev, dev, state, wdev->ps_timeout); in nl80211_set_power_save()
/linux-6.12.1/drivers/net/wireless/ath/ath10k/
Dmac.c1926 int ps_timeout; in ath10k_mac_vif_setup_ps() local
1955 ps_timeout = conf->dynamic_ps_timeout; in ath10k_mac_vif_setup_ps()
1956 if (ps_timeout == 0) { in ath10k_mac_vif_setup_ps()
1958 ps_timeout = ieee80211_tu_to_usec( in ath10k_mac_vif_setup_ps()
1963 ps_timeout); in ath10k_mac_vif_setup_ps()
/linux-6.12.1/include/net/
Dcfg80211.h6303 int ps_timeout; member