Home
last modified time | relevance | path

Searched refs:t_input (Results 1 – 4 of 4) sorted by relevance

/drivers/hwmon/
Dlm92.c90 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);
Djc42.c174 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);
Dlm77.c47 t_input = 0, enumerator
56 [t_input] = LM77_REG_TEMP,
219 static SENSOR_DEVICE_ATTR(temp1_input, S_IRUGO, show_temp, NULL, t_input);
Dlm80.c96 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);