Searched defs:tz_id (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/tools/thermal/thermal-engine/ |
D | thermal-engine.c | 80 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-6.12.1/tools/thermal/tmon/ |
D | sysfs.c | 167 int tz_id) in find_tzone_tp() 199 struct tz_info *tzi, int tz_id, int cid) in find_tzone_cdev()
|
/linux-6.12.1/drivers/thermal/ |
D | thermal_netlink.c | 58 int tz_id; member
|