Lines Matching refs:thermal_zone_device

87 static int of_thermal_get_temp(struct thermal_zone_device *tz,  in of_thermal_get_temp()
98 static int of_thermal_set_trips(struct thermal_zone_device *tz, in of_thermal_set_trips()
119 int of_thermal_get_ntrips(struct thermal_zone_device *tz) in of_thermal_get_ntrips()
140 bool of_thermal_is_trip_valid(struct thermal_zone_device *tz, int trip) in of_thermal_is_trip_valid()
162 of_thermal_get_trip_points(struct thermal_zone_device *tz) in of_thermal_get_trip_points()
184 static int of_thermal_set_emul_temp(struct thermal_zone_device *tz, in of_thermal_set_emul_temp()
195 static int of_thermal_get_trend(struct thermal_zone_device *tz, int trip, in of_thermal_get_trend()
206 static int of_thermal_change_mode(struct thermal_zone_device *tz, in of_thermal_change_mode()
214 static int of_thermal_bind(struct thermal_zone_device *thermal, in of_thermal_bind()
249 static int of_thermal_unbind(struct thermal_zone_device *thermal, in of_thermal_unbind()
281 static int of_thermal_get_trip_type(struct thermal_zone_device *tz, int trip, in of_thermal_get_trip_type()
294 static int of_thermal_get_trip_temp(struct thermal_zone_device *tz, int trip, in of_thermal_get_trip_temp()
307 static int of_thermal_set_trip_temp(struct thermal_zone_device *tz, int trip, in of_thermal_set_trip_temp()
329 static int of_thermal_get_trip_hyst(struct thermal_zone_device *tz, int trip, in of_thermal_get_trip_hyst()
342 static int of_thermal_set_trip_hyst(struct thermal_zone_device *tz, int trip, in of_thermal_set_trip_hyst()
356 static int of_thermal_get_crit_temp(struct thermal_zone_device *tz, in of_thermal_get_crit_temp()
385 static struct thermal_zone_device *
390 struct thermal_zone_device *tzd; in thermal_zone_of_add_sensor()
503 struct thermal_zone_device *
508 struct thermal_zone_device *tzd = ERR_PTR(-ENODEV); in thermal_zone_of_sensor_register()
563 struct thermal_zone_device *tzd) in thermal_zone_of_sensor_unregister()
594 *(struct thermal_zone_device **)res); in devm_thermal_zone_of_sensor_release()
600 struct thermal_zone_device **r = res; in devm_thermal_zone_of_sensor_match()
627 struct thermal_zone_device *devm_thermal_zone_of_sensor_register( in devm_thermal_zone_of_sensor_register()
631 struct thermal_zone_device **ptr, *tzd; in devm_thermal_zone_of_sensor_register()
665 struct thermal_zone_device *tzd) in devm_thermal_zone_of_sensor_unregister()
1031 struct thermal_zone_device *zone; in of_thermal_destroy_zones()
1070 struct thermal_zone_device *zone; in of_parse_thermal_zones()