Home
last modified time | relevance | path

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

/linux-6.15/drivers/thermal/broadcom/
H A Dbcm2835_thermal.c219 err = thermal_zone_get_crit_temp(tz, &crit_temp); in bcm2835_thermal_probe()
/linux-6.15/include/linux/
H A Dthermal.h225 int thermal_zone_get_crit_temp(struct thermal_zone_device *tz, int *temp);
/linux-6.15/drivers/thermal/qcom/
H A Dqcom-spmi-temp-alarm.c328 ret = thermal_zone_get_crit_temp(chip->tz_dev, &crit_temp); in qpnp_tm_init()
/linux-6.15/drivers/thermal/
H A Dthermal_core.c1367 int thermal_zone_get_crit_temp(struct thermal_zone_device *tz, int *temp) in thermal_zone_get_crit_temp() function
1389 EXPORT_SYMBOL_GPL(thermal_zone_get_crit_temp);
H A Darmada_thermal.c803 ret = thermal_zone_get_crit_temp(tz, &temperature); in armada_configure_overheat_int()
/linux-6.15/drivers/thermal/samsung/
H A Dexynos_tmu.c286 ret = thermal_zone_get_crit_temp(tzd, &temp); in exynos_thermal_zone_configure()
/linux-6.15/drivers/thermal/tegra/
H A Dsoctherm.c742 if (thermal_zone_get_crit_temp(tz, &temperature)) in tegra_soctherm_set_hwtrips()