Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/nouveau/include/nvif/
A Dpush.h182 PUSH_3(X, DATA_, 1, 0, o, (p), s, X##mC, (dC), \
187 X##mC, (dC), \
193 X##mC, (dC), \
200 X##mC, (dC), \
208 X##mC, (dC), \
217 X##mC, (dC), \
227 X##mC, (dC), \
282 #define PUSH_NV_3(X,o,p,c,mA,dA,mB,dB,mC,d...) \ argument
285 c##_##mC,d)
289 c##_##mC,dC, \
[all …]
/linux/arch/arm64/boot/dts/marvell/
A Darmada-ap80x.dtsi323 temperature = <100000>; /* mC degrees */
324 hysteresis = <2000>; /* mC degrees */
A Darmada-cp11x.dtsi36 temperature = <100000>; /* mC degrees */
37 hysteresis = <2000>; /* mC degrees */
/linux/drivers/rtc/
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()
A Drtc-rv3032.c783 static int rv3032_hwmon_read_temp(struct device *dev, long *mC) in rv3032_hwmon_read_temp() argument
809 *mC = (temp * 1000) / 16; in rv3032_hwmon_read_temp()
A Drtc-ds1307.c1331 static int ds3231_hwmon_read_temp(struct device *dev, s32 *mC) in ds3231_hwmon_read_temp() argument
1348 *mC = temp * 250; in ds3231_hwmon_read_temp()
/linux/Documentation/power/
A Dcharger-manager.rst177 `int (*temperature_out_of_range)(int *mC); / bool measure_battery_temp;`
180 if it is too cold to charge. With the variable mC, the callback returns

Completed in 689 milliseconds