Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/thermal/
H A Drk_virtual_thermal.c693 int temp_from_current = 0; in estimate_temp_internal() local
697 temp_from_current = get_temp_by_current(); in estimate_temp_internal()
698 if (temp_from_current > LOWEST_WORKING_TEMP) { in estimate_temp_internal()
699 fusion_diff = temp_from_current - temp; in estimate_temp_internal()
704 temp, temp_from_current, in estimate_temp_internal()