Lines Matching defs:tz_id
17 int thermal_notify_tz_create(int tz_id, const char *name);
18 int thermal_notify_tz_delete(int tz_id);
19 int thermal_notify_tz_enable(int tz_id);
20 int thermal_notify_tz_disable(int tz_id);
21 int thermal_notify_tz_trip_down(int tz_id, int id, int temp);
22 int thermal_notify_tz_trip_up(int tz_id, int id, int temp);
23 int thermal_notify_tz_trip_delete(int tz_id, int id);
24 int thermal_notify_tz_trip_add(int tz_id, int id, int type,
26 int thermal_notify_tz_trip_change(int tz_id, int id, int type,
31 int thermal_notify_tz_gov_change(int tz_id, const char *name);
41 static inline int thermal_notify_tz_create(int tz_id, const char *name)
46 static inline int thermal_notify_tz_delete(int tz_id)
51 static inline int thermal_notify_tz_enable(int tz_id)
56 static inline int thermal_notify_tz_disable(int tz_id)
61 static inline int thermal_notify_tz_trip_down(int tz_id, int id, int temp)
66 static inline int thermal_notify_tz_trip_up(int tz_id, int id, int temp)
71 static inline int thermal_notify_tz_trip_delete(int tz_id, int id)
76 static inline int thermal_notify_tz_trip_add(int tz_id, int id, int type,
82 static inline int thermal_notify_tz_trip_change(int tz_id, int id, int type,
104 static inline int thermal_notify_tz_gov_change(int tz_id, const char *name)