Home
last modified time | relevance | path

Searched refs:mC (Results 1 – 4 of 4) 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()