Searched refs:t_input (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/drivers/hwmon/ |
D | lm92.c | 82 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);
|
D | lm77.c | 38 t_input = 0, enumerator 47 [t_input] = LM77_REG_TEMP, 211 static SENSOR_DEVICE_ATTR_RO(temp1_input, temp, t_input);
|
D | lm80.c | 83 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);
|