governor_name 611 drivers/devfreq/devfreq.c const char *governor_name, governor_name 618 drivers/devfreq/devfreq.c if (!dev || !profile || !governor_name) { governor_name 646 drivers/devfreq/devfreq.c strncpy(devfreq->governor_name, governor_name, DEVFREQ_NAME_LEN); governor_name 716 drivers/devfreq/devfreq.c governor = try_then_request_governor(devfreq->governor_name); governor_name 800 drivers/devfreq/devfreq.c const char *governor_name, governor_name 809 drivers/devfreq/devfreq.c devfreq = devfreq_add_device(dev, profile, governor_name, data); governor_name 1027 drivers/devfreq/devfreq.c if (!strncmp(devfreq->governor_name, governor->name, governor_name 1089 drivers/devfreq/devfreq.c if (!strncmp(devfreq->governor_name, governor->name, governor_name 1171 drivers/devfreq/devfreq.c strncpy(df->governor_name, governor->name, DEVFREQ_NAME_LEN); governor_name 1177 drivers/devfreq/devfreq.c strncpy(df->governor_name, prev_governor->name, governor_name 1183 drivers/devfreq/devfreq.c __func__, df->governor_name, ret); governor_name 1211 drivers/devfreq/devfreq.c "%s ", df->governor_name); governor_name 265 drivers/platform/x86/acerhdf.c .governor_name = "bang_bang", governor_name 748 drivers/platform/x86/acerhdf.c acerhdf_zone_params.governor_name)) { governor_name 750 drivers/platform/x86/acerhdf.c acerhdf_zone_params.governor_name); governor_name 277 drivers/thermal/intel/int340x_thermal/int3400_thermal.c .governor_name = "user_space", governor_name 208 drivers/thermal/intel/int340x_thermal/int340x_thermal_zone.c .governor_name = "user_space", governor_name 160 drivers/thermal/thermal_core.c name = pos->tzp->governor_name; governor_name 1323 drivers/thermal/thermal_core.c governor = __find_governor(tz->tzp->governor_name); governor_name 155 include/linux/devfreq.h char governor_name[DEVFREQ_NAME_LEN]; governor_name 191 include/linux/devfreq.h const char *governor_name, governor_name 196 include/linux/devfreq.h const char *governor_name, governor_name 300 include/linux/devfreq.h const char *governor_name, governor_name 313 include/linux/devfreq.h const char *governor_name, governor_name 281 include/linux/thermal.h char governor_name[THERMAL_NAME_LENGTH];