Home
last modified time | relevance | path

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

/linux/drivers/thermal/broadcom/
H A Dbcm2835_thermal.c219 err = thermal_zone_get_crit_temp(tz, &crit_temp); in bcm2835_thermal_probe()
/linux/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/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()