temps              43 drivers/hwmon/ad7414.c 	s8			temps[ARRAY_SIZE(AD7414_REG_LIMIT)];
temps              94 drivers/hwmon/ad7414.c 				data->temps[i] = value;
temps             119 drivers/hwmon/ad7414.c 	return sprintf(buf, "%d\n", data->temps[index] * 1000);
temps             140 drivers/hwmon/ad7414.c 	data->temps[index] = temp;
temps             359 drivers/hwmon/nct7904.c 	s8 temps;
temps             465 drivers/hwmon/nct7904.c 	temps = ret;
temps             466 drivers/hwmon/nct7904.c 	*val = temps * 1000;
temps              87 drivers/hwmon/thmc50.c 		int temps = data->has_temp3 ? 3 : 2;
temps              93 drivers/hwmon/thmc50.c 		for (i = 0; i < temps; i++) {
temps              76 drivers/macintosh/therm_adt746x.c 	u8			temps[3];
temps             204 drivers/macintosh/therm_adt746x.c 		th->temps[i]  = read_reg(th, TEMP_REG[i]);
temps             210 drivers/macintosh/therm_adt746x.c 	if (th->temps[0] != th->cached_temp[0]
temps             211 drivers/macintosh/therm_adt746x.c 	||  th->temps[1] != th->cached_temp[1]
temps             212 drivers/macintosh/therm_adt746x.c 	||  th->temps[2] != th->cached_temp[2]) {
temps             217 drivers/macintosh/therm_adt746x.c 				 th->temps[0], th->temps[1], th->temps[2],
temps             221 drivers/macintosh/therm_adt746x.c 	th->cached_temp[0] = th->temps[0];
temps             222 drivers/macintosh/therm_adt746x.c 	th->cached_temp[1] = th->temps[1];
temps             223 drivers/macintosh/therm_adt746x.c 	th->cached_temp[2] = th->temps[2];
temps             236 drivers/macintosh/therm_adt746x.c 		int var = th->temps[i] - th->limits[i];
temps             103 drivers/macintosh/windfarm_pid.c 		st->temps[0] = st->temps[1] = new_temp;
temps             111 drivers/macintosh/windfarm_pid.c 		st->temps[st->tindex] = new_temp;
temps             125 drivers/macintosh/windfarm_pid.c 	deriv = st->temps[st->tindex] -
temps             126 drivers/macintosh/windfarm_pid.c 		st->temps[(st->tindex + 2 - 1) % 2];
temps              77 drivers/macintosh/windfarm_pid.h 	s32	temps[2];			/* temp. history buffer */
temps             468 drivers/sbus/char/bbc_envctrl.c 	list_add(&tp->bp_list, &bp->temps);
temps             542 drivers/sbus/char/bbc_envctrl.c 	list_for_each_entry_safe(tp, tpos, &bp->temps, bp_list) {
temps             304 drivers/sbus/char/bbc_i2c.c 	INIT_LIST_HEAD(&bp->temps);
temps              65 drivers/sbus/char/bbc_i2c.h 	struct list_head		temps;