Searched refs:conc_cbacks (Results 1 – 6 of 6) sorted by relevance
757 struct policy_mgr_conc_cbacks *conc_cbacks) in policy_mgr_register_conc_cb() argument767 pm_ctx->conc_cbacks.connection_info_update = in policy_mgr_register_conc_cb()768 conc_cbacks->connection_info_update; in policy_mgr_register_conc_cb()
399 struct policy_mgr_conc_cbacks conc_cbacks; member
547 if (pm_ctx->conc_cbacks.connection_info_update) in policy_mgr_update_conc_list()548 pm_ctx->conc_cbacks.connection_info_update(); in policy_mgr_update_conc_list()
5440 if (pm_ctx->conc_cbacks.connection_info_update) in policy_mgr_decr_connection_count()5441 pm_ctx->conc_cbacks.connection_info_update(); in policy_mgr_decr_connection_count()
740 struct policy_mgr_conc_cbacks conc_cbacks; in lim_register_policy_mgr_callback() local742 qdf_mem_zero(&conc_cbacks, sizeof(conc_cbacks)); in lim_register_policy_mgr_callback()743 conc_cbacks.connection_info_update = lim_send_conc_params_update; in lim_register_policy_mgr_callback()746 &conc_cbacks)) { in lim_register_policy_mgr_callback()
3257 struct policy_mgr_conc_cbacks *conc_cbacks);