Home
last modified time | relevance | path

Searched refs:cpufreq_available_governors (Results 1 – 4 of 4) sorted by relevance

/linux/tools/power/cpupower/lib/
H A Dcpufreq.h17 struct cpufreq_available_governors { struct
19 struct cpufreq_available_governors *next; argument
20 struct cpufreq_available_governors *first; argument
121 struct cpufreq_available_governors
125 struct cpufreq_available_governors *first);
H A Dcpufreq.c288 struct cpufreq_available_governors *cpufreq_get_available_governors(unsigned in cpufreq_get_available_governors()
291 struct cpufreq_available_governors *first = NULL; in cpufreq_get_available_governors()
292 struct cpufreq_available_governors *current = NULL; in cpufreq_get_available_governors()
344 void cpufreq_put_available_governors(struct cpufreq_available_governors *any) in cpufreq_put_available_governors()
346 struct cpufreq_available_governors *tmp, *next; in cpufreq_put_available_governors()
/linux/tools/power/cpupower/bindings/python/
H A Draw_pylibcpupower.swg56 struct cpufreq_available_governors {
58 struct cpufreq_available_governors *next;
59 struct cpufreq_available_governors *first;
102 struct cpufreq_available_governors
106 struct cpufreq_available_governors *first);
/linux/tools/power/cpupower/utils/
H A Dcpufreq-info.c339 struct cpufreq_available_governors *governors = in get_available_governors()