Searched refs:t_input (Results 1 – 4 of 4) sorted by relevance
/drivers/hwmon/ |
D | lm92.c | 90 t_input, enumerator 99 [t_input] = LM92_REG_TEMP, 220 return sprintf(buf, "%d\n", ALARMS_FROM_REG(data->temp[t_input])); in show_alarms() 228 return sprintf(buf, "%d\n", (data->temp[t_input] >> bitnr) & 1); in show_alarm() 231 static SENSOR_DEVICE_ATTR(temp1_input, S_IRUGO, show_temp, NULL, t_input);
|
D | jc42.c | 174 t_input = 0, enumerator 182 [t_input] = JC42_REG_TEMP, 351 val = data->temp[t_input]; in show_alarm() 357 static SENSOR_DEVICE_ATTR(temp1_input, S_IRUGO, show_temp, NULL, t_input);
|
D | lm77.c | 47 t_input = 0, enumerator 56 [t_input] = LM77_REG_TEMP, 219 static SENSOR_DEVICE_ATTR(temp1_input, S_IRUGO, show_temp, NULL, t_input);
|
D | lm80.c | 96 t_input = 0, enumerator 105 [t_input] = LM80_REG_TEMP, 228 data->temp[t_input] = (prev_rv << 8) | (rv & 0xf0); in lm80_update_device() 230 for (i = t_input + 1; i < t_num_temp; i++) { in lm80_update_device() 499 static SENSOR_DEVICE_ATTR(temp1_input, S_IRUGO, show_temp, NULL, t_input);
|