Searched refs:current_pstate_driver (Results 1 – 1 of 1) sorted by relevance
84 static struct cpufreq_driver *current_pstate_driver; variable1011 if (!current_pstate_driver->adjust_perf) in amd_pstate_cpu_init()1012 current_pstate_driver->adjust_perf = amd_pstate_adjust_perf; in amd_pstate_cpu_init()1187 current_pstate_driver = NULL; in amd_pstate_driver_cleanup()1198 current_pstate_driver = &amd_pstate_epp_driver; in amd_pstate_set_driver()1201 current_pstate_driver = &amd_pstate_driver; in amd_pstate_set_driver()1222 ret = cpufreq_register_driver(current_pstate_driver); in amd_pstate_register_driver()1237 cpufreq_unregister_driver(current_pstate_driver); in amd_pstate_unregister_driver()1302 if (!current_pstate_driver) in amd_pstate_show_status()1497 current_pstate_driver->adjust_perf = NULL; in amd_pstate_epp_cpu_init()[all …]