Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dlm92.c82 t_input, enumerator
91 [t_input] = LM92_REG_TEMP,
216 return sprintf(buf, "%d\n", ALARMS_FROM_REG(data->temp[t_input])); in alarms_show()
224 return sprintf(buf, "%d\n", (data->temp[t_input] >> bitnr) & 1); in alarm_show()
227 static SENSOR_DEVICE_ATTR_RO(temp1_input, temp, t_input);
H A Dlm77.c38 t_input = 0, enumerator
47 [t_input] = LM77_REG_TEMP,
211 static SENSOR_DEVICE_ATTR_RO(temp1_input, temp, t_input);
H A Dlm80.c83 t_input = 0, enumerator
92 [t_input] = LM80_REG_TEMP,
215 data->temp[t_input] = (prev_rv << 8) | (rv & 0xf0); in lm80_update_device()
217 for (i = t_input + 1; i < t_num_temp; i++) { in lm80_update_device()
477 static SENSOR_DEVICE_ATTR_RO(temp1_input, temp, t_input);