Searched defs:tz_id (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/thermal/ |
| H 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) 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()
|
| H A D | thermal_netlink.c | 53 int tz_id; member 266 int thermal_notify_tz_create(int tz_id, const char *name) in thermal_notify_tz_create() 273 int thermal_notify_tz_delete(int tz_id) in thermal_notify_tz_delete() 280 int thermal_notify_tz_enable(int tz_id) in thermal_notify_tz_enable() 287 int thermal_notify_tz_disable(int tz_id) in thermal_notify_tz_disable() 294 int thermal_notify_tz_trip_down(int tz_id, int trip_id) in thermal_notify_tz_trip_down() 301 int thermal_notify_tz_trip_up(int tz_id, int trip_id) in thermal_notify_tz_trip_up() 308 int thermal_notify_tz_trip_add(int tz_id, int trip_id, int trip_type, in thermal_notify_tz_trip_add() 318 int thermal_notify_tz_trip_delete(int tz_id, int trip_id) in thermal_notify_tz_trip_delete() 325 int thermal_notify_tz_trip_change(int tz_id, int trip_id, int trip_type, in thermal_notify_tz_trip_change() [all …]
|
| H A D | thermal_core.c | 1521 int i, tz_id; in thermal_zone_device_unregister() local
|
| /OK3568_Linux_fs/kernel/tools/thermal/tmon/ |
| H A 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()
|