Home
last modified time | relevance | path

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

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