Home
last modified time | relevance | path

Searched refs:throttle_dutycycle_level (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_thermal.c104 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()
/wlan-driver/qcacld-3.0/components/fw_offload/core/src/
Dwlan_fw_offload_main.c169 thermal_temp->throttle_dutycycle_level[0] = in fwol_init_thermal_temp_in_cfg()
171 thermal_temp->throttle_dutycycle_level[1] = in fwol_init_thermal_temp_in_cfg()
173 thermal_temp->throttle_dutycycle_level[2] = in fwol_init_thermal_temp_in_cfg()
175 thermal_temp->throttle_dutycycle_level[3] = in fwol_init_thermal_temp_in_cfg()
177 thermal_temp->throttle_dutycycle_level[4] = in fwol_init_thermal_temp_in_cfg()
179 thermal_temp->throttle_dutycycle_level[5] = in fwol_init_thermal_temp_in_cfg()
/wlan-driver/qcacld-3.0/components/fw_offload/core/inc/
Dwlan_fw_offload_main.h137 uint32_t throttle_dutycycle_level[FWOL_THERMAL_THROTTLE_LEVEL_MAX]; member
/wlan-driver/qcacld-3.0/core/sme/src/common/
Dsme_api.c8676 thermal_temp.throttle_dutycycle_level[0]; in sme_init_thermal_info()
8678 thermal_temp.throttle_dutycycle_level[1]; in sme_init_thermal_info()
8680 thermal_temp.throttle_dutycycle_level[2]; in sme_init_thermal_info()
8682 thermal_temp.throttle_dutycycle_level[3]; in sme_init_thermal_info()
8684 thermal_temp.throttle_dutycycle_level[4]; in sme_init_thermal_info()
8686 thermal_temp.throttle_dutycycle_level[5]; in sme_init_thermal_info()