Lines Matching refs:strlen
385 if (strncmp("default", buf, strlen("default")) == 0)
387 else if (strncmp("auto", buf, strlen("auto")) == 0)
389 else if (strncmp("low", buf, strlen("low")) == 0)
391 else if (strncmp("mid", buf, strlen("mid")) == 0)
393 else if (strncmp("high", buf, strlen("high")) == 0)
444 if (strncmp("dynpm", buf, strlen("dynpm")) == 0) {
450 } else if (strncmp("profile", buf, strlen("profile")) == 0) {
489 if (strncmp("battery", buf, strlen("battery")) == 0)
491 else if (strncmp("balanced", buf, strlen("balanced")) == 0)
493 else if (strncmp("performance", buf, strlen("performance")) == 0)
544 if (strncmp("low", buf, strlen("low")) == 0) {
546 } else if (strncmp("high", buf, strlen("high")) == 0) {
548 } else if (strncmp("auto", buf, strlen("auto")) == 0) {