Lines Matching refs:thermal_zone_device

30 	struct thermal_zone_device *tz = to_thermal_zone(dev);  in type_show()
38 struct thermal_zone_device *tz = to_thermal_zone(dev); in temp_show()
52 struct thermal_zone_device *tz = to_thermal_zone(dev); in mode_show()
62 struct thermal_zone_device *tz = to_thermal_zone(dev); in mode_store()
82 struct thermal_zone_device *tz = to_thermal_zone(dev); in trip_point_type_show()
114 struct thermal_zone_device *tz = to_thermal_zone(dev); in trip_point_temp_store()
153 struct thermal_zone_device *tz = to_thermal_zone(dev); in trip_point_temp_show()
175 struct thermal_zone_device *tz = to_thermal_zone(dev); in trip_point_hyst_store()
205 struct thermal_zone_device *tz = to_thermal_zone(dev); in trip_point_hyst_show()
224 struct thermal_zone_device *tz = to_thermal_zone(dev); in passive_store()
258 struct thermal_zone_device *tz = to_thermal_zone(dev); in passive_show()
267 struct thermal_zone_device *tz = to_thermal_zone(dev); in policy_store()
283 struct thermal_zone_device *tz = to_thermal_zone(dev); in policy_show()
300 struct thermal_zone_device *tz = to_thermal_zone(dev); in emul_temp_store()
327 struct thermal_zone_device *tz = to_thermal_zone(dev); in sustainable_power_show()
339 struct thermal_zone_device *tz = to_thermal_zone(dev); in sustainable_power_store()
358 struct thermal_zone_device *tz = to_thermal_zone(dev); \
370 struct thermal_zone_device *tz = to_thermal_zone(dev); \
453 struct thermal_zone_device *tz; in thermal_zone_passive_is_visible()
457 tz = container_of(dev, struct thermal_zone_device, device); in thermal_zone_passive_is_visible()
494 static int create_trip_attrs(struct thermal_zone_device *tz, int mask) in create_trip_attrs()
596 static void destroy_trip_attrs(struct thermal_zone_device *tz) in destroy_trip_attrs()
608 int thermal_zone_create_device_groups(struct thermal_zone_device *tz, in thermal_zone_create_device_groups()
640 void thermal_zone_destroy_device_groups(struct thermal_zone_device *tz) in thermal_zone_destroy_device_groups()