Home
last modified time | relevance | path

Searched refs:mC (Results 1 – 6 of 6) sorted by relevance

/linux/Documentation/hwmon/
H A Dmax31760.rst76 …o_point_temp_hyst Temperature hysteresis for auto fan control. Can be either 2000mC or 4000mC
/linux/arch/arm64/boot/dts/marvell/
H A Darmada-ap80x.dtsi328 temperature = <100000>; /* mC degrees */
329 hysteresis = <2000>; /* mC degrees */
/linux/drivers/rtc/
H A Drtc-isl12022.c97 static int isl12022_hwmon_read_temp(struct device *dev, long *mC) in isl12022_hwmon_read_temp() argument
113 *mC = temp; in isl12022_hwmon_read_temp()
H A Drtc-ds3232.c286 static int ds3232_hwmon_read_temp(struct device *dev, long int *mC) in ds3232_hwmon_read_temp() argument
304 *mC = temp * 250; in ds3232_hwmon_read_temp()
H A Drtc-rv3032.c787 static int rv3032_hwmon_read_temp(struct device *dev, long *mC) in rv3032_hwmon_read_temp() argument
813 *mC = (temp * 1000) / 16; in rv3032_hwmon_read_temp()
H A Drtc-ds1307.c1347 static int ds3231_hwmon_read_temp(struct device *dev, s32 *mC) in ds3231_hwmon_read_temp() argument
1364 *mC = temp * 250; in ds3231_hwmon_read_temp()