Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
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);