Lines Matching defs:tz_id
10 int thermal_notify_tz_create(int tz_id, const char *name);
11 int thermal_notify_tz_delete(int tz_id);
12 int thermal_notify_tz_enable(int tz_id);
13 int thermal_notify_tz_disable(int tz_id);
14 int thermal_notify_tz_trip_down(int tz_id, int id);
15 int thermal_notify_tz_trip_up(int tz_id, int id);
16 int thermal_notify_tz_trip_delete(int tz_id, int id);
17 int thermal_notify_tz_trip_add(int tz_id, int id, int type,
19 int thermal_notify_tz_trip_change(int tz_id, int id, int type,
24 int thermal_notify_tz_gov_change(int tz_id, const char *name);
32 static inline int thermal_notify_tz_create(int tz_id, const char *name)
37 static inline int thermal_notify_tz_delete(int tz_id)
42 static inline int thermal_notify_tz_enable(int tz_id)
47 static inline int thermal_notify_tz_disable(int tz_id)
52 static inline int thermal_notify_tz_trip_down(int tz_id, int id)
57 static inline int thermal_notify_tz_trip_up(int tz_id, int id)
62 static inline int thermal_notify_tz_trip_delete(int tz_id, int id)
67 static inline int thermal_notify_tz_trip_add(int tz_id, int id, int type,
73 static inline int thermal_notify_tz_trip_change(int tz_id, int id, int type,
95 static inline int thermal_notify_tz_gov_change(int tz_id, const char *name)