Searched refs:current_pstate_driver (Results 1 – 1 of 1) sorted by relevance
85 static struct cpufreq_driver *current_pstate_driver; variable1129 if (!current_pstate_driver->adjust_perf) in amd_pstate_cpu_init()1130 current_pstate_driver->adjust_perf = amd_pstate_adjust_perf; in amd_pstate_cpu_init()1604 if (!current_pstate_driver) in amd_pstate_get_current_attrs()1606 return current_pstate_driver->attr; in amd_pstate_get_current_attrs()1647 kfree(current_pstate_driver->attr); in amd_pstate_driver_cleanup()1648 current_pstate_driver->attr = NULL; in amd_pstate_driver_cleanup()1649 current_pstate_driver = NULL; in amd_pstate_driver_cleanup()1660 current_pstate_driver = &amd_pstate_epp_driver; in amd_pstate_set_driver()1663 current_pstate_driver = &amd_pstate_driver; in amd_pstate_set_driver()[all …]