Home
last modified time | relevance | path

Searched refs:thermal_zone_get_crit_temp (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/include/linux/
Dthermal.h293 int thermal_zone_get_crit_temp(struct thermal_zone_device *tz, int *temp);
/Linux-v6.6/drivers/thermal/
Dthermal_core.c1174 int thermal_zone_get_crit_temp(struct thermal_zone_device *tz, int *temp) in thermal_zone_get_crit_temp() function
1198 EXPORT_SYMBOL_GPL(thermal_zone_get_crit_temp);
Darmada_thermal.c808 ret = thermal_zone_get_crit_temp(tz, &temperature); in armada_configure_overheat_int()
/Linux-v6.6/drivers/thermal/samsung/
Dexynos_tmu.c266 ret = thermal_zone_get_crit_temp(tzd, &temp); in exynos_tmu_initialize()
/Linux-v6.6/drivers/thermal/tegra/
Dsoctherm.c745 if (thermal_zone_get_crit_temp(tz, &temperature)) in tegra_soctherm_set_hwtrips()