Home
last modified time | relevance | path

Searched full:degc (Results 1 – 25 of 59) sorted by relevance

123

/kernel/linux/linux-6.6/Documentation/ABI/testing/
Dsysfs-driver-w1_therm7 (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/
Dsysfs-driver-w1_therm7 (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/
Dmax77620_thermal.c40 * 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/
Dmax77620_thermal.c40 * 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/
Dhts221_core.c80 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/
Dhts221_core.c79 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/
Dw83792d.rst59 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
Dw83l786ng.rst36 degC for temp1 and temp2.
66 - Value in degrees of Celsius (degC) for +- T
Dw83627ehf.rst99 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.
Dsmsc47m192.rst49 show voltages in mV and temperatures in units of 0.001 degC.
101 units of 0.001 degC.
Dlm85.rst143 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
Dw83791d.rst76 degC for temp1 and 0.5 degC for temp2 and temp3. An alarm is triggered when
/kernel/linux/linux-6.6/Documentation/hwmon/
Dw83792d.rst59 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
Dw83l786ng.rst36 degC for temp1 and temp2.
66 - Value in degrees of Celsius (degC) for +- T
Dw83627ehf.rst99 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.
Dsmsc47m192.rst49 show voltages in mV and temperatures in units of 0.001 degC.
101 units of 0.001 degC.
Dlm85.rst143 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
Dw83791d.rst76 degC for temp1 and 0.5 degC for temp2 and temp3. An alarm is triggered when
Dnct6775.rst114 either 1 degC or 0.5 degC, depending on the temperature source and
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/regulator/
Dmax8973-regulator.txt40 supported threshold warning temperature for MAX77621 are 120 degC and 140 degC.
/kernel/linux/linux-5.10/drivers/thermal/qcom/
Dtsens.c108 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/
Dmaxim,max8973.yaml27 supported threshold warning temperature for MAX77621 are 120 degC and 140
28 degC.
/kernel/linux/linux-6.6/drivers/thermal/qcom/
Dtsens.c290 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/
Dw1_therm.rst94 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/
Dw1_therm.rst93 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

123