Lines Matching refs: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, int temp);
15 int thermal_notify_tz_trip_up(int tz_id, int id, int temp);
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) in thermal_notify_tz_create() argument
37 static inline int thermal_notify_tz_delete(int tz_id) in thermal_notify_tz_delete() argument
42 static inline int thermal_notify_tz_enable(int tz_id) in thermal_notify_tz_enable() argument
47 static inline int thermal_notify_tz_disable(int tz_id) in thermal_notify_tz_disable() argument
52 static inline int thermal_notify_tz_trip_down(int tz_id, int id, int temp) in thermal_notify_tz_trip_down() argument
57 static inline int thermal_notify_tz_trip_up(int tz_id, int id, int temp) in thermal_notify_tz_trip_up() argument
62 static inline int thermal_notify_tz_trip_delete(int tz_id, int id) in thermal_notify_tz_trip_delete() argument
67 static inline int thermal_notify_tz_trip_add(int tz_id, int id, int type, in thermal_notify_tz_trip_add() argument
73 static inline int thermal_notify_tz_trip_change(int tz_id, int id, int type, in thermal_notify_tz_trip_change() argument
95 static inline int thermal_notify_tz_gov_change(int tz_id, const char *name) in thermal_notify_tz_gov_change() argument