Lines Matching full:cpufreq
4 General description of the CPUFreq core and CPUFreq notifiers
15 1. CPUFreq core and interfaces
16 2. CPUFreq notifiers
17 3. CPUFreq Table Generation with Operating Performance Point (OPP)
22 The CPUFreq core code is located in drivers/cpufreq/cpufreq.c. This
23 cpufreq code offers a standardized interface for the CPUFreq
33 Reference counting of the cpufreq policies is done by cpufreq_cpu_get
34 and cpufreq_cpu_put, which make sure that the cpufreq driver is
36 cpufreq_put_cpu is called. That also ensures that the respective cpufreq
39 2. CPUFreq notifiers
42 CPUFreq notifiers conform to the standard kernel notifier interface.
45 There are two different CPUFreq notifiers - policy notifiers and
49 2.1 CPUFreq policy notifiers
63 2.2 CPUFreq transition notifiers
67 CPUfreq driver switches the CPU core frequency and this change has no
80 flags flags of the cpufreq driver
83 3. CPUFreq Table Generation with Operating Performance Point (OPP)
90 into a format readily providable to cpufreq.