Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/dp/core/src/
H A Dwlan_dp_bus_bandwidth.c275 bbm_ctx->per_policy_vote[BBM_TPUT_POLICY] = next_vote; in bbm_apply_tput_policy()
294 bbm_ctx->per_policy_vote[BBM_TPUT_POLICY] = next_vote; in bbm_apply_tput_policy()
311 bbm_ctx->per_policy_vote[BBM_DRIVER_MODE_POLICY] = in bbm_apply_driver_mode_policy()
315 bbm_ctx->per_policy_vote[BBM_DRIVER_MODE_POLICY] = in bbm_apply_driver_mode_policy()
402 bbm_ctx->per_policy_vote[BBM_USER_POLICY] = user_level; in bbm_apply_user_policy()
404 bbm_ctx->per_policy_vote[BBM_USER_POLICY] = BUS_BW_LEVEL_NONE; in bbm_apply_user_policy()
424 if (bbm_ctx->per_policy_vote[i] > next_vote) in bbm_request_bus_bandwidth()
425 next_vote = bbm_ctx->per_policy_vote[i]; in bbm_request_bus_bandwidth()
H A Dwlan_dp_bus_bandwidth.h49 enum bus_bw_level per_policy_vote[BBM_MAX_POLICY]; member