Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_data.c1702 u_int8_t thermal_level) in wma_update_thermal_mitigation_to_fw() argument
1710 wma->thermal_mgmt_info.throttle_duty_cycle_tbl[thermal_level]; in wma_update_thermal_mitigation_to_fw()
1728 u_int8_t thermal_level) in wma_update_thermal_mitigation_to_fw() argument
1916 uint8_t thermal_level) in wma_process_set_thermal_level() argument
1923 wma_debug("TM set level %d", thermal_level); in wma_process_set_thermal_level()
1931 if (thermal_level >= WLAN_WMA_MAX_THERMAL_LEVELS) { in wma_process_set_thermal_level()
1932 wma_err("Invalid thermal level set %d", thermal_level); in wma_process_set_thermal_level()
1936 if (thermal_level == wma->thermal_mgmt_info.thermalCurrLevel) { in wma_process_set_thermal_level()
1942 wma->thermal_mgmt_info.thermalCurrLevel = thermal_level; in wma_process_set_thermal_level()
1945 WMI_PDEV_ID_SOC, thermal_level); in wma_process_set_thermal_level()
[all …]
/wlan-driver/qcacld-3.0/core/wma/inc/
H A Dwma_internal.h995 uint8_t thermal_level);