Home
last modified time | relevance | path

Searched refs:dc_off_percent (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_thermal.c89 uint32_t dc, dc_off_percent; in hdd_send_thermal_mitigation_val() local
104 dc_off_percent = thermal_temp.throttle_dutycycle_level[5]; in hdd_send_thermal_mitigation_val()
107 dc_off_percent = thermal_temp.throttle_dutycycle_level[4]; in hdd_send_thermal_mitigation_val()
110 dc_off_percent = thermal_temp.throttle_dutycycle_level[3]; in hdd_send_thermal_mitigation_val()
113 dc_off_percent = thermal_temp.throttle_dutycycle_level[2]; in hdd_send_thermal_mitigation_val()
116 dc_off_percent = thermal_temp.throttle_dutycycle_level[1]; in hdd_send_thermal_mitigation_val()
120 dc_off_percent = thermal_temp.throttle_dutycycle_level[0]; in hdd_send_thermal_mitigation_val()
130 therm_cfg_params.levelconf[0].dcoffpercent = dc_off_percent; in hdd_send_thermal_mitigation_val()
141 hdd_debug("dc %d dc_off_per %d", dc, dc_off_percent); in hdd_send_thermal_mitigation_val()
155 hdd_ctx->dutycycle_off_percent = dc_off_percent; in hdd_send_thermal_mitigation_val()
[all …]
/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified_tlv.c9314 lvl_conf->dc_off_percent = param->levelconf[i].dcoffpercent; in send_thermal_mitigation_param_cmd_tlv()
/wlan-driver/fw-api/fw/
H A Dwmi_unified.h36976 A_UINT32 dc_off_percent; member