• Home
  • Raw
  • Download

Lines Matching full:int

8 	int cpu;
9 int performance;
10 int efficiency;
15 int __init thermal_netlink_init(void);
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,
25 int temp, int hyst);
26 int thermal_notify_tz_trip_change(int tz_id, int id, int type,
27 int temp, int hyst);
28 int thermal_notify_cdev_state_update(int cdev_id, int state);
29 int thermal_notify_cdev_add(int cdev_id, const char *name, int max_state);
30 int thermal_notify_cdev_delete(int cdev_id);
31 int thermal_notify_tz_gov_change(int tz_id, const char *name);
32 int thermal_genl_sampling_temp(int id, int temp);
33 int thermal_genl_cpu_capability_event(int count,
36 static inline int thermal_netlink_init(void) in thermal_netlink_init()
41 static inline int thermal_notify_tz_create(int tz_id, const char *name) in thermal_notify_tz_create()
46 static inline int thermal_notify_tz_delete(int tz_id) in thermal_notify_tz_delete()
51 static inline int thermal_notify_tz_enable(int tz_id) in thermal_notify_tz_enable()
56 static inline int thermal_notify_tz_disable(int tz_id) in thermal_notify_tz_disable()
61 static inline int thermal_notify_tz_trip_down(int tz_id, int id, int temp) in thermal_notify_tz_trip_down()
66 static inline int thermal_notify_tz_trip_up(int tz_id, int id, int temp) in thermal_notify_tz_trip_up()
71 static inline int thermal_notify_tz_trip_delete(int tz_id, int id) in thermal_notify_tz_trip_delete()
76 static inline int thermal_notify_tz_trip_add(int tz_id, int id, int type, in thermal_notify_tz_trip_add()
77 int temp, int hyst) in thermal_notify_tz_trip_add()
82 static inline int thermal_notify_tz_trip_change(int tz_id, int id, int type, in thermal_notify_tz_trip_change()
83 int temp, int hyst) in thermal_notify_tz_trip_change()
88 static inline int thermal_notify_cdev_state_update(int cdev_id, int state) in thermal_notify_cdev_state_update()
93 static inline int thermal_notify_cdev_add(int cdev_id, const char *name, in thermal_notify_cdev_add()
94 int max_state) in thermal_notify_cdev_add()
99 static inline int thermal_notify_cdev_delete(int cdev_id) in thermal_notify_cdev_delete()
104 static inline int thermal_notify_tz_gov_change(int tz_id, const char *name) in thermal_notify_tz_gov_change()
109 static inline int thermal_genl_sampling_temp(int id, int temp) in thermal_genl_sampling_temp()
114 static inline int thermal_genl_cpu_capability_event(int count, struct thermal_genl_cpu_caps *caps) in thermal_genl_cpu_capability_event()