Lines Matching refs:strncmp
374 if (strncmp("default", buf, strlen("default")) == 0) in radeon_set_pm_profile()
376 else if (strncmp("auto", buf, strlen("auto")) == 0) in radeon_set_pm_profile()
378 else if (strncmp("low", buf, strlen("low")) == 0) in radeon_set_pm_profile()
380 else if (strncmp("mid", buf, strlen("mid")) == 0) in radeon_set_pm_profile()
382 else if (strncmp("high", buf, strlen("high")) == 0) in radeon_set_pm_profile()
433 if (strncmp("dynpm", buf, strlen("dynpm")) == 0) { in radeon_set_pm_method()
439 } else if (strncmp("profile", buf, strlen("profile")) == 0) { in radeon_set_pm_method()
478 if (strncmp("battery", buf, strlen("battery")) == 0) in radeon_set_dpm_state()
480 else if (strncmp("balanced", buf, strlen("balanced")) == 0) in radeon_set_dpm_state()
482 else if (strncmp("performance", buf, strlen("performance")) == 0) in radeon_set_dpm_state()
533 if (strncmp("low", buf, strlen("low")) == 0) { in radeon_set_dpm_forced_performance_level()
535 } else if (strncmp("high", buf, strlen("high")) == 0) { in radeon_set_dpm_forced_performance_level()
537 } else if (strncmp("auto", buf, strlen("auto")) == 0) { in radeon_set_dpm_forced_performance_level()