Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
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-6.6.21/tools/power/cpupower/lib/
Dcpufreq.h11 struct cpufreq_policy { struct
12 unsigned long min;
13 unsigned long max;
14 char *governor;
/linux-6.6.21/drivers/cpufreq/
Dcpufreq_ondemand.c456 void od_register_powersave_bias_handler(unsigned int (*f) in od_register_powersave_bias_handler()