Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_sysfs_runtime_pm.c32 __ATTR(runtime_pm, 0440, hdd_sysfs_runtime_pm_show,
H A Dwlan_hdd_cfg.c385 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()
H A Dwlan_hdd_driver_ops.c1766 if (hdd_ctx->config->runtime_pm == hdd_runtime_pm_dynamic && in wlan_hdd_runtime_suspend()
H A Dwlan_hdd_main.c4509 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()
/wlan-driver/qcacld-3.0/core/hdd/inc/
H A Dwlan_hdd_cfg.h171 uint8_t runtime_pm; member