Lines Matching refs:current_pstate_driver
62 static struct cpufreq_driver *current_pstate_driver; variable
671 current_pstate_driver->boost_enabled = true; in amd_pstate_boost_init()
754 if (!current_pstate_driver->adjust_perf) in amd_pstate_cpu_init()
755 current_pstate_driver->adjust_perf = amd_pstate_adjust_perf; in amd_pstate_cpu_init()
901 current_pstate_driver = NULL; in amd_pstate_driver_cleanup()
909 current_pstate_driver = &amd_pstate_driver; in amd_pstate_register_driver()
911 current_pstate_driver = &amd_pstate_epp_driver; in amd_pstate_register_driver()
916 ret = cpufreq_register_driver(current_pstate_driver); in amd_pstate_register_driver()
926 cpufreq_unregister_driver(current_pstate_driver); in amd_pstate_unregister_driver()
991 if (!current_pstate_driver) in amd_pstate_show_status()
1421 current_pstate_driver = &amd_pstate_epp_driver; in amd_pstate_set_driver()
1424 current_pstate_driver = &amd_pstate_driver; in amd_pstate_set_driver()
1480 current_pstate_driver->adjust_perf = amd_pstate_adjust_perf; in amd_pstate_init()
1495 ret = cpufreq_register_driver(current_pstate_driver); in amd_pstate_init()
1512 cpufreq_unregister_driver(current_pstate_driver); in amd_pstate_init()