Lines Matching refs:strncmp
371 if (strncmp("default", buf, strlen("default")) == 0) in radeon_set_pm_profile()
373 else if (strncmp("auto", buf, strlen("auto")) == 0) in radeon_set_pm_profile()
375 else if (strncmp("low", buf, strlen("low")) == 0) in radeon_set_pm_profile()
377 else if (strncmp("mid", buf, strlen("mid")) == 0) in radeon_set_pm_profile()
379 else if (strncmp("high", buf, strlen("high")) == 0) in radeon_set_pm_profile()
430 if (strncmp("dynpm", buf, strlen("dynpm")) == 0) { in radeon_set_pm_method()
436 } else if (strncmp("profile", buf, strlen("profile")) == 0) { in radeon_set_pm_method()
475 if (strncmp("battery", buf, strlen("battery")) == 0) in radeon_set_dpm_state()
477 else if (strncmp("balanced", buf, strlen("balanced")) == 0) in radeon_set_dpm_state()
479 else if (strncmp("performance", buf, strlen("performance")) == 0) in radeon_set_dpm_state()
530 if (strncmp("low", buf, strlen("low")) == 0) { in radeon_set_dpm_forced_performance_level()
532 } else if (strncmp("high", buf, strlen("high")) == 0) { in radeon_set_dpm_forced_performance_level()
534 } else if (strncmp("auto", buf, strlen("auto")) == 0) { in radeon_set_dpm_forced_performance_level()