| /kernel/linux/linux-6.6/Documentation/ABI/testing/ |
| 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
|
| /kernel/linux/linux-5.10/Documentation/ABI/testing/ |
| 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
|
| /kernel/linux/linux-6.6/drivers/thermal/ |
| 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.
|
| /kernel/linux/linux-5.10/drivers/thermal/ |
| 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.
|
| /kernel/linux/linux-6.6/drivers/iio/humidity/ |
| 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 */
|
| /kernel/linux/linux-5.10/drivers/iio/humidity/ |
| D | hts221_core.c | 79 2, /* 0.08 degC */ 80 4, /* 0.05 degC */ 81 8, /* 0.04 degC */ 82 16, /* 0.03 degC */ 83 32, /* 0.02 degC */ 84 64, /* 0.015 degC */ 85 128, /* 0.01 degC */ 86 256, /* 0.007 degC */
|
| /kernel/linux/linux-5.10/Documentation/hwmon/ |
| 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
|
| D | w83l786ng.rst | 36 degC for temp1 and temp2. 66 - Value in degrees of Celsius (degC) for +- T
|
| 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.
|
| D | smsc47m192.rst | 49 show voltages in mV and temperatures in units of 0.001 degC. 101 units of 0.001 degC.
|
| 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
|
| D | w83791d.rst | 76 degC for temp1 and 0.5 degC for temp2 and temp3. An alarm is triggered when
|
| /kernel/linux/linux-6.6/Documentation/hwmon/ |
| 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
|
| D | w83l786ng.rst | 36 degC for temp1 and temp2. 66 - Value in degrees of Celsius (degC) for +- T
|
| 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.
|
| D | smsc47m192.rst | 49 show voltages in mV and temperatures in units of 0.001 degC. 101 units of 0.001 degC.
|
| 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
|
| D | w83791d.rst | 76 degC for temp1 and 0.5 degC for temp2 and temp3. An alarm is triggered when
|
| D | nct6775.rst | 114 either 1 degC or 0.5 degC, depending on the temperature source and
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/regulator/ |
| D | max8973-regulator.txt | 40 supported threshold warning temperature for MAX77621 are 120 degC and 140 degC.
|
| /kernel/linux/linux-5.10/drivers/thermal/qcom/ |
| D | tsens.c | 108 static inline u32 degc_to_code(int degc, const struct tsens_sensor *s) in degc_to_code() argument 110 u64 code = div_u64(((u64)degc * s->slope + s->offset), SLOPE_FACTOR); in degc_to_code() 112 pr_debug("%s: raw_code: 0x%llx, degc:%d\n", __func__, code, degc); in degc_to_code() 118 int degc, num, den; in code_to_degc() local 124 degc = num + (den / 2); in code_to_degc() 126 degc = num - (den / 2); in code_to_degc() 128 degc = num; in code_to_degc() 130 degc /= den; in code_to_degc() 132 return degc; in code_to_degc()
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/regulator/ |
| D | maxim,max8973.yaml | 27 supported threshold warning temperature for MAX77621 are 120 degC and 140 28 degC.
|
| /kernel/linux/linux-6.6/drivers/thermal/qcom/ |
| D | tsens.c | 290 static inline u32 degc_to_code(int degc, const struct tsens_sensor *s) in degc_to_code() argument 292 u64 code = div_u64(((u64)degc * s->slope + s->offset), SLOPE_FACTOR); in degc_to_code() 294 pr_debug("%s: raw_code: 0x%llx, degc:%d\n", __func__, code, degc); in degc_to_code() 300 int degc, num, den; in code_to_degc() local 306 degc = num + (den / 2); in code_to_degc() 308 degc = num - (den / 2); in code_to_degc() 310 degc = num; in code_to_degc() 312 degc /= den; in code_to_degc() 314 return degc; in code_to_degc()
|
| /kernel/linux/linux-6.6/Documentation/w1/slaves/ |
| 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
|
| /kernel/linux/linux-5.10/Documentation/w1/slaves/ |
| D | w1_therm.rst | 93 Values shall be space separated and in the device range (typical -55 degC 94 to 125 degC). Values are integer as they are store in a 8bit register in
|