Home
last modified time | relevance | path

Searched refs:levelconf (Results 1 – 6 of 6) sorted by relevance

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_thermal.c77 params->levelconf[0].dcoffpercent = DC_OFF_PERCENT_WPPS; in hdd_thermal_fill_clientid_priority()
130 therm_cfg_params.levelconf[0].dcoffpercent = dc_off_percent; in hdd_send_thermal_mitigation_val()
131 therm_cfg_params.levelconf[0].priority = prio; in hdd_send_thermal_mitigation_val()
132 therm_cfg_params.levelconf[0].tmplwm = target_temp; in hdd_send_thermal_mitigation_val()
624 therm_cfg_params.levelconf[0].dcoffpercent = dc_off_percent; in hdd_restore_thermal_mitigation_config()
625 therm_cfg_params.levelconf[0].priority = prio; in hdd_restore_thermal_mitigation_config()
626 therm_cfg_params.levelconf[0].tmplwm = target_temp; in hdd_restore_thermal_mitigation_config()
H A Dwlan_hdd_sysfs_thermal_cfg.c147 therm_cfg_params.levelconf[0].dcoffpercent = val3; in __hdd_sysfs_thermal_cfg_store()
148 therm_cfg_params.levelconf[0].priority = val4; in __hdd_sysfs_thermal_cfg_store()
149 therm_cfg_params.levelconf[0].tmplwm = val7; in __hdd_sysfs_thermal_cfg_store()
H A Dwlan_hdd_wext.c7016 therm_cfg_params.levelconf[0].dcoffpercent = apps_args[2]; in __iw_set_var_ints_getnone()
7017 therm_cfg_params.levelconf[0].priority = apps_args[3]; in __iw_set_var_ints_getnone()
7018 therm_cfg_params.levelconf[0].tmplwm = apps_args[6]; in __iw_set_var_ints_getnone()
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_data.c1709 therm_data.levelconf[0].dcoffpercent = in wma_update_thermal_mitigation_to_fw()
1711 therm_data.levelconf[0].priority = 0; in wma_update_thermal_mitigation_to_fw()
/wlan-driver/qca-wifi-host-cmn/wmi/inc/
H A Dwmi_unified_param.h3255 tt_level_config levelconf[THERMAL_LEVELS]; member
/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified_tlv.c9312 lvl_conf->temp_lwm = param->levelconf[i].tmplwm; in send_thermal_mitigation_param_cmd_tlv()
9313 lvl_conf->temp_hwm = param->levelconf[i].tmphwm; in send_thermal_mitigation_param_cmd_tlv()
9314 lvl_conf->dc_off_percent = param->levelconf[i].dcoffpercent; in send_thermal_mitigation_param_cmd_tlv()
9315 lvl_conf->prio = param->levelconf[i].priority; in send_thermal_mitigation_param_cmd_tlv()