Lines Matching full:int
9 int __init thermal_netlink_init(void);
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,
18 int temp, int hyst);
19 int thermal_notify_tz_trip_change(int tz_id, int id, int type,
20 int temp, int hyst);
21 int thermal_notify_cdev_state_update(int cdev_id, int state);
22 int thermal_notify_cdev_add(int cdev_id, const char *name, int max_state);
23 int thermal_notify_cdev_delete(int cdev_id);
24 int thermal_notify_tz_gov_change(int tz_id, const char *name);
25 int thermal_genl_sampling_temp(int id, int temp);
27 static inline int thermal_netlink_init(void) in thermal_netlink_init()
32 static inline int thermal_notify_tz_create(int tz_id, const char *name) in thermal_notify_tz_create()
37 static inline int thermal_notify_tz_delete(int tz_id) in thermal_notify_tz_delete()
42 static inline int thermal_notify_tz_enable(int tz_id) in thermal_notify_tz_enable()
47 static inline int thermal_notify_tz_disable(int tz_id) in thermal_notify_tz_disable()
52 static inline int thermal_notify_tz_trip_down(int tz_id, int id) in thermal_notify_tz_trip_down()
57 static inline int thermal_notify_tz_trip_up(int tz_id, int id) in thermal_notify_tz_trip_up()
62 static inline int thermal_notify_tz_trip_delete(int tz_id, int id) in thermal_notify_tz_trip_delete()
67 static inline int thermal_notify_tz_trip_add(int tz_id, int id, int type, in thermal_notify_tz_trip_add()
68 int temp, int hyst) in thermal_notify_tz_trip_add()
73 static inline int thermal_notify_tz_trip_change(int tz_id, int id, int type, in thermal_notify_tz_trip_change()
74 int temp, int hyst) in thermal_notify_tz_trip_change()
79 static inline int thermal_notify_cdev_state_update(int cdev_id, int state) in thermal_notify_cdev_state_update()
84 static inline int thermal_notify_cdev_add(int cdev_id, const char *name, in thermal_notify_cdev_add()
85 int max_state) in thermal_notify_cdev_add()
90 static inline int thermal_notify_cdev_delete(int cdev_id) in thermal_notify_cdev_delete()
95 static inline int thermal_notify_tz_gov_change(int tz_id, const char *name) in thermal_notify_tz_gov_change()
100 static inline int thermal_genl_sampling_temp(int id, int temp) in thermal_genl_sampling_temp()