Searched refs:millidegrees (Results 1 - 16 of 16) sorted by relevance
/linux-4.4.14/drivers/hwmon/ |
H A D | lm70.c | 90 * by 0.25. Also multiply by 1000 to represent in millidegrees lm70_sense_temp() 117 status = sprintf(buf, "%d\n", val); /* millidegrees Celsius */ lm70_sense_temp()
|
H A D | emc2103.c | 192 int millidegrees = data->temp[nr].degrees * 1000 show_temp() local 194 return sprintf(buf, "%d\n", millidegrees); show_temp() 202 int millidegrees = data->temp_min[nr] * 1000; show_temp_min() local 203 return sprintf(buf, "%d\n", millidegrees); show_temp_min() 211 int millidegrees = data->temp_max[nr] * 1000; show_temp_max() local 212 return sprintf(buf, "%d\n", millidegrees); show_temp_max()
|
H A D | abituguru.c | 152 /* in (Volt) sensors go up to 3494 mV, temp to 255000 millidegrees Celsius */ 245 * Maximum value for each sensor used for scaling in mV/millidegrees
|
H A D | adt7475.c | 530 * Table of autorange values - the user will write the value in millidegrees,
|
/linux-4.4.14/drivers/thermal/st/ |
H A D | st_thermal.c | 21 /* The Thermal Framework expects millidegrees */
|
/linux-4.4.14/drivers/w1/slaves/ |
H A D | w1_therm.c | 159 /* The return value is millidegrees Centigrade. */
|
/linux-4.4.14/drivers/input/touchscreen/ |
H A D | ads7846.c | 437 /* Sysfs conventions report temperatures in millidegrees Celsius.
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
H A D | radeon_kms.c | 553 /* get temperature in millidegrees C */ radeon_info_ioctl()
|
H A D | rv770.c | 849 /* get temperature in millidegrees */ rv770_get_temp()
|
H A D | cik.c | 202 /* get temperature in millidegrees */ ci_get_temp() 221 /* get temperature in millidegrees */ kv_get_temp()
|
H A D | evergreen.c | 1440 /* get temperature in millidegrees */ evergreen_get_temp()
|
H A D | r600.c | 343 /* get temperature in millidegrees */ rv6xx_get_temp()
|
H A D | si.c | 1324 /* get temperature in millidegrees */ si_get_temp()
|
/linux-4.4.14/drivers/power/ |
H A D | ab8500_btemp.c | 858 * Returns the batctrl temperature in millidegrees
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
H A D | kv_dpm.c | 2966 /* get temperature in millidegrees */ kv_dpm_get_temp()
|
H A D | ci_dpm.c | 6134 /* get temperature in millidegrees */ ci_dpm_get_temp()
|
Completed in 804 milliseconds