Home
last modified time | relevance | path

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

/linux/drivers/char/
H A Dds1620.c222 signed int cur_temp; in ds1620_read() local
225 cur_temp = cvt_9_to_int(ds1620_in(THERM_READ_TEMP, 9)) >> 1; in ds1620_read()
228 cur_temp_degF = (cur_temp * 9) / 5 + 32; in ds1620_read()
/linux/Documentation/translations/zh_CN/power/
H A Dopp.rst193 if (cur_temp < temp_low_thresh) {
209 if (cur_temp > temp_high_thresh) {
/linux/drivers/platform/x86/
H A Dacerhdf.c465 int cur_temp, cur_state, err = 0; in acerhdf_set_cur_state() local
470 err = acerhdf_get_temp(&cur_temp); in acerhdf_set_cur_state()
/linux/Documentation/power/
H A Dopp.rst219 if (cur_temp < temp_low_thresh) {
236 if (cur_temp > temp_high_thresh) {