in_temp          1453 drivers/hwmon/lm85.c 	u8 in_temp, fan;
in_temp          1456 drivers/hwmon/lm85.c 		in_temp = i2c_smbus_read_byte_data(client, 0x20 + i);
in_temp          1458 drivers/hwmon/lm85.c 		if (in_temp != 0x00 || fan != 0xff)
in_temp          1195 drivers/staging/iio/addac/adt7316.c static IIO_DEVICE_ATTR(in_temp, 0444, adt7316_show_in_temp, NULL, 0);