Searched defs:tz_id (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/thermal/ |
D | thermal_netlink.h | 32 static inline int thermal_notify_tz_create(int tz_id, const char *name) in thermal_notify_tz_create() 37 static inline int thermal_notify_tz_delete(int tz_id) in thermal_notify_tz_delete() 42 static inline int thermal_notify_tz_enable(int tz_id) in thermal_notify_tz_enable() 47 static inline int thermal_notify_tz_disable(int tz_id) in thermal_notify_tz_disable() 52 static inline int thermal_notify_tz_trip_down(int tz_id, int id) in thermal_notify_tz_trip_down() 57 static inline int thermal_notify_tz_trip_up(int tz_id, int id) in thermal_notify_tz_trip_up() 62 static inline int thermal_notify_tz_trip_delete(int tz_id, int id) in thermal_notify_tz_trip_delete() 67 static inline int thermal_notify_tz_trip_add(int tz_id, int id, int type, in thermal_notify_tz_trip_add() 73 static inline int thermal_notify_tz_trip_change(int tz_id, int id, int type, in thermal_notify_tz_trip_change() 95 static inline int thermal_notify_tz_gov_change(int tz_id, const char *name) in thermal_notify_tz_gov_change()
|
D | thermal_netlink.c | 52 int tz_id; member 260 int thermal_notify_tz_create(int tz_id, const char *name) in thermal_notify_tz_create() 267 int thermal_notify_tz_delete(int tz_id) in thermal_notify_tz_delete() 274 int thermal_notify_tz_enable(int tz_id) in thermal_notify_tz_enable() 281 int thermal_notify_tz_disable(int tz_id) in thermal_notify_tz_disable() 288 int thermal_notify_tz_trip_down(int tz_id, int trip_id) in thermal_notify_tz_trip_down() 295 int thermal_notify_tz_trip_up(int tz_id, int trip_id) in thermal_notify_tz_trip_up() 302 int thermal_notify_tz_trip_add(int tz_id, int trip_id, int trip_type, in thermal_notify_tz_trip_add() 312 int thermal_notify_tz_trip_delete(int tz_id, int trip_id) in thermal_notify_tz_trip_delete() 319 int thermal_notify_tz_trip_change(int tz_id, int trip_id, int trip_type, in thermal_notify_tz_trip_change() [all …]
|
D | thermal_core.c | 1528 int i, tz_id; in thermal_zone_device_unregister() local
|
/kernel/linux/linux-5.10/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()
|