Home
last modified time | relevance | path

Searched refs:current_pstate_driver (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/cpufreq/
H A Damd-pstate.c85 static struct cpufreq_driver *current_pstate_driver; variable
1122 if (!current_pstate_driver->adjust_perf) in amd_pstate_cpu_init()
1123 current_pstate_driver->adjust_perf = amd_pstate_adjust_perf; in amd_pstate_cpu_init()
1565 if (!current_pstate_driver)
1567 return current_pstate_driver->attr;
1608 kfree(current_pstate_driver->attr); in amd_pstate_driver_cleanup()
1609 current_pstate_driver->attr = NULL; in amd_pstate_driver_cleanup()
1610 current_pstate_driver = NULL; in amd_pstate_driver_cleanup()
1621 current_pstate_driver = &amd_pstate_epp_driver; in amd_pstate_set_driver()
1624 current_pstate_driver in amd_pstate_set_driver()
[all...]