Home
last modified time | relevance | path

Searched refs:governor_name (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/include/linux/
Ddevfreq.h162 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
Dthermal.h272 char governor_name[THERMAL_NAME_LENGTH]; member
/linux-4.4.14/drivers/devfreq/
Ddevfreq.c441 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/
Dacerhdf.c266 .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/
Dint340x_thermal_zone.c181 .governor_name = "user_space",
Dint3400_thermal.c239 .governor_name = "user_space",
/linux-4.4.14/drivers/thermal/
Dthermal_core.c163 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/
Dsysfs-api.txt159 .governor_name: Name of the thermal governor used for this zone