Lines Matching refs: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) in thermal_notify_tz_create() argument
46 static inline int thermal_notify_tz_delete(int tz_id) in thermal_notify_tz_delete() argument
51 static inline int thermal_notify_tz_enable(int tz_id) in thermal_notify_tz_enable() argument
56 static inline int thermal_notify_tz_disable(int tz_id) in thermal_notify_tz_disable() argument
61 static inline int thermal_notify_tz_trip_down(int tz_id, int id, int temp) in thermal_notify_tz_trip_down() argument
66 static inline int thermal_notify_tz_trip_up(int tz_id, int id, int temp) in thermal_notify_tz_trip_up() argument
71 static inline int thermal_notify_tz_trip_delete(int tz_id, int id) in thermal_notify_tz_trip_delete() argument
76 static inline int thermal_notify_tz_trip_add(int tz_id, int id, int type, in thermal_notify_tz_trip_add() argument
82 static inline int thermal_notify_tz_trip_change(int tz_id, int id, int type, in thermal_notify_tz_trip_change() argument
104 static inline int thermal_notify_tz_gov_change(int tz_id, const char *name) in thermal_notify_tz_gov_change() argument