Home
last modified time | relevance | path

Searched refs:runtime_context (Results 1 – 7 of 7) sorted by relevance

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_power.c2395 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()
H A Dwlan_hdd_cm_connect.c891 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()
H A Dwlan_hdd_oemdata.c1413 &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()
H A Dwlan_hdd_main.c1487 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()
H A Dwlan_hdd_hostapd.c408 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()
H A Dwlan_hdd_cfg80211.c13818 struct hdd_runtime_pm_context *ctx = &hdd_ctx->runtime_context; in hdd_disable_runtime_pm_for_user()
/wlan-driver/qcacld-3.0/core/hdd/inc/
H A Dwlan_hdd_main.h2191 struct hdd_runtime_pm_context runtime_context; member