Searched refs:temps (Results 1 – 15 of 15) sorted by relevance
/Linux-v4.19/drivers/macintosh/ |
D | therm_adt746x.c | 75 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()
|
D | windfarm_pid.c | 104 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()
|
D | windfarm_pid.h | 78 s32 temps[2]; /* temp. history buffer */ member
|
/Linux-v4.19/drivers/hwmon/ |
D | ad7414.c | 47 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()
|
D | thmc50.c | 100 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/ |
D | gcc-ld | 11 -save-temps|-m32|-m64) N="$1" ;;
|
/Linux-v4.19/drivers/sbus/char/ |
D | bbc_i2c.h | 65 struct list_head temps; member
|
D | bbc_envctrl.c | 468 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()
|
D | bbc_i2c.c | 303 INIT_LIST_HEAD(&bp->temps); in attach_one_i2c()
|
/Linux-v4.19/tools/power/cpupower/po/ |
D | fr.po | 305 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/ |
D | sha512_x4_avx2.S | 114 # "transpose" data in {r0..r3} using temps {t0..t3}
|
/Linux-v4.19/Documentation/hwmon/ |
D | asc7621 | 187 via the PECI bus. Usually these are "core" temps and are relative
|
/Linux-v4.19/arch/x86/crypto/sha1-mb/ |
D | sha1_x8_avx2.S | 70 # "transpose" data in {r0...r7} using temps {t0...t1}
|
/Linux-v4.19/arch/x86/crypto/sha256-mb/ |
D | sha256_x8_avx2.S | 126 # "transpose" data in {r0...r7} using temps {t0...t1}
|
/Linux-v4.19/Documentation/crypto/ |
D | descore-readme.txt | 263 (actually, there are some code fragments now which do require two temps,
|