Home
last modified time | relevance | path

Searched refs:turbo_disabled (Results 1 – 1 of 1) sorted by relevance

/drivers/cpufreq/
Dintel_pstate.c187 bool turbo_disabled; member
456 if (!global.turbo_disabled) in intel_pstate_init_acpi_perf_limits()
508 global.turbo_disabled = in update_turbo_state()
923 if (global.turbo_disabled_mf != global.turbo_disabled) { in intel_pstate_update_limits()
924 global.turbo_disabled_mf = global.turbo_disabled; in intel_pstate_update_limits()
1030 if (global.turbo_disabled) in show_no_turbo()
1031 ret = sprintf(buf, "%u\n", global.turbo_disabled); in show_no_turbo()
1060 if (global.turbo_disabled) { in store_no_turbo()
1340 if (global.no_turbo && !global.turbo_disabled) in atom_get_val()
1510 if (global.no_turbo && !global.turbo_disabled) in core_get_val()
[all …]