Home
last modified time | relevance | path

Searched full:celsius (Results 1 – 25 of 232) sorted by relevance

12345678910

/Linux-v5.10/Documentation/devicetree/bindings/power/supply/
Dbattery.yaml75 An array providing the temperature in degree Celsius
80 ocv-capacity-celsius:
82 An array containing the temperature in degree Celsius,
85 operating-range-celsius:
92 ambient-celsius:
99 alert-celsius:
146 ocv-capacity-celsius = <(-10) 0 10>;
147 /* table for -10 degree Celsius */
149 /* table for 0 degree Celsius */
151 /* table for 10 degree Celsius */
[all …]
Dsummit,smb347-charger.yaml64 summit,chip-temperature-threshold-celsius:
137 summit,chip-temperature-threshold-celsius = <110>;
150 operating-range-celsius = <0 45>;
151 alert-celsius = <3 42>;
Dmax17042_battery.txt19 as cold (in tenths of degree Celsius).
21 as over heated (in tenths of degree Celsius).
/Linux-v5.10/Documentation/hwmon/
Dds1621.rst67 degree Celsius to +125 in 0.5 increments. You may convert this into a
83 1.0 degree Celsius to avoid Tout "bouncing", though!
125 - DS1621: +/- 0.5 degree Celsius (from 0 to +70 degrees)
126 - DS1625: +/- 0.5 degree Celsius (from 0 to +70 degrees)
127 - DS1631: +/- 0.5 degree Celsius (from 0 to +70 degrees)
128 - DS1721: +/- 1.0 degree Celsius (from -10 to +85 degrees)
129 - DS1731: +/- 1.0 degree Celsius (from -10 to +85 degrees)
146 0 0 9 bits, 0.5 degrees Celsius
147 1 0 10 bits, 0.25 degrees Celsius
148 0 1 11 bits, 0.125 degrees Celsius
[all …]
Dw83773g.rst26 Temperature is measured in degrees Celsius.
28 range of -40 to +125 degrees Celsius (for local sensor) and -40 to +127
29 degrees Celsius (for remote sensors).
Dsysfs-interface.rst445 Unit: millidegree Celsius (or millivolt, see below)
452 Unit: millidegree Celsius
459 Unit: millidegree Celsius
468 Unit: millidegree Celsius
478 Unit: millidegree Celsius
486 Unit: millidegree Celsius
493 Unit: millidegree Celsius
505 Unit: millidegree Celsius
512 Unit: millidegree Celsius
523 Unit: millidegree Celsius
[all …]
Dsht21.rst40 0.2 degree Celsius) compared with the SHT21 (2.0% relative humidity,
41 0.3 degree Celsius).
64 Celsius, the device should not be active for more than 10% of the time,
Dltc2990.rst45 temp1_input Internal chip temperature in millidegrees Celsius
53 temp2_input External temperature sensor TR1 in millidegrees Celsius
54 temp3_input External temperature sensor TR2 in millidegrees Celsius
Dnct6775.rst107 Temperatures are measured in degrees Celsius and measurement resolution is
194 Target temperature, unit millidegree Celsius
198 Target temperature tolerance, unit millidegree Celsius
258 Temperature tolerance, unit millidegree Celsius
262 unit millidegree Celsius
Dbt1-pvt.rst47 Celsius. The driver performs all the scaling by itself therefore reports true
91 Celsius.
101 Celsius which is added to the
105 degrees Celsius.
Dds620.rst24 into non-volatile on-chip registers). Temperature range is -55 degree Celsius
25 to +125. Between 0 and 70 degree Celsius, accuracy is 0.5 Kelvin. The value
Dw83l786ng.rst35 Temperatures are measured in degrees Celsius and measurement resolution is 1
66 - Value in degrees of Celsius (degC) for +- T
Dtmp421.rst57 in degrees Celsius. The chips are wired over I2C/SMBus and specified
58 over a temperature range of -40 to +125 degrees Celsius. Resolution
Dlm70.rst52 13-bit temperature data (0.0625 degrees celsius resolution).
57 data (0.03125 degrees celsius resolution).
/Linux-v5.10/include/linux/
Dpower_supply.h23 * µA, µAh, µWh, seconds and tenths of degree Celsius unless otherwise
339 int temp; /* celsius */
368 int ocv_temp[POWER_SUPPLY_OCV_TEMP_MAX];/* celsius */
369 int temp_ambient_alert_min; /* celsius */
370 int temp_ambient_alert_max; /* celsius */
371 int temp_alert_min; /* celsius */
372 int temp_alert_max; /* celsius */
373 int temp_min; /* celsius */
374 int temp_max; /* celsius */
Dunits.h49 * deci_kelvin_to_millicelsius_with_offset - convert Kelvin to Celsius
51 * @offset: difference between Kelvin and Celsius in millidegrees
53 * Return: temperature value in millidegrees Celsius
/Linux-v5.10/Documentation/devicetree/bindings/iio/temperature/
Dmlx90632.txt7 temperature is in range between -20 to 200 degrees Celsius with relative error
8 of measurement below 1 degree Celsius in object temperature range for
10 in range of -20 to 85 degrees Celsius it is suitable also for outdoor use.
/Linux-v5.10/Documentation/driver-api/thermal/
Dexynos_thermal.rst40 Trimming info for 25 degree Celsius (stored at TRIMINFO register)
41 Temperature code measured at 25 degree Celsius which is unchanged
43 Trimming info for 85 degree Celsius (stored at TRIMINFO register)
44 Temperature code measured at 85 degree Celsius which is unchanged
/Linux-v5.10/Documentation/devicetree/bindings/
Dproperty-units.txt39 -celsius : degree Celsius
40 -millicelsius : millidegree Celsius
/Linux-v5.10/drivers/hwmon/
Dlm70.c78 * Further, each bit represents 0.25 degrees Celsius; so, multiply in temp1_input_show()
80 * Celsius. in temp1_input_show()
85 * resolution 0.0625 degrees celsius. in temp1_input_show()
89 * resolution 0.0312 degrees celsius. in temp1_input_show()
107 status = sprintf(buf, "%d\n", val); /* millidegrees Celsius */ in temp1_input_show()
/Linux-v5.10/drivers/gpu/drm/amd/pm/inc/
Dsmu12_driver_if.h191 uint16_t CoreTemperature[8]; //[centi-Celsius]
193 uint16_t L3Temperature[2]; //[centi-Celsius]
195 uint16_t GfxTemperature; //[centi-Celsius]
196 uint16_t SocTemperature; //[centi-Celsius]
/Linux-v5.10/drivers/iio/pressure/
Dst_pressure_core.c55 * temp[Celsius] = offset[Celsius] + (raw / sensitivity)
58 * offset a constant specified by the datasheet in degree Celsius
60 * sensitivity a scaling factor specified by the datasheet in LSB/Celsius
62 * IIO ABI expects temperature to be expressed as milli degree Celsius such as
64 * temp[mCelsius] = temp[Celsius] * 10^3
65 * = (offset[Celsius] + (raw / sensitivity)) * 10^3
66 * = ((offset[Celsius] * sensitivity) + raw) *
77 * OFFSET = offset[Celsius] * sensitivity (3)
90 * numerator = offset[Celsius] * 10^3 * sensitivity
/Linux-v5.10/drivers/thermal/
Drcar_gen3_thermal.c129 #define RCAR3_THERMAL_GRAN 500 /* mili Celsius */
172 /* Read register and convert to mili Celsius */ in rcar_gen3_thermal_get_temp()
194 int celsius, val; in rcar_gen3_thermal_mcelsius_to_temp() local
196 celsius = DIV_ROUND_CLOSEST(mcelsius, 1000); in rcar_gen3_thermal_mcelsius_to_temp()
197 if (celsius <= INT_FIXPT(tsc->tj_t)) in rcar_gen3_thermal_mcelsius_to_temp()
198 val = celsius * tsc->coef.a1 + tsc->coef.b1; in rcar_gen3_thermal_mcelsius_to_temp()
200 val = celsius * tsc->coef.a2 + tsc->coef.b2; in rcar_gen3_thermal_mcelsius_to_temp()
/Linux-v5.10/drivers/iio/imu/
Dadis16480.c624 * +85 degrees Celsius = temp_max_scale in adis16480_read_raw()
625 * +25 degrees Celsius = 0 in adis16480_read_raw()
626 * LSB, 25 degrees Celsius = 60 / temp_max_scale in adis16480_read_raw()
644 temp = 25 * 1000000LL; /* 25 degree Celsius = 0x0000 */ in adis16480_read_raw()
885 .temp_scale = 5650, /* 5.65 milli degree Celsius */
898 .temp_scale = 5650, /* 5.65 milli degree Celsius */
911 .temp_scale = 5650, /* 5.65 milli degree Celsius */
924 .temp_scale = 5650, /* 5.65 milli degree Celsius */
937 .temp_scale = 14285, /* 14.285 milli degree Celsius */
951 .temp_scale = 12500, /* 12.5 milli degree Celsius */
[all …]
/Linux-v5.10/Documentation/devicetree/bindings/mfd/
Dmax77693.txt60 - maxim,thermal-regulation-celsius : Temperature in Celsius for entering
62 the charging current will be reduced by 105 mA/Celsius.
175 maxim,thermal-regulation-celsius = <75>;

12345678910