Home
last modified time | relevance | path

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

/linux/tools/lib/thermal/include/
H A Dthermal.h87 } thermal_error_t; typedef
121 LIBTHERMAL_API thermal_error_t thermal_events_exit(struct thermal_handler *th);
123 LIBTHERMAL_API thermal_error_t thermal_events_init(struct thermal_handler *th);
125 LIBTHERMAL_API thermal_error_t thermal_events_handle(struct thermal_handler *th, void *arg);
132 LIBTHERMAL_API thermal_error_t thermal_cmd_exit(struct thermal_handler *th);
134 LIBTHERMAL_API thermal_error_t thermal_cmd_init(struct thermal_handler *th);
136 LIBTHERMAL_API thermal_error_t thermal_cmd_get_tz(struct thermal_handler *th,
139 LIBTHERMAL_API thermal_error_t thermal_cmd_get_cdev(struct thermal_handler *th,
142 LIBTHERMAL_API thermal_error_t thermal_cmd_get_trip(struct thermal_handler *th,
145 LIBTHERMAL_API thermal_error_t thermal_cmd_get_governor(struct thermal_handler *th,
[all …]
/linux/tools/lib/thermal/
H A Dcommands.c374 static thermal_error_t thermal_genl_auto(struct thermal_handler *th, cmd_cb_t cmd_cb, in thermal_genl_auto()
378 thermal_error_t ret = THERMAL_ERROR; in thermal_genl_auto()
404 thermal_error_t thermal_cmd_get_tz(struct thermal_handler *th, struct thermal_zone **tz) in thermal_cmd_get_tz()
410 thermal_error_t thermal_cmd_get_cdev(struct thermal_handler *th, struct thermal_cdev **tc) in thermal_cmd_get_cdev()
416 thermal_error_t thermal_cmd_get_trip(struct thermal_handler *th, struct thermal_zone *tz) in thermal_cmd_get_trip()
424 thermal_error_t thermal_cmd_get_governor(struct thermal_handler *th, struct thermal_zone *tz) in thermal_cmd_get_governor()
432 thermal_error_t thermal_cmd_get_temp(struct thermal_handler *th, struct thermal_zone *tz) in thermal_cmd_get_temp()
440 thermal_error_t thermal_cmd_threshold_get(struct thermal_handler *th, in thermal_cmd_threshold_get()
449 thermal_error_t thermal_cmd_threshold_add(struct thermal_handler *th, in thermal_cmd_threshold_add()
460 thermal_error_t thermal_cmd_threshold_delete(struct thermal_handler *th, in thermal_cmd_threshold_delete()
[all …]
H A Dsampling.c34 thermal_error_t thermal_sampling_handle(struct thermal_handler *th, void *arg) in thermal_sampling_handle()
56 thermal_error_t thermal_sampling_exit(struct thermal_handler *th) in thermal_sampling_exit()
67 thermal_error_t thermal_sampling_init(struct thermal_handler *th) in thermal_sampling_init()
H A Devents.c148 thermal_error_t thermal_events_handle(struct thermal_handler *th, void *arg) in thermal_events_handle()
170 thermal_error_t thermal_events_exit(struct thermal_handler *th) in thermal_events_exit()
181 thermal_error_t thermal_events_init(struct thermal_handler *th) in thermal_events_init()