Searched refs:policy_mgr_context (Results 1 – 1 of 1) sorted by relevance
3699 struct policy_mgr_psoc_priv_obj *policy_mgr_context; in policy_mgr_wait_for_connection_update() local3701 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() local3724 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() local3754 policy_mgr_context = policy_mgr_get_context(psoc); in policy_mgr_set_connection_update()[all …]