Searched refs:thermal_error_t (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/lib/thermal/include/ |
| A D | thermal.h | 67 } thermal_error_t; typedef 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); 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, 115 LIBTHERMAL_API thermal_error_t thermal_cmd_get_cdev(struct thermal_handler *th, 118 LIBTHERMAL_API thermal_error_t thermal_cmd_get_trip(struct thermal_handler *th, 124 LIBTHERMAL_API thermal_error_t thermal_cmd_get_temp(struct thermal_handler *th, 130 LIBTHERMAL_API thermal_error_t thermal_sampling_exit(struct thermal_handler *th); [all …]
|
| /linux/tools/lib/thermal/ |
| A D | commands.c | 264 static thermal_error_t thermal_genl_auto(struct thermal_handler *th, int id, int cmd, in thermal_genl_auto() 290 thermal_error_t thermal_cmd_get_tz(struct thermal_handler *th, struct thermal_zone **tz) in thermal_cmd_get_tz() 296 thermal_error_t thermal_cmd_get_cdev(struct thermal_handler *th, struct thermal_cdev **tc) in thermal_cmd_get_cdev() 302 thermal_error_t thermal_cmd_get_trip(struct thermal_handler *th, struct thermal_zone *tz) in thermal_cmd_get_trip() 308 thermal_error_t thermal_cmd_get_governor(struct thermal_handler *th, struct thermal_zone *tz) in thermal_cmd_get_governor() 313 thermal_error_t thermal_cmd_get_temp(struct thermal_handler *th, struct thermal_zone *tz) in thermal_cmd_get_temp() 318 thermal_error_t thermal_cmd_exit(struct thermal_handler *th) in thermal_cmd_exit() 328 thermal_error_t thermal_cmd_init(struct thermal_handler *th) in thermal_cmd_init()
|
| A D | sampling.c | 34 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()
|
| A D | events.c | 119 thermal_error_t thermal_events_handle(struct thermal_handler *th, void *arg) in thermal_events_handle() 141 thermal_error_t thermal_events_exit(struct thermal_handler *th) in thermal_events_exit() 152 thermal_error_t thermal_events_init(struct thermal_handler *th) in thermal_events_init()
|
Completed in 9 milliseconds