Lines Matching defs:tz
69 static inline int thermal_notify_tz_create(const struct thermal_zone_device *tz) in thermal_notify_tz_create()
84 static inline int thermal_notify_tz_delete(const struct thermal_zone_device *tz) in thermal_notify_tz_delete()
89 static inline int thermal_notify_tz_enable(const struct thermal_zone_device *tz) in thermal_notify_tz_enable()
94 static inline int thermal_notify_tz_disable(const struct thermal_zone_device *tz) in thermal_notify_tz_disable()
99 static inline int thermal_notify_tz_trip_down(const struct thermal_zone_device *tz, in thermal_notify_tz_trip_down()
105 static inline int thermal_notify_tz_trip_up(const struct thermal_zone_device *tz, in thermal_notify_tz_trip_up()
111 static inline int thermal_notify_tz_trip_change(const struct thermal_zone_device *tz, in thermal_notify_tz_trip_change()
133 static inline int thermal_notify_tz_gov_change(const struct thermal_zone_device *tz, in thermal_notify_tz_gov_change()
149 static inline int thermal_notify_threshold_add(const struct thermal_zone_device *tz, in thermal_notify_threshold_add()
155 static inline int thermal_notify_threshold_delete(const struct thermal_zone_device *tz, in thermal_notify_threshold_delete()
161 static inline int thermal_notify_threshold_flush(const struct thermal_zone_device *tz) in thermal_notify_threshold_flush()
166 static inline int thermal_notify_threshold_down(const struct thermal_zone_device *tz) in thermal_notify_threshold_down()
171 static inline int thermal_notify_threshold_up(const struct thermal_zone_device *tz) in thermal_notify_threshold_up()