Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/macintosh/
Dtherm_adt746x.c75 u8 temps[3]; member
203 th->temps[i] = read_reg(th, TEMP_REG[i]); in read_sensors()
209 if (th->temps[0] != th->cached_temp[0] in display_stats()
210 || th->temps[1] != th->cached_temp[1] in display_stats()
211 || th->temps[2] != th->cached_temp[2]) { in display_stats()
216 th->temps[0], th->temps[1], th->temps[2], in display_stats()
220 th->cached_temp[0] = th->temps[0]; in display_stats()
221 th->cached_temp[1] = th->temps[1]; in display_stats()
222 th->cached_temp[2] = th->temps[2]; in display_stats()
235 int var = th->temps[i] - th->limits[i]; in update_fans_speed()
Dwindfarm_pid.c104 st->temps[0] = st->temps[1] = new_temp; in wf_cpu_pid_run()
112 st->temps[st->tindex] = new_temp; in wf_cpu_pid_run()
126 deriv = st->temps[st->tindex] - in wf_cpu_pid_run()
127 st->temps[(st->tindex + 2 - 1) % 2]; in wf_cpu_pid_run()
Dwindfarm_pid.h78 s32 temps[2]; /* temp. history buffer */ member
/Linux-v4.19/drivers/hwmon/
Dad7414.c47 s8 temps[ARRAY_SIZE(AD7414_REG_LIMIT)]; member
98 data->temps[i] = value; in ad7414_update_device()
123 return sprintf(buf, "%d\n", data->temps[index] * 1000); in show_max_min()
144 data->temps[index] = temp; in set_max_min()
Dthmc50.c100 int temps = data->has_temp3 ? 3 : 2; in thmc50_update_device() local
106 for (i = 0; i < temps; i++) { in thmc50_update_device()
/Linux-v4.19/scripts/
Dgcc-ld11 -save-temps|-m32|-m64) N="$1" ;;
/Linux-v4.19/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.c303 INIT_LIST_HEAD(&bp->temps); in attach_one_i2c()
/Linux-v4.19/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-v4.19/arch/x86/crypto/sha512-mb/
Dsha512_x4_avx2.S114 # "transpose" data in {r0..r3} using temps {t0..t3}
/Linux-v4.19/Documentation/hwmon/
Dasc7621187 via the PECI bus. Usually these are "core" temps and are relative
/Linux-v4.19/arch/x86/crypto/sha1-mb/
Dsha1_x8_avx2.S70 # "transpose" data in {r0...r7} using temps {t0...t1}
/Linux-v4.19/arch/x86/crypto/sha256-mb/
Dsha256_x8_avx2.S126 # "transpose" data in {r0...r7} using temps {t0...t1}
/Linux-v4.19/Documentation/crypto/
Ddescore-readme.txt263 (actually, there are some code fragments now which do require two temps,