Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/cpufreq/
Dcpufreq_ondemand.c414 #define CPU_FREQ_GOV_ONDEMAND (&od_dbs_gov.gov) macro
435 if (!policy || policy->governor != CPU_FREQ_GOV_ONDEMAND) in od_set_powersave_bias()
469 return cpufreq_register_governor(CPU_FREQ_GOV_ONDEMAND); in cpufreq_gov_dbs_init()
474 cpufreq_unregister_governor(CPU_FREQ_GOV_ONDEMAND); in cpufreq_gov_dbs_exit()
486 return CPU_FREQ_GOV_ONDEMAND; in cpufreq_default_governor()
DKconfig75 select CPU_FREQ_GOV_ONDEMAND
146 config CPU_FREQ_GOV_ONDEMAND config
DKconfig.x86140 depends on CPU_FREQ_GOV_ONDEMAND && X86_ACPI_CPUFREQ && CPU_SUP_AMD