Lines Matching refs:DEVFREQ_NAME_LEN
52 static const char timer_name[][DEVFREQ_NAME_LEN] = {
274 if (!strncmp(tmp_governor->name, name, DEVFREQ_NAME_LEN))
309 DEVFREQ_NAME_LEN))
803 strscpy(devfreq->governor_name, governor_name, DEVFREQ_NAME_LEN);
1239 DEVFREQ_NAME_LEN)) {
1301 DEVFREQ_NAME_LEN)) {
1352 char str_governor[DEVFREQ_NAME_LEN + 1];
1358 ret = sscanf(buf, "%" __stringify(DEVFREQ_NAME_LEN) "s", str_governor);
1385 strncpy(df->governor_name, governor->name, DEVFREQ_NAME_LEN);
1392 DEVFREQ_NAME_LEN);
1427 count = scnprintf(&buf[count], DEVFREQ_NAME_LEN,
1758 char str_timer[DEVFREQ_NAME_LEN + 1];
1770 if (!strncmp(timer_name[i], str_timer, DEVFREQ_NAME_LEN)) {
1864 DEVFREQ_NAME_LEN)) {