Home
last modified time | relevance | path

Searched refs:LIBTHERMAL_API (Results 1 – 1 of 1) sorted by relevance

/linux-6.3-rc2/tools/lib/thermal/include/
A Dthermal.h8 #ifndef LIBTHERMAL_API
9 #define LIBTHERMAL_API __attribute__((visibility("default"))) macro
90 LIBTHERMAL_API struct thermal_handler *thermal_init(struct thermal_ops *ops);
92 LIBTHERMAL_API void thermal_exit(struct thermal_handler *th);
97 LIBTHERMAL_API thermal_error_t thermal_events_exit(struct thermal_handler *th);
99 LIBTHERMAL_API thermal_error_t thermal_events_init(struct thermal_handler *th);
103 LIBTHERMAL_API int thermal_events_fd(struct thermal_handler *th);
108 LIBTHERMAL_API thermal_error_t thermal_cmd_exit(struct thermal_handler *th);
110 LIBTHERMAL_API thermal_error_t thermal_cmd_init(struct thermal_handler *th);
112 LIBTHERMAL_API thermal_error_t thermal_cmd_get_tz(struct thermal_handler *th,
[all …]

Completed in 5 milliseconds