Searched refs:runtime_context (Results 1 – 7 of 7) sorted by relevance
2395 suspend_lock = &hdd_ctx->runtime_context.system_suspend; in _wlan_hdd_cfg80211_resume_wlan()2750 suspend_lock = &hdd_ctx->runtime_context.system_suspend; in _wlan_hdd_cfg80211_suspend_wlan()2817 qdf_runtime_pm_allow_suspend(&hdd_ctx->runtime_context.connect); in hdd_stop_dhcp_ind()2837 qdf_runtime_pm_prevent_suspend(&hdd_ctx->runtime_context.connect); in hdd_start_dhcp_ind()3554 qdf_runtime_pm_allow_suspend(&hdd_ctx->runtime_context.wow_unit_test); in __hdd_wlan_fake_apps_resume()3628 qdf_runtime_pm_prevent_suspend(&hdd_ctx->runtime_context.wow_unit_test); in hdd_wlan_fake_apps_suspend()3692 qdf_runtime_pm_allow_suspend(&hdd_ctx->runtime_context.wow_unit_test); in hdd_wlan_fake_apps_suspend()
891 qdf_runtime_pm_prevent_suspend(&hdd_ctx->runtime_context.connect); in wlan_hdd_cm_connect()919 qdf_runtime_pm_allow_suspend(&hdd_ctx->runtime_context.connect); in wlan_hdd_cm_connect()1004 qdf_runtime_pm_allow_suspend(&hdd_ctx->runtime_context.connect); in hdd_cm_connect_failure_post_user_update()1830 qdf_runtime_pm_allow_suspend(&hdd_ctx->runtime_context.connect); in hdd_cm_connect_success_post_user_update()
1413 &hdd_ctx->runtime_context.oem_data_cmd); in __wlan_hdd_cfg80211_oem_data_handler()1474 qdf_runtime_pm_allow_suspend(&hdd_ctx->runtime_context.oem_data_cmd); in __wlan_hdd_cfg80211_oem_data_handler()
1487 struct hdd_runtime_pm_context *ctx = &hdd_ctx->runtime_context; in hdd_runtime_suspend_context_init()1515 struct hdd_runtime_pm_context *ctx = &hdd_ctx->runtime_context; in hdd_runtime_suspend_context_deinit()3279 &hdd_ctx->runtime_context.monitor_mode); in __hdd_mon_open()5907 &hdd_ctx->runtime_context.dyn_mac_addr_update); in hdd_dynamic_mac_address_set()5983 &hdd_ctx->runtime_context.dyn_mac_addr_update); in hdd_dynamic_mac_address_set()7323 qdf_runtime_pm_prevent_suspend(&hdd_ctx->runtime_context.vdev_destroy); in hdd_vdev_destroy()7329 qdf_runtime_pm_allow_suspend(&hdd_ctx->runtime_context.vdev_destroy); in hdd_vdev_destroy()9594 &hdd_ctx->runtime_context.monitor_mode); in hdd_monitor_mode_release_wakelock()
408 qdf_runtime_pm_allow_suspend(&hdd_ctx->runtime_context.dfs); in hdd_hostapd_channel_allow_suspend()456 qdf_runtime_pm_prevent_suspend(&hdd_ctx->runtime_context.dfs); in hdd_hostapd_channel_prevent_suspend()
13818 struct hdd_runtime_pm_context *ctx = &hdd_ctx->runtime_context; in hdd_disable_runtime_pm_for_user()
2191 struct hdd_runtime_pm_context runtime_context; member