Searched refs:governor_name (Results 1 – 6 of 6) sorted by relevance
| /linux/include/linux/ |
| H A D | devfreq.h | 234 const char *governor_name, 239 const char *governor_name, 347 const char *governor_name, in devfreq_add_device() argument 360 const char *governor_name, in devm_devfreq_add_device() argument
|
| H A D | thermal.h | 146 const char *governor_name; member
|
| /linux/drivers/devfreq/ |
| H A D | devfreq.c | 802 const char *governor_name, in devfreq_add_device() argument 809 if (!dev || !profile || !governor_name) { in devfreq_add_device() 942 governor = try_then_request_governor(governor_name); in devfreq_add_device() 1038 const char *governor_name, in devm_devfreq_add_device() argument 1047 devfreq = devfreq_add_device(dev, profile, governor_name, data); in devm_devfreq_add_device()
|
| /linux/drivers/platform/x86/ |
| H A D | acerhdf.c | 275 .governor_name = "bang_bang",
|
| /linux/drivers/thermal/ |
| H A D | thermal_core.c | 154 name = pos->tzp->governor_name; in thermal_register_governor() 1441 governor = __find_governor(tz->tzp->governor_name); in thermal_zone_init_governor()
|
| /linux/Documentation/driver-api/thermal/ |
| H A D | sysfs-api.rst | 260 .governor_name:
|