Searched refs:PM_DBS1 (Results 1 – 4 of 4) sorted by relevance
/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/src/ |
H A D | wlan_policy_mgr_tables_2x2_5g_1x1_2g.h | 32 [PM_STA_24_1x1] = {PM_NOP, PM_DBS1}, 33 [PM_STA_24_2x2] = {PM_NOP, PM_DBS1}, 34 [PM_STA_5_1x1] = {PM_DBS1, PM_NOP}, 35 [PM_STA_5_2x2] = {PM_DBS1, PM_NOP}, 36 [PM_P2P_CLI_24_1x1] = {PM_NOP, PM_DBS1}, 37 [PM_P2P_CLI_24_2x2] = {PM_NOP, PM_DBS1}, 38 [PM_P2P_CLI_5_1x1] = {PM_DBS1, PM_NOP}, 39 [PM_P2P_CLI_5_2x2] = {PM_DBS1, PM_NOP}, 40 [PM_P2P_GO_24_1x1] = {PM_NOP, PM_DBS1}, 42 [PM_P2P_GO_5_1x1] = {PM_DBS1, PM_NOP}, [all …]
|
H A D | wlan_policy_mgr_action.c | 433 if (hw_mode.action_type == PM_DBS1 && in policy_mgr_need_opportunistic_upgrade() 440 preferred_dbs_action == PM_DBS1) { in policy_mgr_need_opportunistic_upgrade() 886 return PM_DBS1; in policy_mgr_get_preferred_dbs_action_table() 1312 if (hw_mode->action_type == PM_DBS1 && in policy_mgr_dbs1_dbs2_need_action() 1313 ((action == PM_DBS1 || in policy_mgr_dbs1_dbs2_need_action() 1547 PM_DBS1, reason, in policy_mgr_next_actions() 1563 case PM_DBS1: in policy_mgr_next_actions() 1584 reason, next_action, PM_DBS1, in policy_mgr_next_actions()
|
H A D | wlan_policy_mgr_core.c | 449 hw_mode->action_type = PM_DBS1; in policy_mgr_get_hw_mode_from_idx() 4847 if (next_action == PM_DBS1) in policy_mgr_complete_action() 5112 if (preferred_dbs == PM_DBS1) { in policy_mgr_get_current_pref_hw_mode_dual_dbs()
|
/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/inc/ |
H A D | wlan_policy_mgr_public_struct.h | 1306 PM_DBS1, enumerator
|