Searched refs:governor_name (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A D | devfreq.h | 229 const char *governor_name, 234 const char *governor_name, 342 const char *governor_name, in devfreq_add_device() argument 355 const char *governor_name, in devm_devfreq_add_device() argument
|
A D | thermal.h | 247 char governor_name[THERMAL_NAME_LENGTH]; member
|
/linux-6.3-rc2/drivers/platform/x86/ |
A D | acerhdf.c | 276 .governor_name = "bang_bang", 701 acerhdf_zone_params.governor_name)) { in acerhdf_register_thermal() 703 acerhdf_zone_params.governor_name); in acerhdf_register_thermal()
|
/linux-6.3-rc2/drivers/thermal/intel/int340x_thermal/ |
A D | int340x_thermal_zone.c | 111 .governor_name = "user_space",
|
A D | processor_thermal_device_pci.c | 198 .governor_name = "user_space",
|
A D | int3400_thermal.c | 540 .governor_name = "user_space",
|
/linux-6.3-rc2/drivers/devfreq/ |
A D | devfreq.c | 783 const char *governor_name, in devfreq_add_device() argument 791 if (!dev || !profile || !governor_name) { in devfreq_add_device() 925 governor = try_then_request_governor(governor_name); in devfreq_add_device() 1021 const char *governor_name, in devm_devfreq_add_device() argument 1030 devfreq = devfreq_add_device(dev, profile, governor_name, data); in devm_devfreq_add_device()
|
/linux-6.3-rc2/drivers/thermal/ |
A D | thermal_core.c | 152 name = pos->tzp->governor_name; in thermal_register_governor() 1320 governor = __find_governor(tz->tzp->governor_name); in thermal_zone_device_register_with_trips()
|
/linux-6.3-rc2/Documentation/driver-api/thermal/ |
A D | sysfs-api.rst | 352 .governor_name:
|
Completed in 17 milliseconds