Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/inc/
H A Dwlan_hdd_ipa.h78 void hdd_ipa_set_perf_level_bw(enum hw_mode_bandwidth bw);
98 static inline void hdd_ipa_set_perf_level_bw(enum hw_mode_bandwidth bw) in hdd_ipa_set_perf_level_bw() function
/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/src/
H A Dwlan_policy_mgr_init_deinit.c935 pm_ctx->dp_cbacks.hdd_ipa_set_perf_level_bw = in policy_mgr_register_dp_cb()
936 dp_cbacks->hdd_ipa_set_perf_level_bw; in policy_mgr_register_dp_cb()
H A Dwlan_policy_mgr_core.c539 if (pm_ctx->dp_cbacks.hdd_ipa_set_perf_level_bw) { in policy_mgr_update_conc_list()
543 pm_ctx->dp_cbacks.hdd_ipa_set_perf_level_bw(max_bw); in policy_mgr_update_conc_list()
H A Dwlan_policy_mgr_get_set_utils.c5261 if (pm_ctx->dp_cbacks.hdd_ipa_set_perf_level_bw) { in policy_mgr_decr_active_session()
5265 pm_ctx->dp_cbacks.hdd_ipa_set_perf_level_bw(max_bw); in policy_mgr_decr_active_session()
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_ipa.c439 void hdd_ipa_set_perf_level_bw(enum hw_mode_bandwidth bw) in hdd_ipa_set_perf_level_bw() function
H A Dwlan_hdd_main.c16817 dp_cbs.hdd_ipa_set_perf_level_bw = hdd_ipa_set_perf_level_bw; in hdd_configure_cds()
/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/inc/
H A Dwlan_policy_mgr_api.h2311 void (*hdd_ipa_set_perf_level_bw)(enum hw_mode_bandwidth bw); member