Home
last modified time | relevance | path

Searched defs:tz_id (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/thermal/
H A Dthermal_netlink.h41 static inline int thermal_notify_tz_create(int tz_id, const char *name) in thermal_notify_tz_create()
46 static inline int thermal_notify_tz_delete(int tz_id) in thermal_notify_tz_delete()
51 static inline int thermal_notify_tz_enable(int tz_id) in thermal_notify_tz_enable()
56 static inline int thermal_notify_tz_disable(int tz_id) in thermal_notify_tz_disable()
61 static inline int thermal_notify_tz_trip_down(int tz_id, int id, int temp) in thermal_notify_tz_trip_down()
66 static inline int thermal_notify_tz_trip_up(int tz_id, int id, int temp) in thermal_notify_tz_trip_up()
71 static inline int thermal_notify_tz_trip_delete(int tz_id, int id) in thermal_notify_tz_trip_delete()
76 static inline int thermal_notify_tz_trip_add(int tz_id, int id, int type, in thermal_notify_tz_trip_add()
82 static inline int thermal_notify_tz_trip_change(int tz_id, int id, int type, in thermal_notify_tz_trip_change()
104 static inline int thermal_notify_tz_gov_change(int tz_id, const char *name) in thermal_notify_tz_gov_change()
H A Dthermal_netlink.c57 int tz_id; member
305 int thermal_notify_tz_create(int tz_id, const char *name) in thermal_notify_tz_create()
312 int thermal_notify_tz_delete(int tz_id) in thermal_notify_tz_delete()
319 int thermal_notify_tz_enable(int tz_id) in thermal_notify_tz_enable()
326 int thermal_notify_tz_disable(int tz_id) in thermal_notify_tz_disable()
333 int thermal_notify_tz_trip_down(int tz_id, int trip_id, int temp) in thermal_notify_tz_trip_down()
340 int thermal_notify_tz_trip_up(int tz_id, int trip_id, int temp) in thermal_notify_tz_trip_up()
347 int thermal_notify_tz_trip_add(int tz_id, int trip_id, int trip_type, in thermal_notify_tz_trip_add()
357 int thermal_notify_tz_trip_delete(int tz_id, int trip_id) in thermal_notify_tz_trip_delete()
364 int thermal_notify_tz_trip_change(int tz_id, int trip_id, int trip_type, in thermal_notify_tz_trip_change()
[all …]
H A Dthermal_core.c1439 int tz_id; in thermal_zone_device_unregister() local
/openbmc/linux/tools/thermal/thermal-engine/
H A Dthermal-engine.c80 static int tz_create(const char *name, int tz_id, __maybe_unused void *arg) in tz_create()
87 static int tz_delete(int tz_id, __maybe_unused void *arg) in tz_delete()
94 static int tz_disable(int tz_id, void *arg) in tz_disable()
104 static int tz_enable(int tz_id, void *arg) in tz_enable()
114 static int trip_high(int tz_id, int trip_id, int temp, void *arg) in trip_high()
125 static int trip_low(int tz_id, int trip_id, int temp, void *arg) in trip_low()
136 static int trip_add(int tz_id, int trip_id, int type, int temp, int hyst, __maybe_unused void *arg) in trip_add()
144 static int trip_delete(int tz_id, int trip_id, __maybe_unused void *arg) in trip_delete()
151 static int trip_change(int tz_id, int trip_id, int type, int temp, in trip_change()
188 static int gov_change(int tz_id, const char *name, __maybe_unused void *arg) in gov_change()
/openbmc/linux/tools/thermal/tmon/
H A Dsysfs.c167 int tz_id) in find_tzone_tp()
199 struct tz_info *tzi, int tz_id, int cid) in find_tzone_cdev()