Home
last modified time | relevance | path

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

/linux/drivers/cpufreq/
H A Delanfreq.c191 .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.c146 .flags = CPUFREQ_NO_AUTO_DYNAMIC_SWITCHING,
H A Dspeedstep-smi.c292 .flags = CPUFREQ_NO_AUTO_DYNAMIC_SWITCHING,
H A Dcpufreq-nforce2.c366 .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.c2429 cpufreq_driver->flags & CPUFREQ_NO_AUTO_DYNAMIC_SWITCHING) { in cpufreq_init_governor()
/linux/include/linux/
H A Dcpufreq.h478 #define CPUFREQ_NO_AUTO_DYNAMIC_SWITCHING BIT(6) macro