Searched refs:get_crit_temp (Results 1 – 5 of 5) sorted by relevance
83 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()
1314 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()
105 int (*get_crit_temp) (struct thermal_zone_device *, int *); member
433 .get_crit_temp = acerhdf_get_crit_temp,
74 .get_crit_temp: