Lines Matching refs:str
3542 static int __init intel_pstate_setup(char *str)
3544 if (!str)
3547 if (!strcmp(str, "disable"))
3549 else if (!strcmp(str, "active"))
3551 else if (!strcmp(str, "passive"))
3554 if (!strcmp(str, "no_hwp"))
3557 if (!strcmp(str, "force"))
3559 if (!strcmp(str, "hwp_only"))
3561 if (!strcmp(str, "per_cpu_perf_limits"))
3565 if (!strcmp(str, "support_acpi_ppc"))