Searched defs:governor (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/thermal/ |
| H A D | thermal_core.c | 117 thermal_register_governor(struct thermal_governor * governor) thermal_register_governor() argument 168 thermal_unregister_governor(struct thermal_governor * governor) thermal_unregister_governor() argument 226 struct thermal_governor **governor; thermal_unregister_governors() local 235 struct thermal_governor **governor; thermal_register_governors() local 456 thermal_governor_trip_crossed(struct thermal_governor * governor,struct thermal_zone_device * tz,const struct thermal_trip * trip,bool upward) thermal_governor_trip_crossed() argument 470 thermal_trip_crossed(struct thermal_zone_device * tz,struct thermal_trip_desc * td,struct thermal_governor * governor,bool upward) thermal_trip_crossed() argument 562 thermal_zone_handle_trips(struct thermal_zone_device * tz,struct thermal_governor * governor,int * low,int * high) thermal_zone_handle_trips() argument 612 struct thermal_governor *governor = thermal_get_tz_governor(tz); __thermal_zone_device_update() local 1434 struct thermal_governor *governor; thermal_zone_init_governor() local [all...] |
| /linux/drivers/devfreq/ |
| H A D | devfreq.c | 291 struct devfreq_governor *governor; in try_then_request_governor() local 806 struct devfreq_governor *governor; in devfreq_add_device() local 1266 int devfreq_add_governor(struct devfreq_governor *governor) in devfreq_add_governor() 1327 static void devm_devfreq_remove_governor(void *governor) in devm_devfreq_remove_governor() 1340 struct devfreq_governor *governor) in devm_devfreq_add_governor() 1357 int devfreq_remove_governor(struct devfreq_governor *governor) in devfreq_remove_governor() 1429 const struct devfreq_governor *governor, *prev_governor; in governor_store() local 1527 struct devfreq_governor *governor; in available_governors_show() local
|
| /linux/tools/power/cpupower/bindings/python/ |
| H A D | raw_pylibcpupower.i | |
| /linux/tools/power/cpupower/bench/ |
| H A D | system.c | 46 int set_cpufreq_governor(char *governor, unsigned int cpu) in set_cpufreq_governor()
|
| H A D | parse.h | 19 char governor[15]; /* cpufreq governor */ member
|
| /linux/include/linux/ |
| H A D | devfreq.h | 190 const struct devfreq_governor *governor; member
|
| /linux/drivers/cpufreq/ |
| H A D | cpufreq.c | 2520 int cpufreq_register_governor(struct cpufreq_governor *governor) in cpufreq_register_governor() 2543 void cpufreq_unregister_governor(struct cpufreq_governor *governor) in cpufreq_unregister_governor()
|