Lines Matching refs:tz_id

16 int thermal_notify_tz_create(int tz_id, const char *name);
17 int thermal_notify_tz_delete(int tz_id);
18 int thermal_notify_tz_enable(int tz_id);
19 int thermal_notify_tz_disable(int tz_id);
20 int thermal_notify_tz_trip_down(int tz_id, int id, int temp);
21 int thermal_notify_tz_trip_up(int tz_id, int id, int temp);
22 int thermal_notify_tz_trip_delete(int tz_id, int id);
23 int thermal_notify_tz_trip_add(int tz_id, int id, int type,
25 int thermal_notify_tz_trip_change(int tz_id, int id, int type,
30 int thermal_notify_tz_gov_change(int tz_id, const char *name);
40 static inline int thermal_notify_tz_create(int tz_id, const char *name) in thermal_notify_tz_create() argument
45 static inline int thermal_notify_tz_delete(int tz_id) in thermal_notify_tz_delete() argument
50 static inline int thermal_notify_tz_enable(int tz_id) in thermal_notify_tz_enable() argument
55 static inline int thermal_notify_tz_disable(int tz_id) in thermal_notify_tz_disable() argument
60 static inline int thermal_notify_tz_trip_down(int tz_id, int id, int temp) in thermal_notify_tz_trip_down() argument
65 static inline int thermal_notify_tz_trip_up(int tz_id, int id, int temp) in thermal_notify_tz_trip_up() argument
70 static inline int thermal_notify_tz_trip_delete(int tz_id, int id) in thermal_notify_tz_trip_delete() argument
75 static inline int thermal_notify_tz_trip_add(int tz_id, int id, int type, in thermal_notify_tz_trip_add() argument
81 static inline int thermal_notify_tz_trip_change(int tz_id, int id, int type, in thermal_notify_tz_trip_change() argument
103 static inline int thermal_notify_tz_gov_change(int tz_id, const char *name) in thermal_notify_tz_gov_change() argument