Searched refs:LIBTHERMAL_API (Results 1 – 1 of 1) sorted by relevance
/linux-6.14.4/tools/lib/thermal/include/ |
D | thermal.h | 9 #ifndef LIBTHERMAL_API 10 #define LIBTHERMAL_API __attribute__((visibility("default"))) macro 99 LIBTHERMAL_API int for_each_thermal_zone(struct thermal_zone *tz, cb_tz_t cb, void *arg); 101 LIBTHERMAL_API int for_each_thermal_trip(struct thermal_trip *tt, cb_tt_t cb, void *arg); 103 LIBTHERMAL_API int for_each_thermal_cdev(struct thermal_cdev *cdev, cb_tc_t cb, void *arg); 105 LIBTHERMAL_API int for_each_thermal_threshold(struct thermal_threshold *th, cb_th_t cb, void *arg); 107 LIBTHERMAL_API struct thermal_zone *thermal_zone_find_by_name(struct thermal_zone *tz, 110 LIBTHERMAL_API struct thermal_zone *thermal_zone_find_by_id(struct thermal_zone *tz, int id); 112 LIBTHERMAL_API struct thermal_zone *thermal_zone_discover(struct thermal_handler *th); 114 LIBTHERMAL_API struct thermal_handler *thermal_init(struct thermal_ops *ops); [all …]
|