Home
last modified time | relevance | path

Searched refs:fast_psm_idle_period (Results 1 – 5 of 5) sorted by relevance

/drivers/staging/wfx/
Dhif_tx.c437 body->fast_psm_idle_period = min(dynamic_ps_timeout * 2, 255); in hif_set_pm()
438 if (body->fast_psm_idle_period) in hif_set_pm()
Dhif_api_cmd.h337 u8 fast_psm_idle_period; member
/drivers/net/wireless/st/cw1200/
Dwsm.h968 u8 fast_psm_idle_period; member
Dsta.c385 priv->powersave_mode.fast_psm_idle_period = 0xFF; in cw1200_config()
387 priv->powersave_mode.fast_psm_idle_period = in cw1200_config()
Dwsm.c649 WSM_PUT8(buf, arg->fast_psm_idle_period); in wsm_set_pm()