Searched defs:temp1_min (Results 1 - 1 of 1) sorted by relevance

/drivers/hwmon/
H A Dlm92.c106 s16 temp1_input, temp1_crit, temp1_min, temp1_max, temp1_hyst; member in struct:lm92_data
130 data->temp1_min = i2c_smbus_read_word_swapped(client,
153 show_temp(temp1_min); variable
175 set_temp(temp1_min, LM92_REG_TEMP_LOW);
196 return sprintf(buf, "%d\n", TEMP_FROM_REG(data->temp1_min)
241 static DEVICE_ATTR(temp1_min, S_IWUSR | S_IRUGO, show_temp1_min,

Completed in 401 milliseconds