Symbol: thermal_error_t
tools/lib/thermal/commands.c
374
static thermal_error_t thermal_genl_auto(struct thermal_handler *th, cmd_cb_t cmd_cb,
tools/lib/thermal/commands.c
378
thermal_error_t ret = THERMAL_ERROR;
tools/lib/thermal/commands.c
404
thermal_error_t thermal_cmd_get_tz(struct thermal_handler *th, struct thermal_zone **tz)
tools/lib/thermal/commands.c
410
thermal_error_t thermal_cmd_get_cdev(struct thermal_handler *th, struct thermal_cdev **tc)
tools/lib/thermal/commands.c
416
thermal_error_t thermal_cmd_get_trip(struct thermal_handler *th, struct thermal_zone *tz)
tools/lib/thermal/commands.c
424
thermal_error_t thermal_cmd_get_governor(struct thermal_handler *th, struct thermal_zone *tz)
tools/lib/thermal/commands.c
432
thermal_error_t thermal_cmd_get_temp(struct thermal_handler *th, struct thermal_zone *tz)
tools/lib/thermal/commands.c
440
thermal_error_t thermal_cmd_threshold_get(struct thermal_handler *th,
tools/lib/thermal/commands.c
449
thermal_error_t thermal_cmd_threshold_add(struct thermal_handler *th,
tools/lib/thermal/commands.c
460
thermal_error_t thermal_cmd_threshold_delete(struct thermal_handler *th,
tools/lib/thermal/commands.c
471
thermal_error_t thermal_cmd_threshold_flush(struct thermal_handler *th,
tools/lib/thermal/commands.c
480
thermal_error_t thermal_cmd_exit(struct thermal_handler *th)
tools/lib/thermal/commands.c
490
thermal_error_t thermal_cmd_init(struct thermal_handler *th)
tools/lib/thermal/events.c
148
thermal_error_t thermal_events_handle(struct thermal_handler *th, void *arg)
tools/lib/thermal/events.c
170
thermal_error_t thermal_events_exit(struct thermal_handler *th)
tools/lib/thermal/events.c
181
thermal_error_t thermal_events_init(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
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/sampling.c
34
thermal_error_t thermal_sampling_handle(struct thermal_handler *th, void *arg)
tools/lib/thermal/sampling.c
56
thermal_error_t thermal_sampling_exit(struct thermal_handler *th)
tools/lib/thermal/sampling.c
67
thermal_error_t thermal_sampling_init(struct thermal_handler *th)