Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/cpufreq/
H A Damd-pstate.c62 static struct cpufreq_driver *current_pstate_driver; variable
701 current_pstate_driver->boost_enabled = true; in amd_pstate_boost_init()
786 if (!current_pstate_driver->adjust_perf) in amd_pstate_cpu_init()
787 current_pstate_driver->adjust_perf = amd_pstate_adjust_perf; in amd_pstate_cpu_init()
938 current_pstate_driver = NULL; in amd_pstate_driver_cleanup()
946 current_pstate_driver = &amd_pstate_driver; in amd_pstate_register_driver()
948 current_pstate_driver = &amd_pstate_epp_driver; in amd_pstate_register_driver()
953 ret = cpufreq_register_driver(current_pstate_driver); in amd_pstate_register_driver()
963 cpufreq_unregister_driver(current_pstate_driver); in amd_pstate_unregister_driver()
1028 if (!current_pstate_driver) in amd_pstate_show_status()
[all...]

Completed in 2 milliseconds