Lines Matching refs:thermal_zone_device
29 struct thermal_zone_device *tz = to_thermal_zone(dev); in type_show()
37 struct thermal_zone_device *tz = to_thermal_zone(dev); in temp_show()
51 struct thermal_zone_device *tz = to_thermal_zone(dev); in mode_show()
70 struct thermal_zone_device *tz = to_thermal_zone(dev); in mode_store()
93 struct thermal_zone_device *tz = to_thermal_zone(dev); in trip_point_type_show()
125 struct thermal_zone_device *tz = to_thermal_zone(dev); in trip_point_temp_store()
151 struct thermal_zone_device *tz = to_thermal_zone(dev); in trip_point_temp_show()
173 struct thermal_zone_device *tz = to_thermal_zone(dev); in trip_point_hyst_store()
203 struct thermal_zone_device *tz = to_thermal_zone(dev); in trip_point_hyst_show()
222 struct thermal_zone_device *tz = to_thermal_zone(dev); in passive_store()
256 struct thermal_zone_device *tz = to_thermal_zone(dev); in passive_show()
265 struct thermal_zone_device *tz = to_thermal_zone(dev); in policy_store()
281 struct thermal_zone_device *tz = to_thermal_zone(dev); in policy_show()
298 struct thermal_zone_device *tz = to_thermal_zone(dev); in emul_temp_store()
325 struct thermal_zone_device *tz = to_thermal_zone(dev); in sustainable_power_show()
337 struct thermal_zone_device *tz = to_thermal_zone(dev); in sustainable_power_store()
356 struct thermal_zone_device *tz = to_thermal_zone(dev); \
368 struct thermal_zone_device *tz = to_thermal_zone(dev); \
442 struct thermal_zone_device *tz; in thermal_zone_mode_is_visible()
444 tz = container_of(dev, struct thermal_zone_device, device); in thermal_zone_mode_is_visible()
468 struct thermal_zone_device *tz; in thermal_zone_passive_is_visible()
472 tz = container_of(dev, struct thermal_zone_device, device); in thermal_zone_passive_is_visible()
509 static int create_trip_attrs(struct thermal_zone_device *tz, int mask) in create_trip_attrs()
611 static void destroy_trip_attrs(struct thermal_zone_device *tz) in destroy_trip_attrs()
623 int thermal_zone_create_device_groups(struct thermal_zone_device *tz, in thermal_zone_create_device_groups()
655 void thermal_zone_destroy_device_groups(struct thermal_zone_device *tz) in thermal_zone_destroy_device_groups()