Home
last modified time | relevance | path

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

12345678910>>...12

/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/power/supply/
H A 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 …]
H A 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>;
H A Dmax17042_battery.txt19 as cold (in tenths of degree Celsius).
21 as over heated (in tenths of degree Celsius).
/OK3568_Linux_fs/kernel/Documentation/hwmon/
H A 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 …]
H A 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 …]
H A 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).
H A 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,
H A 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
H A 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.
H A 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
H A 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
H A Dlm70.rst52 13-bit temperature data (0.0625 degrees celsius resolution).
57 data (0.03125 degrees celsius resolution).
H A Dw83l786ng.rst35 Temperatures are measured in degrees Celsius and measurement resolution is 1
66 - Value in degrees of Celsius (degC) for +- T
/OK3568_Linux_fs/u-boot/doc/device-tree-bindings/exynos/
H A Dtmu.txt6 - samsung,min-temp : Minimum temperature value (25 degree celsius)
8 - samsung,max-temp : Maximum temperature value (125 degree celsius)
10 - samsung,start-warning : Temperature at which TMU starts giving warning (degree celsius)
11 - samsung,start-tripping : Temperature at which TMU shuts down the system (degree celsius)
13 in case TMU fails to power off (degree celsius)
/OK3568_Linux_fs/kernel/include/linux/
H A Dpower_supply.h24 * µA, µAh, µWh, seconds and tenths of degree Celsius unless otherwise
390 int temp; /* celsius */
419 int ocv_temp[POWER_SUPPLY_OCV_TEMP_MAX];/* celsius */
420 int temp_ambient_alert_min; /* celsius */
421 int temp_ambient_alert_max; /* celsius */
422 int temp_alert_min; /* celsius */
423 int temp_alert_max; /* celsius */
424 int temp_min; /* celsius */
425 int temp_max; /* celsius */
H A Dunits.h53 * deci_kelvin_to_millicelsius_with_offset - convert Kelvin to Celsius
55 * @offset: difference between Kelvin and Celsius in millidegrees
57 * Return: temperature value in millidegrees Celsius
/OK3568_Linux_fs/kernel/Documentation/driver-api/thermal/
H A 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
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/temperature/
H A 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.
/OK3568_Linux_fs/kernel/drivers/hwmon/
H A 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()
/OK3568_Linux_fs/kernel/drivers/iio/pressure/
H A 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
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/
H A Dproperty-units.txt39 -celsius : degree Celsius
40 -millicelsius : millidegree Celsius
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/inc/
H A 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]
/OK3568_Linux_fs/kernel/drivers/thermal/
H A 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()
/OK3568_Linux_fs/kernel/drivers/iio/imu/
H A 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 …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mfd/
H A 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>>...12