Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dcpufreq.h59 struct cpufreq_policy { struct
61 cpumask_var_t cpus; /* Online CPUs only */
62 cpumask_var_t related_cpus; /* Online + Offline CPUs */
63 cpumask_var_t real_cpus; /* Related and present */
65 unsigned int shared_type; /* ACPI: ANY or ALL affected CPUs
67 unsigned int cpu; /* cpu managing this policy, must be online */
69 struct clk *clk;
70 struct cpufreq_cpuinfo cpuinfo;/* see above */
72 unsigned int min; /* in kHz */
73 unsigned int max; /* in kHz */
[all …]
/linux-4.4.14/tools/power/cpupower/lib/
Dcpufreq.h23 struct cpufreq_policy { struct
24 unsigned long min;
25 unsigned long max;
26 char *governor;
/linux-4.4.14/drivers/cpufreq/
Dcpufreq_ondemand.c567 void od_register_powersave_bias_handler(unsigned int (*f) in od_register_powersave_bias_handler()