Searched refs:governor_name (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | devfreq.h | 230 const char *governor_name, 235 const char *governor_name, 343 const char *governor_name, in devfreq_add_device() argument 356 const char *governor_name, in devm_devfreq_add_device() argument
|
H A D | thermal.h | 214 char governor_name[THERMAL_NAME_LENGTH]; member
|
/openbmc/linux/drivers/thermal/intel/int340x_thermal/ |
H A D | int340x_thermal_zone.c | 111 .governor_name = "user_space",
|
H A D | processor_thermal_device_pci.c | 197 .governor_name = "user_space",
|
H A D | int3400_thermal.c | 540 .governor_name = "user_space",
|
/openbmc/linux/drivers/devfreq/ |
H A D | devfreq.c | 805 const char *governor_name, in devfreq_add_device() argument 813 if (!dev || !profile || !governor_name) { in devfreq_add_device() 947 governor = try_then_request_governor(governor_name); in devfreq_add_device() 1043 const char *governor_name, in devm_devfreq_add_device() argument 1052 devfreq = devfreq_add_device(dev, profile, governor_name, data); in devm_devfreq_add_device()
|
/openbmc/linux/drivers/platform/x86/ |
H A D | acerhdf.c | 275 .governor_name = "bang_bang",
|
/openbmc/linux/drivers/thermal/ |
H A D | thermal_core.c | 150 name = pos->tzp->governor_name; in thermal_register_governor() 1356 governor = __find_governor(tz->tzp->governor_name); in thermal_zone_device_register_with_trips()
|
/openbmc/linux/Documentation/driver-api/thermal/ |
H A D | sysfs-api.rst | 316 .governor_name:
|