Home
last modified time | relevance | path

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

/linux-6.15/drivers/cpufreq/
H A Delanfreq.c192 .flags = CPUFREQ_NO_AUTO_DYNAMIC_SWITCHING,
H A Dpmac32-cpufreq.c441 .flags = CPUFREQ_NO_AUTO_DYNAMIC_SWITCHING,
639 pmac_cpufreq_driver.flags &= ~CPUFREQ_NO_AUTO_DYNAMIC_SWITCHING; in pmac_cpufreq_setup()
H A Dsh-cpufreq.c148 .flags = CPUFREQ_NO_AUTO_DYNAMIC_SWITCHING,
H A Dspeedstep-smi.c292 .flags = CPUFREQ_NO_AUTO_DYNAMIC_SWITCHING,
H A Dcpufreq-nforce2.c364 .flags = CPUFREQ_NO_AUTO_DYNAMIC_SWITCHING,
H A Dsa1110-cpufreq.c314 CPUFREQ_NO_AUTO_DYNAMIC_SWITCHING,
H A Dgx-suspmod.c436 .flags = CPUFREQ_NO_AUTO_DYNAMIC_SWITCHING,
H A Dpcc-cpufreq.c592 pcc_cpufreq_driver.flags |= CPUFREQ_NO_AUTO_DYNAMIC_SWITCHING; in pcc_cpufreq_probe()
H A Dcpufreq.c2474 cpufreq_driver->flags & CPUFREQ_NO_AUTO_DYNAMIC_SWITCHING) { in cpufreq_init_governor()
/linux-6.15/include/linux/
H A Dcpufreq.h472 #define CPUFREQ_NO_AUTO_DYNAMIC_SWITCHING BIT(6) macro