Lines Matching refs:str
3124 static int __init intel_pstate_setup(char *str)
3126 if (!str)
3129 if (!strcmp(str, "disable"))
3131 else if (!strcmp(str, "active"))
3133 else if (!strcmp(str, "passive"))
3136 if (!strcmp(str, "no_hwp"))
3139 if (!strcmp(str, "force"))
3141 if (!strcmp(str, "hwp_only"))
3143 if (!strcmp(str, "per_cpu_perf_limits"))
3147 if (!strcmp(str, "support_acpi_ppc"))