Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/char/
Dds1620.c221 signed int cur_temp; in ds1620_read() local
224 cur_temp = cvt_9_to_int(ds1620_in(THERM_READ_TEMP, 9)) >> 1; in ds1620_read()
227 cur_temp_degF = (cur_temp * 9) / 5 + 32; in ds1620_read()
/Linux-v4.19/drivers/gpu/drm/amd/powerplay/hwmgr/
Dsmu10_hwmgr.c1067 int cur_temp = in smu10_thermal_get_temperature() local
1070 if (cur_temp & THM_TCON_CUR_TMP__CUR_TEMP_RANGE_SEL_MASK) in smu10_thermal_get_temperature()
1071 cur_temp = ((cur_temp / 8) - 49) * PP_TEMPERATURE_UNITS_PER_CENTIGRADES; in smu10_thermal_get_temperature()
1073 cur_temp = (cur_temp / 8) * PP_TEMPERATURE_UNITS_PER_CENTIGRADES; in smu10_thermal_get_temperature()
1075 return cur_temp; in smu10_thermal_get_temperature()
/Linux-v4.19/drivers/platform/x86/
Dacerhdf.c528 int cur_temp, cur_state, err = 0; in acerhdf_set_cur_state() local
533 err = acerhdf_get_temp(&cur_temp); in acerhdf_set_cur_state()
/Linux-v4.19/Documentation/power/
Dopp.txt193 if (cur_temp < temp_low_thresh) {
208 if (cur_temp > temp_high_thresh) {