Lines Matching refs:current_pstate_driver
62 static struct cpufreq_driver *current_pstate_driver;
701 current_pstate_driver->boost_enabled = true;
786 if (!current_pstate_driver->adjust_perf)
787 current_pstate_driver->adjust_perf = amd_pstate_adjust_perf;
938 current_pstate_driver = NULL;
946 current_pstate_driver = &amd_pstate_driver;
948 current_pstate_driver = &amd_pstate_epp_driver;
953 ret = cpufreq_register_driver(current_pstate_driver);
963 cpufreq_unregister_driver(current_pstate_driver);
1028 if (!current_pstate_driver)
1461 current_pstate_driver = &amd_pstate_epp_driver;
1464 current_pstate_driver = &amd_pstate_driver;
1520 current_pstate_driver->adjust_perf = amd_pstate_adjust_perf;
1535 ret = cpufreq_register_driver(current_pstate_driver);
1552 cpufreq_unregister_driver(current_pstate_driver);