Searched refs:thermal_level (Results 1 – 2 of 2) sorted by relevance
1702 u_int8_t thermal_level) in wma_update_thermal_mitigation_to_fw() argument1710 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() argument1916 uint8_t thermal_level) in wma_process_set_thermal_level() argument1923 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 …]
995 uint8_t thermal_level);