Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dthermal.h295 int thermal_zone_get_crit_temp(struct thermal_zone_device *tz, int *temp);
/linux-6.6.21/drivers/thermal/
Dthermal_core.c1179 int thermal_zone_get_crit_temp(struct thermal_zone_device *tz, int *temp) in thermal_zone_get_crit_temp() function
1203 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-6.6.21/drivers/thermal/samsung/
Dexynos_tmu.c266 ret = thermal_zone_get_crit_temp(tzd, &temp); in exynos_tmu_initialize()
/linux-6.6.21/drivers/thermal/tegra/
Dsoctherm.c745 if (thermal_zone_get_crit_temp(tz, &temperature)) in tegra_soctherm_set_hwtrips()