Home
last modified time | relevance | path

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

/drivers/macintosh/
Dtherm_adt746x.c75 u8 temps[3]; member
256 th->temps[i] = read_reg(th, TEMP_REG[i]); in read_sensors()
262 if (th->temps[0] != th->cached_temp[0] in display_stats()
263 || th->temps[1] != th->cached_temp[1] in display_stats()
264 || th->temps[2] != th->cached_temp[2]) { in display_stats()
269 th->temps[0], th->temps[1], th->temps[2], in display_stats()
273 th->cached_temp[0] = th->temps[0]; in display_stats()
274 th->cached_temp[1] = th->temps[1]; in display_stats()
275 th->cached_temp[2] = th->temps[2]; in display_stats()
288 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
/drivers/hwmon/
Dad7414.c46 s8 temps[ARRAY_SIZE(AD7414_REG_LIMIT)]; member
97 data->temps[i] = value; in ad7414_update_device()
122 return sprintf(buf, "%d\n", data->temps[index] * 1000); in show_max_min()
139 data->temps[index] = temp; in set_max_min()
Dthmc50.c448 int temps = data->has_temp3 ? 3 : 2; in thmc50_update_device() local
454 for (i = 0; i < temps; i++) { in thmc50_update_device()
/drivers/sbus/char/
Dbbc_i2c.h64 struct list_head temps; member
Dbbc_envctrl.c464 list_add(&tp->bp_list, &bp->temps); in attach_one_temp()
566 list_for_each_entry_safe(tp, tpos, &bp->temps, bp_list) { in bbc_envctrl_cleanup()