Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/thermal/
Dthermal_netlink.h40 static inline int thermal_notify_tz_create(int tz_id, const char *name) in thermal_notify_tz_create()
45 static inline int thermal_notify_tz_delete(int tz_id) in thermal_notify_tz_delete()
50 static inline int thermal_notify_tz_enable(int tz_id) in thermal_notify_tz_enable()
55 static inline int thermal_notify_tz_disable(int tz_id) in thermal_notify_tz_disable()
60 static inline int thermal_notify_tz_trip_down(int tz_id, int id, int temp) in thermal_notify_tz_trip_down()
65 static inline int thermal_notify_tz_trip_up(int tz_id, int id, int temp) in thermal_notify_tz_trip_up()
70 static inline int thermal_notify_tz_trip_delete(int tz_id, int id) in thermal_notify_tz_trip_delete()
75 static inline int thermal_notify_tz_trip_add(int tz_id, int id, int type, in thermal_notify_tz_trip_add()
81 static inline int thermal_notify_tz_trip_change(int tz_id, int id, int type, in thermal_notify_tz_trip_change()
103 static inline int thermal_notify_tz_gov_change(int tz_id, const char *name) in thermal_notify_tz_gov_change()
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 …]
Dthermal_core.c1335 int i, tz_id; in thermal_zone_device_unregister() local
/linux-5.19.10/tools/thermal/thermal-engine/
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()
/linux-5.19.10/tools/thermal/tmon/
Dsysfs.c167 int tz_id) in find_tzone_tp()
199 struct tz_info *tzi, int tz_id, int cid) in find_tzone_cdev()