| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-driver-w1_therm | 7 (typical -55 degC to 125 degC), if not values will be trimmed 73 (RO) return the temperature in 1/1000 degC. 94 (RW) return the temperature in 1/1000 degC. 96 bus, return the CRC check and temperature in 1/1000 degC
|
| /linux/drivers/thermal/ |
| H A D | max77620_thermal.c | 40 * of 120degC or 140degC. 41 * If threshold has not been crossed then assume die temperature as 100degC 42 * else 120degC or 140deG based on the PMIC die temp threshold status.
|
| /linux/drivers/iio/humidity/ |
| H A D | hts221_core.c | 80 2, /* 0.08 degC */ 81 4, /* 0.05 degC */ 82 8, /* 0.04 degC */ 83 16, /* 0.03 degC */ 84 32, /* 0.02 degC */ 85 64, /* 0.015 degC */ 86 128, /* 0.01 degC */ 87 256, /* 0.007 degC */
|
| /linux/Documentation/hwmon/ |
| H A D | w83792d.rst | 59 degC for temp1 and 0.5 degC for temp2 and temp3. An alarm is triggered when 193 - Selects the desired temperature for cruise (degC) 195 - Value in degrees of Celsius (degC) for +- T
|
| H A D | w83l786ng.rst | 36 degC for temp1 and temp2. 66 - Value in degrees of Celsius (degC) for +- T
|
| H A D | w83627ehf.rst | 99 degC for temp1 and 0.5 degC for temp2 and temp3. For temp4 and higher, 100 resolution is 1 degC for W83667HG-B and 0.0 degC for NCT6775F and NCT6776F.
|
| H A D | smsc47m192.rst | 49 show voltages in mV and temperatures in units of 0.001 degC. 101 units of 0.001 degC.
|
| H A D | lm85.rst | 143 measure temperatures with 0.25 degC resolution. They also provide an offset 146 and placement. The documentation says that the offset is in 0.25 degC 147 steps, but in initial testing of the ADM1027 it was 1.00 degC steps. Analog
|
| H A D | w83791d.rst | 76 degC for temp1 and 0.5 degC for temp2 and temp3. An alarm is triggered when
|
| H A D | adt7462.rst | 46 with 0.25 degC resolution.
|
| H A D | adt7470.rst | 48 degC resolution.
|
| /linux/Documentation/devicetree/bindings/regulator/ |
| H A D | maxim,max8973.yaml | 27 supported threshold warning temperature for MAX77621 are 120 degC and 140 28 degC.
|
| /linux/drivers/thermal/qcom/ |
| H A D | tsens.c | 291 static inline u32 degc_to_code(int degc, const struct tsens_sensor *s) in degc_to_code() argument 293 u64 code = div_u64(((u64)degc * s->slope + s->offset), SLOPE_FACTOR); in degc_to_code() 295 pr_debug("%s: raw_code: 0x%llx, degc:%d\n", __func__, code, degc); in degc_to_code() 301 int degc, num, den; in code_to_degc() local 307 degc = num + (den / 2); in code_to_degc() 309 degc = num - (den / 2); in code_to_degc() 311 degc = num; in code_to_degc() 313 degc /= den; in code_to_degc() 315 return degc; in code_to_degc()
|
| /linux/Documentation/w1/slaves/ |
| H A D | w1_therm.rst | 94 Values shall be space separated and in the device range (typical -55 degC 95 to 125 degC). Values are integer as they are store in a 8bit register in
|
| /linux/drivers/iio/accel/ |
| H A D | adxl355_core.c | 101 * The datasheet defines an intercept of 1885 LSB at 25 degC 126 * The datasheet defines an intercept of 1852 LSB at 25 degC
|
| /linux/drivers/net/ethernet/sfc/siena/ |
| H A D | mcdi_pcol.h | 5987 /* enum: Controller temperature: degC */ 5989 /* enum: Phy common temperature: degC */ 5993 /* enum: Phy 0 temperature: degC */ 5997 /* enum: Phy 1 temperature: degC */ 6019 /* enum: AOE FPGA temperature: degC */ 6021 /* enum: AOE FPGA PSU temperature: degC */ 6023 /* enum: AOE PSU temperature: degC */ 6053 /* enum: Controller temperature 2: degC */ 6055 /* enum: Voltage regulator internal temperature: degC */ 6057 /* enum: 0.9V voltage regulator temperature: degC */ [all …]
|
| H A D | mcdi_mon.c | 28 [EFX_HWMON_TEMP] = " degC",
|
| /linux/drivers/net/ethernet/sfc/ |
| H A D | mcdi_mon.c | 28 [EFX_HWMON_TEMP] = " degC",
|
| H A D | mcdi_pcol.h | 8244 /* enum: Controller temperature: degC */ 8246 /* enum: Phy common temperature: degC */ 8250 /* enum: Phy 0 temperature: degC */ 8254 /* enum: Phy 1 temperature: degC */ 8276 /* enum: AOE FPGA temperature: degC */ 8278 /* enum: AOE FPGA PSU temperature: degC */ 8280 /* enum: AOE PSU temperature: degC */ 8310 /* enum: Controller temperature 2: degC */ 8312 /* enum: Voltage regulator internal temperature: degC */ 8314 /* enum: 0.9V voltage regulator temperature: degC */ [all …]
|
| /linux/drivers/iio/adc/ |
| H A D | qcom-spmi-rradc.c | 666 * Offset from kelvin to degC, divided by the in rradc_read_offset()
|
| /linux/drivers/w1/slaves/ |
| H A D | w1_therm.c | 937 * Return: temperature in 1/1000degC, 0 on error.
|