Searched defs:tz_id (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/thermal/ |
A 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, int temp) in thermal_notify_tz_trip_down() 57 static inline int thermal_notify_tz_trip_up(int tz_id, int id, int temp) 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()
|
A D | thermal_netlink.c | 52 int tz_id; member 261 int thermal_notify_tz_create(int tz_id, const char *name) in thermal_notify_tz_create() 268 int thermal_notify_tz_delete(int tz_id) in thermal_notify_tz_delete() 275 int thermal_notify_tz_enable(int tz_id) in thermal_notify_tz_enable() 282 int thermal_notify_tz_disable(int tz_id) in thermal_notify_tz_disable() 289 int thermal_notify_tz_trip_down(int tz_id, int trip_id, int temp) in thermal_notify_tz_trip_down() 296 int thermal_notify_tz_trip_up(int tz_id, int trip_id, int temp) in thermal_notify_tz_trip_up() 303 int thermal_notify_tz_trip_add(int tz_id, int trip_id, int trip_type, in thermal_notify_tz_trip_add() 313 int thermal_notify_tz_trip_delete(int tz_id, int trip_id) in thermal_notify_tz_trip_delete() 320 int thermal_notify_tz_trip_change(int tz_id, int trip_id, int trip_type, in thermal_notify_tz_trip_change() [all …]
|
A D | thermal_core.c | 1334 int i, tz_id; in thermal_zone_device_unregister() local
|
/linux/tools/thermal/tmon/ |
A D | sysfs.c | 166 int tz_id) in find_tzone_tp() 198 struct tz_info *tzi, int tz_id, int cid) in find_tzone_cdev()
|
Completed in 8 milliseconds