Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/macintosh/
Dtherm_adt746x.c76 u8 temps[3]; member
204 th->temps[i] = read_reg(th, TEMP_REG[i]); in read_sensors()
210 if (th->temps[0] != th->cached_temp[0] in display_stats()
211 || th->temps[1] != th->cached_temp[1] in display_stats()
212 || th->temps[2] != th->cached_temp[2]) { in display_stats()
217 th->temps[0], th->temps[1], th->temps[2], in display_stats()
221 th->cached_temp[0] = th->temps[0]; in display_stats()
222 th->cached_temp[1] = th->temps[1]; in display_stats()
223 th->cached_temp[2] = th->temps[2]; in display_stats()
236 int var = th->temps[i] - th->limits[i]; in update_fans_speed()
Dwindfarm_pid.c103 st->temps[0] = st->temps[1] = new_temp; in wf_cpu_pid_run()
111 st->temps[st->tindex] = new_temp; in wf_cpu_pid_run()
125 deriv = st->temps[st->tindex] - in wf_cpu_pid_run()
126 st->temps[(st->tindex + 2 - 1) % 2]; in wf_cpu_pid_run()
Dwindfarm_pid.h77 s32 temps[2]; /* temp. history buffer */ member
/Linux-v5.15/drivers/hwmon/
Dad7414.c43 s8 temps[ARRAY_SIZE(AD7414_REG_LIMIT)]; member
94 data->temps[i] = value; in ad7414_update_device()
119 return sprintf(buf, "%d\n", data->temps[index] * 1000); in max_min_show()
140 data->temps[index] = temp; in max_min_store()
Dthmc50.c87 int temps = data->has_temp3 ? 3 : 2; in thmc50_update_device() local
93 for (i = 0; i < temps; i++) { in thmc50_update_device()
Dnct7904.c393 s8 temps; in nct7904_read_temp() local
499 temps = ret; in nct7904_read_temp()
500 *val = temps * 1000; in nct7904_read_temp()
/Linux-v5.15/scripts/
Dgcc-ld11 -save-temps|-m32|-m64) N="$1" ;;
/Linux-v5.15/drivers/sbus/char/
Dbbc_i2c.h65 struct list_head temps; member
Dbbc_envctrl.c468 list_add(&tp->bp_list, &bp->temps); in attach_one_temp()
542 list_for_each_entry_safe(tp, tpos, &bp->temps, bp_list) { in destroy_all_temps()
Dbbc_i2c.c304 INIT_LIST_HEAD(&bp->temps); in attach_one_i2c()
/Linux-v5.15/tools/power/cpupower/po/
Dfr.po305 msgstr " CPUs qui doivent changer de fréquences en même temps : "
310 msgstr " CPUs qui doivent changer de fréquences en même temps : "
432 " fréquences en même temps *\n"
441 " fréquences en même temps *\n"
/Linux-v5.15/Documentation/hwmon/
Dasc7621.rst203 via the PECI bus. Usually these are "core" temps and are relative
/Linux-v5.15/Documentation/crypto/
Ddescore-readme.rst309 (actually, there are some code fragments now which do require two temps,