Lines Matching refs:DEVFREQ_NAME_LEN
55 static const char timer_name[][DEVFREQ_NAME_LEN] = {
274 if (!strncmp(tmp_governor->name, name, DEVFREQ_NAME_LEN))
309 DEVFREQ_NAME_LEN))
1298 DEVFREQ_NAME_LEN)) {
1386 DEVFREQ_NAME_LEN)) {
1437 char str_governor[DEVFREQ_NAME_LEN + 1];
1443 ret = sscanf(buf, "%" __stringify(DEVFREQ_NAME_LEN) "s", str_governor);
1529 count = scnprintf(&buf[count], DEVFREQ_NAME_LEN,
1872 char str_timer[DEVFREQ_NAME_LEN + 1];
1884 if (!strncmp(timer_name[i], str_timer, DEVFREQ_NAME_LEN)) {
1993 DEVFREQ_NAME_LEN)) {