Searched refs:millidegrees (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | emc2103.c | 179 int millidegrees = data->temp[nr].degrees * 1000 in temp_show() local 181 return sprintf(buf, "%d\n", millidegrees); in temp_show() 189 int millidegrees = data->temp_min[nr] * 1000; in temp_min_show() local 190 return sprintf(buf, "%d\n", millidegrees); in temp_min_show() 198 int millidegrees = data->temp_max[nr] * 1000; in temp_max_show() local 199 return sprintf(buf, "%d\n", millidegrees); in temp_max_show()
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | emc2103.c | 179 int millidegrees = data->temp[nr].degrees * 1000 in temp_show() local 181 return sprintf(buf, "%d\n", millidegrees); in temp_show() 189 int millidegrees = data->temp_min[nr] * 1000; in temp_min_show() local 190 return sprintf(buf, "%d\n", millidegrees); in temp_min_show() 198 int millidegrees = data->temp_max[nr] * 1000; in temp_max_show() local 199 return sprintf(buf, "%d\n", millidegrees); in temp_max_show()
|
Completed in 4 milliseconds