Home
last modified time | relevance | path

Searched refs:force_ps_timeout (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/drivers/staging/wfx/
Ddebug.c327 wdev->force_ps_timeout = val; in wfx_ps_timeout_set()
338 *val = wdev->force_ps_timeout; in wfx_ps_timeout_get()
Dsta.c163 if (wvif->wdev->force_ps_timeout > -1) in wfx_get_ps_timeout()
164 return wvif->wdev->force_ps_timeout; in wfx_get_ps_timeout()
172 if (wvif->wdev->force_ps_timeout > -1) in wfx_get_ps_timeout()
173 return wvif->wdev->force_ps_timeout; in wfx_get_ps_timeout()
Dwfx.h60 int force_ps_timeout; member
Dmain.c325 wdev->force_ps_timeout = -1; in wfx_init_common()