]> Git Repo - J-linux.git/blob - tools/lib/thermal/libthermal.map
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / tools / lib / thermal / libthermal.map
1 LIBTHERMAL_0.0.1 {
2         global:
3                 thermal_init;
4                 for_each_thermal_zone;
5                 for_each_thermal_trip;
6                 for_each_thermal_cdev;
7                 for_each_thermal_threshold;
8                 thermal_zone_find_by_name;
9                 thermal_zone_find_by_id;
10                 thermal_zone_discover;
11                 thermal_init;
12                 thermal_events_init;
13                 thermal_events_handle;
14                 thermal_events_fd;
15                 thermal_cmd_init;
16                 thermal_cmd_get_tz;
17                 thermal_cmd_get_cdev;
18                 thermal_cmd_get_trip;
19                 thermal_cmd_get_governor;
20                 thermal_cmd_get_temp;
21                 thermal_cmd_threshold_get;
22                 thermal_cmd_threshold_add;
23                 thermal_cmd_threshold_delete;
24                 thermal_cmd_threshold_flush;
25                 thermal_sampling_init;
26                 thermal_sampling_handle;
27                 thermal_sampling_fd;
28 local:
29                 *;
30 };
This page took 0.028021 seconds and 4 git commands to generate.