Searched refs:mC (Results 1 – 11 of 11) sorted by relevance
| /linux-6.15/drivers/gpu/drm/nouveau/include/nvif/ |
| H A D | push.h | 182 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-6.15/Documentation/hwmon/ |
| H A D | ina238.rst | 53 temp1_input Die temperature measurement (mC) 54 temp1_max Maximum die temperature threshold (mC)
|
| H A D | max31827.rst | 106 - 1000 mC -> 8 bit 107 - 500 mC -> 9 bit 108 - 250 mC -> 10 bit 109 - 62 mC -> 12 bit (default) - actually this is 62.5, but the fil returns 62
|
| H A D | max31760.rst | 76 …o_point_temp_hyst Temperature hysteresis for auto fan control. Can be either 2000mC or 4000mC
|
| /linux-6.15/arch/arm64/boot/dts/marvell/ |
| H A D | armada-ap80x.dtsi | 328 temperature = <100000>; /* mC degrees */ 329 hysteresis = <2000>; /* mC degrees */
|
| H A D | armada-cp11x.dtsi | 36 temperature = <100000>; /* mC degrees */ 37 hysteresis = <2000>; /* mC degrees */
|
| /linux-6.15/drivers/rtc/ |
| H A D | rtc-isl12022.c | 97 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 D | rtc-ds3232.c | 286 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 D | rtc-rv3032.c | 782 static int rv3032_hwmon_read_temp(struct device *dev, long *mC) in rv3032_hwmon_read_temp() argument 808 *mC = (temp * 1000) / 16; in rv3032_hwmon_read_temp()
|
| H A D | rtc-ds1307.c | 1336 static int ds3231_hwmon_read_temp(struct device *dev, s32 *mC) in ds3231_hwmon_read_temp() argument 1353 *mC = temp * 250; in ds3231_hwmon_read_temp()
|
| /linux-6.15/Documentation/power/ |
| H A D | charger-manager.rst | 177 `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
|