Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hif/src/
Dhif_runtime_pm.c815 gp_hif_rtpm_ctx->prevent_cnt++; in __hif_pm_runtime_prevent_suspend()
834 if (gp_hif_rtpm_ctx->prevent_cnt == 0 || !lock->active) in __hif_pm_runtime_allow_suspend()
857 gp_hif_rtpm_ctx->prevent_cnt--; in __hif_pm_runtime_allow_suspend()
916 gp_hif_rtpm_ctx->prevent_cnt++; in __hif_pm_runtime_prevent_suspend_sync()
1147 prevent_list_count = gp_hif_rtpm_ctx->prevent_cnt; in hif_rtpm_print_prevent_list()
Dhif_runtime_pm.h154 uint32_t prevent_cnt; member