Searched refs:temperature (Results 1 – 25 of 137) sorted by relevance
123456
3 temperature = <80000>; /* milliCelsius */7 temperature = <90000>; /* milliCelsius */11 temperature = <90000>; /* milliCelsius */15 temperature = <90000>; /* milliCelsius */19 temperature = <90000>; /* milliCelsius */23 temperature = <90000>; /* milliCelsius */
3 temperature = <90000>; /* milliCelsius */7 temperature = <105000>; /* milliCelsius */11 temperature = <105000>; /* milliCelsius */15 temperature = <105000>; /* milliCelsius */19 temperature = <105000>; /* milliCelsius */23 temperature = <105000>; /* milliCelsius */
12 temperature = <125000>; /* milliCelsius */26 temperature = <125000>; /* milliCelsius */40 temperature = <125000>; /* milliCelsius */
20 temperature = <100000>; /* millicelsius */25 temperature = <125000>; /* millicelsius */
113 temperature = <40000>; /* millicelsius */119 temperature = <50000>; /* millicelsius */125 temperature = <90000>; /* millicelsius */159 temperature = <40000>; /* millicelsius */165 temperature = <50000>; /* millicelsius */171 temperature = <90000>; /* millicelsius */
76 temperature = <63000>; /* millicelsius */81 temperature = <65000>; /* millicelsius */86 temperature = <80000>; /* millicelsius */91 temperature = <82000>; /* millicelsius */96 temperature = <84000>; /* millicelsius */101 temperature = <85000>; /* millicelsius */106 temperature = <90000>; /* millicelsius */
62 temperature = <65000>;66 temperature = <70000>;
19 temperature = <125000>; /* milliCelsius */
15 lm75: temperature-sensor@49 {
20 temperature = <125000>; /* milliCelsius */
109 temperature = <95000>; /* millicelsius */152 cputemp: temperature-sensor@48 { /* cpu temperature */158 basetemp: temperature-sensor@49 { /* baseboard temperature */
72 temperature = <55000>;78 temperature = <65000>;
25 lm75: temperature-sensor@49 {
535 temperature = <55000>; /* milliCelsius */539 temperature = <85000>; /* milliCelsius */543 temperature = <85000>; /* milliCelsius */547 temperature = <85000>; /* milliCelsius */551 temperature = <85000>; /* milliCelsius */555 temperature = <85000>; /* milliCelsius */
342 temperature-stability = <50>;397 temperature-stability = <50>;411 temperature-stability = <50>;425 temperature-stability = <50>;439 temperature-stability = <50>;453 temperature-stability = <50>;
3 temperature command11 temperature list12 temperature get [thermal device name]17 The *temperature* command is used to list thermal sensors and get their20 The 'temperature list' command diplays the available thermal devices.22 The 'temperature get' command is used to get the reading in degrees C from34 => temperature list38 => temperature get tmon@61050811044 The *temperature* command is only available if CONFIG_CMD_TEMPERATURE=y.
6 - samsung,min-temp : Minimum temperature value (25 degree celsius)7 - Current temperature of SoC should be more than this value.8 - samsung,max-temp : Maximum temperature value (125 degree celsius)9 - Current temperature of SoC should be less than this value.27 - This is 25 because temperature measured is always above 25 degrees.
53 int temperature; in read_cpu_temperature() local129 temperature = div_s64_rem(c2 - n_meas * c1 + OFFSET, 1000000, &rem); in read_cpu_temperature()135 return temperature; in read_cpu_temperature()142 int temperature; in read_cpu_temperature() local206 temperature = tmp - (te1 - raw_25c); in read_cpu_temperature()208 return temperature; in read_cpu_temperature()
4 Enable support for temperature-sensing devices. Some SoCs have on-chip5 temperature sensors to permit warnings, speed throttling or even6 automatic power-off when the temperature gets too high or low. Other42 The driver supports reading CPU temperature.
4 and a temperature sensor feature that are gathered in the band5 gap voltage and temperature sensor (VBGAPTS) module. The band9 to the silicon temperature.
16 - rockchip,hw-tshut-temp : The hardware-controlled shutdown temperature value.49 temperature = <70000>; /* millicelsius */54 temperature = <90000>; /* millicelsius */
635 int temperature; in omap_hsmmc_execute_tuning() local709 if (temperature < -20000) in omap_hsmmc_execute_tuning()713 else if (temperature < 20000) in omap_hsmmc_execute_tuning()715 else if (temperature < 40000) in omap_hsmmc_execute_tuning()717 else if (temperature < 70000) in omap_hsmmc_execute_tuning()719 else if (temperature < 90000) in omap_hsmmc_execute_tuning()721 else if (temperature < 120000) in omap_hsmmc_execute_tuning()735 if (temperature < 10000) in omap_hsmmc_execute_tuning()737 else if (temperature < 20000) in omap_hsmmc_execute_tuning()739 else if (temperature < 70000) in omap_hsmmc_execute_tuning()[all …]
27 obj-$(CONFIG_CMD_TEMPERATURE) += temperature.o
Completed in 38 milliseconds