Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1LIBTHERMAL_0.0.1 {
2 global:
3 for_each_thermal_zone;
4 for_each_thermal_trip;
5 for_each_thermal_cdev;
6 for_each_thermal_threshold;
7 thermal_zone_find_by_name;
8 thermal_zone_find_by_id;
9 thermal_zone_discover;
10 thermal_init;
11 thermal_exit;
12 thermal_events_exit;
13 thermal_events_init;
14 thermal_events_handle;
15 thermal_events_fd;
16 thermal_cmd_exit;
17 thermal_cmd_init;
18 thermal_cmd_get_tz;
19 thermal_cmd_get_cdev;
20 thermal_cmd_get_trip;
21 thermal_cmd_get_governor;
22 thermal_cmd_get_temp;
23 thermal_cmd_threshold_get;
24 thermal_cmd_threshold_add;
25 thermal_cmd_threshold_delete;
26 thermal_cmd_threshold_flush;
27 thermal_sampling_exit;
28 thermal_sampling_init;
29 thermal_sampling_handle;
30 thermal_sampling_fd;
31local:
32 *;
33};