Lines Matching full:tz
37 int thermal_notify_tz_create(const struct thermal_zone_device *tz);
38 int thermal_notify_tz_delete(const struct thermal_zone_device *tz);
39 int thermal_notify_tz_enable(const struct thermal_zone_device *tz);
40 int thermal_notify_tz_disable(const struct thermal_zone_device *tz);
41 int thermal_notify_tz_trip_down(const struct thermal_zone_device *tz,
43 int thermal_notify_tz_trip_up(const struct thermal_zone_device *tz,
45 int thermal_notify_tz_trip_change(const struct thermal_zone_device *tz,
51 int thermal_notify_tz_gov_change(const struct thermal_zone_device *tz,
56 int thermal_notify_threshold_add(const struct thermal_zone_device *tz,
58 int thermal_notify_threshold_delete(const struct thermal_zone_device *tz,
60 int thermal_notify_threshold_flush(const struct thermal_zone_device *tz);
61 int thermal_notify_threshold_down(const struct thermal_zone_device *tz);
62 int thermal_notify_threshold_up(const struct thermal_zone_device *tz);
69 static inline int thermal_notify_tz_create(const struct thermal_zone_device *tz) in thermal_notify_tz_create() argument
84 static inline int thermal_notify_tz_delete(const struct thermal_zone_device *tz) in thermal_notify_tz_delete() argument
89 static inline int thermal_notify_tz_enable(const struct thermal_zone_device *tz) in thermal_notify_tz_enable() argument
94 static inline int thermal_notify_tz_disable(const struct thermal_zone_device *tz) in thermal_notify_tz_disable() argument
99 static inline int thermal_notify_tz_trip_down(const struct thermal_zone_device *tz, in thermal_notify_tz_trip_down() argument
105 static inline int thermal_notify_tz_trip_up(const struct thermal_zone_device *tz, in thermal_notify_tz_trip_up() argument
111 static inline int thermal_notify_tz_trip_change(const struct thermal_zone_device *tz, in thermal_notify_tz_trip_change() argument
133 static inline int thermal_notify_tz_gov_change(const struct thermal_zone_device *tz, in thermal_notify_tz_gov_change() argument
149 static inline int thermal_notify_threshold_add(const struct thermal_zone_device *tz, in thermal_notify_threshold_add() argument
155 static inline int thermal_notify_threshold_delete(const struct thermal_zone_device *tz, in thermal_notify_threshold_delete() argument
161 static inline int thermal_notify_threshold_flush(const struct thermal_zone_device *tz) in thermal_notify_threshold_flush() argument
166 static inline int thermal_notify_threshold_down(const struct thermal_zone_device *tz) in thermal_notify_threshold_down() argument
171 static inline int thermal_notify_threshold_up(const struct thermal_zone_device *tz) in thermal_notify_threshold_up() argument