Searched defs:cpufreq_policy (Results 1 – 3 of 3) sorted by relevance
61 struct cpufreq_policy { struct63 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 CPUs68 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 …]
23 struct cpufreq_policy { struct24 unsigned long min;25 unsigned long max;26 char *governor;
578 void od_register_powersave_bias_handler(unsigned int (*f) in od_register_powersave_bias_handler()