Home
last modified time | relevance | path

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

/linux/drivers/thermal/
H A Dthermal_hwmon.c83 ret = tz->ops.get_crit_temp(tz, &temperature); in temp_crit_show()
135 return tz->ops.get_crit_temp && !tz->ops.get_crit_temp(tz, &temp); in thermal_zone_crit_temp_valid()
H A Dthermal_core.c1314 if (tz->ops.get_crit_temp) in thermal_zone_get_crit_temp()
1315 return tz->ops.get_crit_temp(tz, temp); in thermal_zone_get_crit_temp()
/linux/include/linux/
H A Dthermal.h105 int (*get_crit_temp) (struct thermal_zone_device *, int *); member
/linux/drivers/platform/x86/
H A Dacerhdf.c433 .get_crit_temp = acerhdf_get_crit_temp,
/linux/Documentation/driver-api/thermal/
H A Dsysfs-api.rst74 .get_crit_temp: