Lines Matching defs:governor_name
763 * @governor_name: name of the policy to choose frequency.
768 const char *governor_name,
775 if (!dev || !profile || !governor_name) {
803 strscpy(devfreq->governor_name, governor_name, DEVFREQ_NAME_LEN);
901 governor = try_then_request_governor(devfreq->governor_name);
975 * @governor_name: name of the policy to choose frequency.
984 const char *governor_name,
993 devfreq = devfreq_add_device(dev, profile, governor_name, data);
1238 if (!strncmp(devfreq->governor_name, governor->name,
1300 if (!strncmp(devfreq->governor_name, governor->name,
1385 strncpy(df->governor_name, governor->name, DEVFREQ_NAME_LEN);
1391 strncpy(df->governor_name, prev_governor->name,
1397 __func__, df->governor_name, ret);
1428 "%s ", df->governor_name);
1863 if (!strncmp(devfreq->governor_name, DEVFREQ_GOV_PASSIVE,
1885 devfreq->governor_name,