Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Ddevfreq.h155 char governor_name[DEVFREQ_NAME_LEN]; member
187 const char *governor_name,
192 const char *governor_name,
285 const char *governor_name, in devfreq_add_device() argument
298 const char *governor_name, in devm_devfreq_add_device() argument
Dthermal.h281 char governor_name[THERMAL_NAME_LENGTH]; member
/Linux-v4.19/drivers/devfreq/
Ddevfreq.c558 const char *governor_name, in devfreq_add_device() argument
566 if (!dev || !profile || !governor_name) { in devfreq_add_device()
593 strncpy(devfreq->governor_name, governor_name, DEVFREQ_NAME_LEN); in devfreq_add_device()
651 governor = find_devfreq_governor(devfreq->governor_name); in devfreq_add_device()
731 const char *governor_name, in devm_devfreq_add_device() argument
740 devfreq = devfreq_add_device(dev, profile, governor_name, data); in devm_devfreq_add_device()
882 if (!strncmp(devfreq->governor_name, governor->name, in devfreq_add_governor()
944 if (!strncmp(devfreq->governor_name, governor->name, in devfreq_remove_governor()
1017 strncpy(df->governor_name, governor->name, DEVFREQ_NAME_LEN); in governor_store()
1046 "%s ", df->governor_name); in available_governors_show()
/Linux-v4.19/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-v4.19/drivers/thermal/int340x_thermal/
Dint340x_thermal_zone.c217 .governor_name = "user_space",
Dint3400_thermal.c270 .governor_name = "user_space",
/Linux-v4.19/drivers/thermal/
Dthermal_core.c160 name = pos->tzp->governor_name; in thermal_register_governor()
1251 governor = __find_governor(tz->tzp->governor_name); in thermal_zone_device_register()
/Linux-v4.19/Documentation/thermal/
Dsysfs-api.txt246 .governor_name: Name of the thermal governor used for this zone