Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dcpufreq.h61 struct cpufreq_policy { struct
63 cpumask_var_t cpus; /* Online CPUs only */
64 cpumask_var_t related_cpus; /* Online + Offline CPUs */
66 unsigned int shared_type; /* ACPI: ANY or ALL affected CPUs
68 unsigned int cpu; /* cpu nr of CPU managing this policy */
69 struct clk *clk;
70 struct cpufreq_cpuinfo cpuinfo;/* see above */
72 unsigned int min; /* in kHz */
73 unsigned int max; /* in kHz */
74 unsigned int cur; /* in kHz, only needed if cpufreq
[all …]
/linux-4.1.27/tools/power/cpupower/lib/
Dcpufreq.h23 struct cpufreq_policy { struct
24 unsigned long min;
25 unsigned long max;
26 char *governor;
/linux-4.1.27/drivers/cpufreq/
Dcpufreq_ondemand.c578 void od_register_powersave_bias_handler(unsigned int (*f) in od_register_powersave_bias_handler()