Searched refs:temp1_input (Results 1 – 25 of 78) sorted by relevance
1234
/linux-2.6.39/drivers/hwmon/ ! |
D | lm92.c | 102 s16 temp1_input, temp1_crit, temp1_min, temp1_max, temp1_hyst; member 120 data->temp1_input = swab16(i2c_smbus_read_word_data(client, in lm92_update_device() 146 show_temp(temp1_input); 206 return sprintf(buf, "%d\n", ALARMS_FROM_REG(data->temp1_input)); in show_alarms() 214 return sprintf(buf, "%d\n", (data->temp1_input >> bitnr) & 1); in show_alarm() 217 static DEVICE_ATTR(temp1_input, S_IRUGO, show_temp1_input, NULL);
|
D | twl4030-madc-hwmon.c | 62 static SENSOR_DEVICE_ATTR(temp1_input, S_IRUGO, madc_read, NULL, 1);
|
D | lm73.c | 85 static SENSOR_DEVICE_ATTR(temp1_input, S_IRUGO,
|
D | lm70.c | 111 static DEVICE_ATTR(temp1_input, S_IRUGO, lm70_sense_temp, NULL);
|
D | sht21.c | 183 static SENSOR_DEVICE_ATTR(temp1_input, S_IRUGO, sht21_show_temperature,
|
D | k10temp.c | 92 static DEVICE_ATTR(temp1_input, S_IRUGO, show_temp, NULL);
|
D | wm831x-hwmon.c | 116 static SENSOR_DEVICE_ATTR(temp1_input, S_IRUGO, show_chip_temp, NULL,
|
D | w83l785ts.c | 135 static SENSOR_DEVICE_ATTR(temp1_input, S_IRUGO, show_temp, NULL, 0);
|
D | ad7414.c | 116 static SENSOR_DEVICE_ATTR(temp1_input, S_IRUGO, show_temp_input, NULL, 0);
|
D | via-cputemp.c | 87 static SENSOR_DEVICE_ATTR(temp1_input, S_IRUGO, show_temp, NULL,
|
D | ds620.c | 230 static SENSOR_DEVICE_ATTR(temp1_input, S_IRUGO, show_temp, NULL, 0);
|
D | tmp102.c | 139 static SENSOR_DEVICE_ATTR(temp1_input, S_IRUGO, tmp102_show_temp, NULL , 0);
|
D | tmp421.c | 177 static SENSOR_DEVICE_ATTR(temp1_input, S_IRUGO, show_temp_value, NULL, 0);
|
D | ds1621.c | 202 static SENSOR_DEVICE_ATTR(temp1_input, S_IRUGO, show_temp, NULL, 0);
|
/linux-2.6.39/Documentation/hwmon/ ! |
D | k8temp | 30 temp1_input - temperature of Core 0 and "place" 0 51 temp1_input - TjOffset*2 < TControlMax,
|
D | adt7411 | 31 temp1_input - temperature input
|
D | pkgtemp | 32 temp1_input - Package temperature (in millidegrees Celsius).
|
D | max6639 | 26 temp1_input R Temperature channel 1 input (0..150 C)
|
D | sht21 | 36 temp1_input - temperature input
|
D | max16064 | 54 temp1_input Measured temperature. From READ_TEMPERATURE_1 register.
|
D | max8688 | 61 temp1_input Measured temperature. From READ_TEMPERATURE_1 register.
|
D | lineage-pem | 72 temp1_input
|
D | coretemp | 30 temp1_input - Core temperature (in millidegrees Celsius).
|
D | amc6821 | 24 temp1_input ro on-chip temperature
|
D | k10temp | 55 There is one temperature measurement value, available as temp1_input in
|
1234