Searched refs:turbo_disabled (Results 1 – 1 of 1) sorted by relevance
187 bool turbo_disabled; member439 if (!global.turbo_disabled) in intel_pstate_init_acpi_perf_limits()484 global.turbo_disabled = in update_turbo_state()929 if (global.turbo_disabled) in show_no_turbo()930 ret = sprintf(buf, "%u\n", global.turbo_disabled); in show_no_turbo()959 if (global.turbo_disabled) { in store_no_turbo()1191 if (global.no_turbo && !global.turbo_disabled) in atom_get_val()1361 if (global.no_turbo && !global.turbo_disabled) in core_get_val()1387 return global.no_turbo || global.turbo_disabled ? in intel_pstate_get_base_pstate()1633 target = global.no_turbo || global.turbo_disabled ? in get_target_pstate()[all …]