Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/thermal/ !
Dthermal_hwmon.c84 ret = tz->ops->get_crit_temp(tz, &temperature); in temp_crit_show()
138 return tz->ops->get_crit_temp && !tz->ops->get_crit_temp(tz, &temp); in thermal_zone_crit_temp_valid()
Dthermal_core.c1183 if (tz->ops->get_crit_temp) in thermal_zone_get_crit_temp()
1184 return tz->ops->get_crit_temp(tz, temp); in thermal_zone_get_crit_temp()
/linux-6.6.21/include/linux/ !
Dthermal.h81 int (*get_crit_temp) (struct thermal_zone_device *, int *); member
/linux-6.6.21/drivers/platform/x86/ !
Dacerhdf.c454 .get_crit_temp = acerhdf_get_crit_temp,