Lines Matching refs:thermal_zone_device

89 static int of_thermal_get_temp(struct thermal_zone_device *tz,  in of_thermal_get_temp()
100 static int of_thermal_set_trips(struct thermal_zone_device *tz, in of_thermal_set_trips()
121 int of_thermal_get_ntrips(struct thermal_zone_device *tz) in of_thermal_get_ntrips()
142 bool of_thermal_is_trip_valid(struct thermal_zone_device *tz, int trip) in of_thermal_is_trip_valid()
164 of_thermal_get_trip_points(struct thermal_zone_device *tz) in of_thermal_get_trip_points()
186 static int of_thermal_set_emul_temp(struct thermal_zone_device *tz, in of_thermal_set_emul_temp()
194 static int of_thermal_get_trend(struct thermal_zone_device *tz, int trip, in of_thermal_get_trend()
205 static int of_thermal_bind(struct thermal_zone_device *thermal, in of_thermal_bind()
240 static int of_thermal_unbind(struct thermal_zone_device *thermal, in of_thermal_unbind()
272 static int of_thermal_get_mode(struct thermal_zone_device *tz, in of_thermal_get_mode()
282 static int of_thermal_set_mode(struct thermal_zone_device *tz, in of_thermal_set_mode()
305 static int of_thermal_get_trip_type(struct thermal_zone_device *tz, int trip, in of_thermal_get_trip_type()
318 static int of_thermal_get_trip_temp(struct thermal_zone_device *tz, int trip, in of_thermal_get_trip_temp()
331 static int of_thermal_set_trip_temp(struct thermal_zone_device *tz, int trip, in of_thermal_set_trip_temp()
353 static int of_thermal_get_trip_hyst(struct thermal_zone_device *tz, int trip, in of_thermal_get_trip_hyst()
366 static int of_thermal_set_trip_hyst(struct thermal_zone_device *tz, int trip, in of_thermal_set_trip_hyst()
380 static int of_thermal_get_crit_temp(struct thermal_zone_device *tz, in of_thermal_get_crit_temp()
412 static struct thermal_zone_device *
417 struct thermal_zone_device *tzd; in thermal_zone_of_add_sensor()
483 struct thermal_zone_device *
488 struct thermal_zone_device *tzd = ERR_PTR(-ENODEV); in thermal_zone_of_sensor_register()
557 struct thermal_zone_device *tzd) in thermal_zone_of_sensor_unregister()
584 *(struct thermal_zone_device **)res); in devm_thermal_zone_of_sensor_release()
590 struct thermal_zone_device **r = res; in devm_thermal_zone_of_sensor_match()
617 struct thermal_zone_device *devm_thermal_zone_of_sensor_register( in devm_thermal_zone_of_sensor_register()
621 struct thermal_zone_device **ptr, *tzd; in devm_thermal_zone_of_sensor_register()
655 struct thermal_zone_device *tzd) in devm_thermal_zone_of_sensor_unregister()
1026 struct thermal_zone_device *zone; in of_parse_thermal_zones()
1109 struct thermal_zone_device *zone; in of_thermal_destroy_zones()