Searched refs:governor_name (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/include/linux/ |
D | devfreq.h | 162 char governor_name[DEVFREQ_NAME_LEN]; member 185 const char *governor_name, 190 const char *governor_name, 247 const char *governor_name, in devfreq_add_device() argument 260 const char *governor_name, in devm_devfreq_add_device() argument
|
D | thermal.h | 272 char governor_name[THERMAL_NAME_LENGTH]; member
|
/linux-4.4.14/drivers/devfreq/ |
D | devfreq.c | 441 const char *governor_name, in devfreq_add_device() argument 448 if (!dev || !profile || !governor_name) { in devfreq_add_device() 476 strncpy(devfreq->governor_name, governor_name, DEVFREQ_NAME_LEN); in devfreq_add_device() 503 governor = find_devfreq_governor(devfreq->governor_name); in devfreq_add_device() 574 const char *governor_name, in devm_devfreq_add_device() argument 583 devfreq = devfreq_add_device(dev, profile, governor_name, data); in devm_devfreq_add_device() 680 if (!strncmp(devfreq->governor_name, governor->name, in devfreq_add_governor() 742 if (!strncmp(devfreq->governor_name, governor->name, in devfreq_remove_governor() 811 strncpy(df->governor_name, governor->name, DEVFREQ_NAME_LEN); in governor_store()
|
/linux-4.4.14/drivers/platform/x86/ |
D | acerhdf.c | 266 .governor_name = "bang_bang", 731 acerhdf_zone_params.governor_name)) { in acerhdf_register_thermal() 733 acerhdf_zone_params.governor_name); in acerhdf_register_thermal()
|
/linux-4.4.14/drivers/thermal/int340x_thermal/ |
D | int340x_thermal_zone.c | 181 .governor_name = "user_space",
|
D | int3400_thermal.c | 239 .governor_name = "user_space",
|
/linux-4.4.14/drivers/thermal/ |
D | thermal_core.c | 163 name = pos->tzp->governor_name; in thermal_register_governor() 1917 governor = __find_governor(tz->tzp->governor_name); in thermal_zone_device_register()
|
/linux-4.4.14/Documentation/thermal/ |
D | sysfs-api.txt | 159 .governor_name: Name of the thermal governor used for this zone
|