Lines Matching refs:fast_switch
365 u32 des_perf, u32 max_perf, bool fast_switch)
367 if (fast_switch)
376 u32 max_perf, bool fast_switch)
391 u32 max_perf, bool fast_switch)
394 max_perf, fast_switch);
431 u32 des_perf, u32 max_perf, bool fast_switch, int gov_flags)
459 cpudata->cpu, (value != prev), fast_switch);
468 max_perf, fast_switch);
495 unsigned int target_freq, bool fast_switch)
517 WARN_ON(fast_switch && !policy->fast_switch_enabled);
519 * If fast_switch is desired, then there aren't any registered
523 if (!fast_switch)
527 max_perf, fast_switch, policy->governor->flags);
529 if (!fast_switch)
1429 .fast_switch = amd_pstate_fast_switch,