Lines Matching refs:strlen
384 if (strncmp("default", buf, strlen("default")) == 0)
386 else if (strncmp("auto", buf, strlen("auto")) == 0)
388 else if (strncmp("low", buf, strlen("low")) == 0)
390 else if (strncmp("mid", buf, strlen("mid")) == 0)
392 else if (strncmp("high", buf, strlen("high")) == 0)
442 if (strncmp("dynpm", buf, strlen("dynpm")) == 0) {
448 } else if (strncmp("profile", buf, strlen("profile")) == 0) {
487 if (strncmp("battery", buf, strlen("battery")) == 0)
489 else if (strncmp("balanced", buf, strlen("balanced")) == 0)
491 else if (strncmp("performance", buf, strlen("performance")) == 0)
542 if (strncmp("low", buf, strlen("low")) == 0) {
544 } else if (strncmp("high", buf, strlen("high")) == 0) {
546 } else if (strncmp("auto", buf, strlen("auto")) == 0) {