Searched refs:last_temp (Results 1 - 7 of 7) sorted by relevance
| /kernel/linux/linux-5.10/drivers/thermal/ |
| H A D | imx_thermal.c | 208 int last_temp; member 293 if (*temp != data->last_temp) { in imx_get_temp() 295 data->last_temp = *temp; in imx_get_temp()
|
| /kernel/linux/linux-6.6/drivers/thermal/ |
| H A D | imx_thermal.c | 210 int last_temp; member 293 if (*temp != data->last_temp) { in imx_get_temp() 295 data->last_temp = *temp; in imx_get_temp()
|
| /kernel/linux/linux-5.10/drivers/thermal/qcom/ |
| H A D | tsens.c | 611 int last_temp = 0, ret; in get_temp_common() local 613 ret = regmap_field_read(priv->rf[LAST_TEMP_0 + hw_id], &last_temp); in get_temp_common() 617 *temp = code_to_degc(last_temp, s) * 1000; in get_temp_common()
|
| /kernel/linux/linux-6.6/drivers/thermal/qcom/ |
| H A D | tsens.c | 785 int last_temp = 0, ret, trdy; in get_temp_common() local 798 ret = regmap_field_read(priv->rf[LAST_TEMP_0 + hw_id], &last_temp); in get_temp_common() 802 *temp = code_to_degc(last_temp, s) * 1000; in get_temp_common()
|
| /device/soc/rockchip/common/vendor/drivers/rockchip/ |
| H A D | rockchip_system_monitor.c | 1404 static int last_temp = INT_MAX;
in rockchip_system_monitor_thermal_update() local 1413 if (temp < last_temp && last_temp - temp <= 0x7D0) {
in rockchip_system_monitor_thermal_update() 1416 last_temp = temp;
in rockchip_system_monitor_thermal_update()
|
| /device/soc/rockchip/rk3588/kernel/drivers/soc/rockchip/ |
| H A D | rockchip_system_monitor.c | 1417 static int last_temp = INT_MAX; in rockchip_system_monitor_thermal_update() local 1425 if (temp < last_temp && last_temp - temp <= 2000) in rockchip_system_monitor_thermal_update() 1427 last_temp = temp; in rockchip_system_monitor_thermal_update()
|
| /kernel/linux/linux-5.10/drivers/thermal/tegra/ |
| H A D | soctherm.c | 641 int trip_temp, temp, last_temp, ret; in tegra_thermctl_get_trend() local 651 last_temp = READ_ONCE(tz->last_temperature); in tegra_thermctl_get_trend() 654 if (temp >= last_temp) in tegra_thermctl_get_trend()
|
Completed in 14 milliseconds