Home
last modified time | relevance | path

Searched defs:cpufreq_policy (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dcpufreq.h55 struct cpufreq_policy { struct
57 cpumask_var_t cpus; /* Online CPUs only */
58 cpumask_var_t related_cpus; /* Online + Offline CPUs */
59 cpumask_var_t real_cpus; /* Related and present */
61 unsigned int shared_type; /* ACPI: ANY or ALL affected CPUs
63 unsigned int cpu; /* cpu managing this policy, must be online */
65 struct clk *clk;
66 struct cpufreq_cpuinfo cpuinfo;/* see above */
68 unsigned int min; /* in kHz */
69 unsigned int max; /* in kHz */
[all …]
/linux/tools/power/cpupower/lib/
H A Dcpufreq.h11 struct cpufreq_policy { struct
12 unsigned long min;
13 unsigned long max;
14 char *governor;
/linux/tools/power/cpupower/bindings/python/
H A Draw_pylibcpupower.i
/linux/drivers/cpufreq/
H A Dcpufreq_ondemand.c455 void od_register_powersave_bias_handler(unsigned int (*f) in od_register_powersave_bias_handler()