Lines Matching refs:thermal_zone_device
46 int for_each_thermal_zone(int (*cb)(struct thermal_zone_device *, void *),
55 struct thermal_zone_device *thermal_zone_get_by_id(int id);
85 int get_tz_trend(struct thermal_zone_device *tz, int trip);
88 get_thermal_instance(struct thermal_zone_device *tz,
100 struct thermal_zone_device *tz;
117 container_of(_dev, struct thermal_zone_device, device)
124 int thermal_zone_device_set_policy(struct thermal_zone_device *, char *);
128 void thermal_zone_set_trips(struct thermal_zone_device *tz);
132 int thermal_zone_create_device_groups(struct thermal_zone_device *, int);
133 void thermal_zone_destroy_device_groups(struct thermal_zone_device *);
154 int of_thermal_get_ntrips(struct thermal_zone_device *);
155 bool of_thermal_is_trip_valid(struct thermal_zone_device *, int);
157 of_thermal_get_trip_points(struct thermal_zone_device *);
160 static inline int of_thermal_get_ntrips(struct thermal_zone_device *tz) in of_thermal_get_ntrips()
164 static inline bool of_thermal_is_trip_valid(struct thermal_zone_device *tz, in of_thermal_is_trip_valid()
170 of_thermal_get_trip_points(struct thermal_zone_device *tz) in of_thermal_get_trip_points()
176 int thermal_zone_device_is_enabled(struct thermal_zone_device *tz);