Symbol: LIBTHERMAL_API
tools/lib/thermal/include/thermal.h
101
LIBTHERMAL_API int for_each_thermal_trip(struct thermal_trip *tt, cb_tt_t cb, void *arg);
tools/lib/thermal/include/thermal.h
103
LIBTHERMAL_API int for_each_thermal_cdev(struct thermal_cdev *cdev, cb_tc_t cb, void *arg);
tools/lib/thermal/include/thermal.h
105
LIBTHERMAL_API int for_each_thermal_threshold(struct thermal_threshold *th, cb_th_t cb, void *arg);
tools/lib/thermal/include/thermal.h
107
LIBTHERMAL_API struct thermal_zone *thermal_zone_find_by_name(struct thermal_zone *tz,
tools/lib/thermal/include/thermal.h
110
LIBTHERMAL_API struct thermal_zone *thermal_zone_find_by_id(struct thermal_zone *tz, int id);
tools/lib/thermal/include/thermal.h
112
LIBTHERMAL_API struct thermal_zone *thermal_zone_discover(struct thermal_handler *th);
tools/lib/thermal/include/thermal.h
114
LIBTHERMAL_API struct thermal_handler *thermal_init(struct thermal_ops *ops);
tools/lib/thermal/include/thermal.h
116
LIBTHERMAL_API void thermal_exit(struct thermal_handler *th);
tools/lib/thermal/include/thermal.h
121
LIBTHERMAL_API thermal_error_t thermal_events_exit(struct thermal_handler *th);
tools/lib/thermal/include/thermal.h
123
LIBTHERMAL_API thermal_error_t thermal_events_init(struct thermal_handler *th);
tools/lib/thermal/include/thermal.h
125
LIBTHERMAL_API thermal_error_t thermal_events_handle(struct thermal_handler *th, void *arg);
tools/lib/thermal/include/thermal.h
127
LIBTHERMAL_API int thermal_events_fd(struct thermal_handler *th);
tools/lib/thermal/include/thermal.h
132
LIBTHERMAL_API thermal_error_t thermal_cmd_exit(struct thermal_handler *th);
tools/lib/thermal/include/thermal.h
134
LIBTHERMAL_API thermal_error_t thermal_cmd_init(struct thermal_handler *th);
tools/lib/thermal/include/thermal.h
136
LIBTHERMAL_API thermal_error_t thermal_cmd_get_tz(struct thermal_handler *th,
tools/lib/thermal/include/thermal.h
139
LIBTHERMAL_API thermal_error_t thermal_cmd_get_cdev(struct thermal_handler *th,
tools/lib/thermal/include/thermal.h
142
LIBTHERMAL_API thermal_error_t thermal_cmd_get_trip(struct thermal_handler *th,
tools/lib/thermal/include/thermal.h
145
LIBTHERMAL_API thermal_error_t thermal_cmd_get_governor(struct thermal_handler *th,
tools/lib/thermal/include/thermal.h
148
LIBTHERMAL_API thermal_error_t thermal_cmd_get_temp(struct thermal_handler *th,
tools/lib/thermal/include/thermal.h
151
LIBTHERMAL_API thermal_error_t thermal_cmd_threshold_get(struct thermal_handler *th,
tools/lib/thermal/include/thermal.h
154
LIBTHERMAL_API thermal_error_t thermal_cmd_threshold_add(struct thermal_handler *th,
tools/lib/thermal/include/thermal.h
159
LIBTHERMAL_API thermal_error_t thermal_cmd_threshold_delete(struct thermal_handler *th,
tools/lib/thermal/include/thermal.h
164
LIBTHERMAL_API thermal_error_t thermal_cmd_threshold_flush(struct thermal_handler *th,
tools/lib/thermal/include/thermal.h
170
LIBTHERMAL_API thermal_error_t thermal_sampling_exit(struct thermal_handler *th);
tools/lib/thermal/include/thermal.h
172
LIBTHERMAL_API thermal_error_t thermal_sampling_init(struct thermal_handler *th);
tools/lib/thermal/include/thermal.h
174
LIBTHERMAL_API thermal_error_t thermal_sampling_handle(struct thermal_handler *th, void *arg);
tools/lib/thermal/include/thermal.h
176
LIBTHERMAL_API int thermal_sampling_fd(struct thermal_handler *th);
tools/lib/thermal/include/thermal.h
9
#ifndef LIBTHERMAL_API
tools/lib/thermal/include/thermal.h
99
LIBTHERMAL_API int for_each_thermal_zone(struct thermal_zone *tz, cb_tz_t cb, void *arg);