Lines Matching refs:thermal_zone_device

269 static struct device_node *thermal_of_zone_get_by_name(struct thermal_zone_device *tz)  in thermal_of_zone_get_by_name()
288 struct thermal_zone_device *tz, struct thermal_cooling_device *cdev) in __thermal_of_unbind()
319 struct thermal_zone_device *tz, struct thermal_cooling_device *cdev) in __thermal_of_bind()
354 struct thermal_zone_device *tz, struct thermal_cooling_device *cdev, in thermal_of_for_each_cooling_device() argument
356 struct thermal_zone_device *, struct thermal_cooling_device *)) in thermal_of_for_each_cooling_device()
386 static int thermal_of_for_each_cooling_maps(struct thermal_zone_device *tz, in thermal_of_for_each_cooling_maps() argument
389 struct thermal_zone_device *, struct thermal_cooling_device *)) in thermal_of_for_each_cooling_maps()
419 static int thermal_of_bind(struct thermal_zone_device *tz, in thermal_of_bind()
425 static int thermal_of_unbind(struct thermal_zone_device *tz, in thermal_of_unbind()
439 static void thermal_of_zone_unregister(struct thermal_zone_device *tz) in thermal_of_zone_unregister()
470 static struct thermal_zone_device *thermal_of_zone_register(struct device_node *sensor, int id, voi… in thermal_of_zone_register()
473 struct thermal_zone_device *tz; in thermal_of_zone_register()
543 thermal_of_zone_unregister(*(struct thermal_zone_device **)res); in devm_thermal_of_zone_release()
549 struct thermal_zone_device **r = res; in devm_thermal_of_zone_match()
567 struct thermal_zone_device *devm_thermal_of_zone_register(struct device *dev, int sensor_id, void *… in devm_thermal_of_zone_register()
570 struct thermal_zone_device **ptr, *tzd; in devm_thermal_of_zone_register()
603 void devm_thermal_of_zone_unregister(struct device *dev, struct thermal_zone_device *tz) in devm_thermal_of_zone_unregister()