Home
last modified time | relevance | path

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

/linux/drivers/thermal/
H A Dthermal_core.c1369 int thermal_zone_get_crit_temp(struct thermal_zone_device *tz, int *temp) in thermal_zone_get_crit_temp() function
1391 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/drivers/thermal/qcom/
H A Dqcom-spmi-temp-alarm.c548 ret = thermal_zone_get_crit_temp(chip->tz_dev, &crit_temp); in qpnp_tm_configure_trip_temp()