Home
last modified time | relevance | path

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

/drivers/devfreq/
Ddevfreq.c611 const char *governor_name, in devfreq_add_device() argument
619 if (!dev || !profile || !governor_name) { in devfreq_add_device()
647 strncpy(devfreq->governor_name, governor_name, DEVFREQ_NAME_LEN); in devfreq_add_device()
718 governor = try_then_request_governor(devfreq->governor_name); in devfreq_add_device()
802 const char *governor_name, in devm_devfreq_add_device() argument
811 devfreq = devfreq_add_device(dev, profile, governor_name, data); in devm_devfreq_add_device()
1025 if (!strncmp(devfreq->governor_name, governor->name, in devfreq_add_governor()
1087 if (!strncmp(devfreq->governor_name, governor->name, in devfreq_remove_governor()
1161 strncpy(df->governor_name, governor->name, DEVFREQ_NAME_LEN); in governor_store()
1167 strncpy(df->governor_name, prev_governor->name, in governor_store()
[all …]
/drivers/platform/x86/
Dacerhdf.c265 .governor_name = "bang_bang",
748 acerhdf_zone_params.governor_name)) { in acerhdf_register_thermal()
750 acerhdf_zone_params.governor_name); in acerhdf_register_thermal()
/drivers/thermal/intel/int340x_thermal/
Dint340x_thermal_zone.c208 .governor_name = "user_space",
Dint3400_thermal.c277 .governor_name = "user_space",
/drivers/thermal/
Dthermal_core.c160 name = pos->tzp->governor_name; in thermal_register_governor()
1323 governor = __find_governor(tz->tzp->governor_name); in thermal_zone_device_register()