Searched refs:mC (Results 1 – 6 of 6) sorted by relevance
76 …o_point_temp_hyst Temperature hysteresis for auto fan control. Can be either 2000mC or 4000mC
328 temperature = <100000>; /* mC degrees */329 hysteresis = <2000>; /* mC degrees */
97 static int isl12022_hwmon_read_temp(struct device *dev, long *mC) in isl12022_hwmon_read_temp() argument113 *mC = temp; in isl12022_hwmon_read_temp()
286 static int ds3232_hwmon_read_temp(struct device *dev, long int *mC) in ds3232_hwmon_read_temp() argument304 *mC = temp * 250; in ds3232_hwmon_read_temp()
787 static int rv3032_hwmon_read_temp(struct device *dev, long *mC) in rv3032_hwmon_read_temp() argument813 *mC = (temp * 1000) / 16; in rv3032_hwmon_read_temp()
1347 static int ds3231_hwmon_read_temp(struct device *dev, s32 *mC) in ds3231_hwmon_read_temp() argument1364 *mC = temp * 250; in ds3231_hwmon_read_temp()