Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hif/src/
H A Dhif_runtime_pm.c438 gp_hif_rtpm_ctx->enable_rpm = scn->hif_config.enable_runtime_pm; in hif_set_enable_rpm()
445 if (!gp_hif_rtpm_ctx->enable_rpm) { in hif_rtpm_start()
470 if (!gp_hif_rtpm_ctx->enable_rpm) in hif_rtpm_stop()
634 if (gp_hif_rtpm_ctx->enable_rpm) in hif_rtpm_enabled()
749 if (usage_count == 2 && !gp_hif_rtpm_ctx->enable_rpm) { in hif_rtpm_put()
843 if (usage_count == 2 && !gp_hif_rtpm_ctx->enable_rpm) { in __hif_pm_runtime_allow_suspend()
1178 if (!gp_hif_rtpm_ctx || !gp_hif_rtpm_ctx->enable_rpm) in hif_rtpm_is_suspend_allowed()
H A Dhif_runtime_pm.h146 bool enable_rpm; member