Searched refs:runtime_pm (Results 1 – 5 of 5) sorted by relevance
32 __ATTR(runtime_pm, 0440, hdd_sysfs_runtime_pm_show,
385 cfg_ini->runtime_pm = 0; in hdd_disable_runtime_pm()398 cfg_ini->runtime_pm = cfg_get(hdd_ctx->psoc, CFG_ENABLE_RUNTIME_PM); in hdd_restore_runtime_pm()
1766 if (hdd_ctx->config->runtime_pm == hdd_runtime_pm_dynamic && in wlan_hdd_runtime_suspend()
4509 if (hdd_ctx->config->runtime_pm != hdd_runtime_pm_dynamic) { in hdd_wlan_register_pm_qos_notifier()4536 if (hdd_ctx->config->runtime_pm != hdd_runtime_pm_dynamic) { in hdd_wlan_unregister_pm_qos_notifier()14374 config->runtime_pm = cfg_get(psoc, CFG_ENABLE_RUNTIME_PM); in hdd_init_runtime_pm()14379 return hdd_ctx->config->runtime_pm != hdd_runtime_pm_disabled; in hdd_is_runtime_pm_enabled()20895 cfg->enable_runtime_pm = hdd_ctx->config->runtime_pm; in hdd_populate_runtime_cfg()
171 uint8_t runtime_pm; member