Home
last modified time | relevance | path

Searched refs:temperature (Results 1 – 6 of 6) sorted by relevance

/drivers/thermal/
A Dimx_thermal.c52 int temperature; in read_cpu_temperature() local
128 temperature = div_s64_rem(c2 - n_meas * c1 + OFFSET, 1000000, &rem); in read_cpu_temperature()
134 return temperature; in read_cpu_temperature()
141 int temperature; in read_cpu_temperature() local
205 temperature = tmp - (te1 - raw_25c); in read_cpu_temperature()
207 return temperature; in read_cpu_temperature()
A DKconfig4 Enable support for temperature-sensing devices. Some SoCs have on-chip
5 temperature sensors to permit warnings, speed throttling or even
6 automatic power-off when the temperature gets too high or low. Other
42 The driver supports reading CPU temperature.
48 The driver supports reading CPU temperature.
/drivers/mmc/
A Domap_hsmmc.c632 int temperature; in omap_hsmmc_execute_tuning() local
706 if (temperature < -20000) in omap_hsmmc_execute_tuning()
710 else if (temperature < 20000) in omap_hsmmc_execute_tuning()
712 else if (temperature < 40000) in omap_hsmmc_execute_tuning()
714 else if (temperature < 70000) in omap_hsmmc_execute_tuning()
716 else if (temperature < 90000) in omap_hsmmc_execute_tuning()
718 else if (temperature < 120000) in omap_hsmmc_execute_tuning()
732 if (temperature < 10000) in omap_hsmmc_execute_tuning()
734 else if (temperature < 20000) in omap_hsmmc_execute_tuning()
736 else if (temperature < 70000) in omap_hsmmc_execute_tuning()
[all …]
/drivers/nvme/
A Dnvme.h145 __u8 temperature[2]; member
/drivers/rtc/
A DKconfig194 Real Time Clock (RTC) with temperature compensation.
/drivers/misc/
A DKconfig83 boards to provide a boot watchdog, power control, temperature monitor,

Completed in 23 milliseconds