Lines Matching refs:thermal_zone_device
26 struct thermal_zone_device;
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,
62 static inline int thermal_notify_tz_create(const struct thermal_zone_device *tz) in thermal_notify_tz_create()
77 static inline int thermal_notify_tz_delete(const struct thermal_zone_device *tz) in thermal_notify_tz_delete()
82 static inline int thermal_notify_tz_enable(const struct thermal_zone_device *tz) in thermal_notify_tz_enable()
87 static inline int thermal_notify_tz_disable(const struct thermal_zone_device *tz) in thermal_notify_tz_disable()
92 static inline int thermal_notify_tz_trip_down(const struct thermal_zone_device *tz, in thermal_notify_tz_trip_down()
98 static inline int thermal_notify_tz_trip_up(const struct thermal_zone_device *tz, in thermal_notify_tz_trip_up()
104 static inline int thermal_notify_tz_trip_change(const struct thermal_zone_device *tz, in thermal_notify_tz_trip_change()
126 static inline int thermal_notify_tz_gov_change(const struct thermal_zone_device *tz, in thermal_notify_tz_gov_change()