Back to home page

OSCL-LXR

 
 

    


0001 LIBTHERMAL_0.0.1 {
0002         global:
0003                 thermal_init;
0004                 for_each_thermal_zone;
0005                 for_each_thermal_trip;
0006                 for_each_thermal_cdev;
0007                 thermal_zone_find_by_name;
0008                 thermal_zone_find_by_id;
0009                 thermal_zone_discover;
0010                 thermal_init;
0011                 thermal_events_init;
0012                 thermal_events_handle;
0013                 thermal_events_fd;
0014                 thermal_cmd_init;
0015                 thermal_cmd_get_tz;
0016                 thermal_cmd_get_cdev;
0017                 thermal_cmd_get_trip;
0018                 thermal_cmd_get_governor;
0019                 thermal_cmd_get_temp;
0020                 thermal_sampling_init;
0021                 thermal_sampling_handle;
0022                 thermal_sampling_fd;
0023 local:
0024                 *;
0025 };