Home
last modified time | relevance | path

Searched refs:cfg_delay (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/hif/src/ !
H A Dhif_runtime_pm.c461 gp_hif_rtpm_ctx->cfg_delay = scn->hif_config.runtime_pm_delay; in hif_rtpm_start()
462 gp_hif_rtpm_ctx->delay = gp_hif_rtpm_ctx->cfg_delay; in hif_rtpm_start()
564 if (gp_hif_rtpm_ctx->delay == gp_hif_rtpm_ctx->cfg_delay) { in hif_rtpm_restore_autosuspend_delay()
571 gp_hif_rtpm_ctx->cfg_delay); in hif_rtpm_restore_autosuspend_delay()
572 gp_hif_rtpm_ctx->delay = gp_hif_rtpm_ctx->cfg_delay; in hif_rtpm_restore_autosuspend_delay()
H A Dhif_runtime_pm.h160 int cfg_delay; member