Searched refs:temps (Results 1 – 7 of 7) sorted by relevance
/drivers/macintosh/ |
D | therm_adt746x.c | 75 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()
|
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
|
/drivers/hwmon/ |
D | ad7414.c | 46 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()
|
D | thmc50.c | 448 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/ |
D | bbc_i2c.h | 64 struct list_head temps; member
|
D | bbc_envctrl.c | 464 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()
|