Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/src/
Dwlan_policy_mgr_action.c3699 struct policy_mgr_psoc_priv_obj *policy_mgr_context; in policy_mgr_wait_for_connection_update() local
3701 policy_mgr_context = policy_mgr_get_context(psoc); in policy_mgr_wait_for_connection_update()
3702 if (!policy_mgr_context) { in policy_mgr_wait_for_connection_update()
3708 &policy_mgr_context->connection_update_done_evt, in policy_mgr_wait_for_connection_update()
3722 struct policy_mgr_psoc_priv_obj *policy_mgr_context; in policy_mgr_reset_connection_update() local
3724 policy_mgr_context = policy_mgr_get_context(psoc); in policy_mgr_reset_connection_update()
3725 if (!policy_mgr_context) { in policy_mgr_reset_connection_update()
3731 &policy_mgr_context->connection_update_done_evt); in policy_mgr_reset_connection_update()
3752 struct policy_mgr_psoc_priv_obj *policy_mgr_context; in policy_mgr_set_connection_update() local
3754 policy_mgr_context = policy_mgr_get_context(psoc); in policy_mgr_set_connection_update()
[all …]