Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dcpufreq.h65 struct cpufreq_policy { struct
67 cpumask_var_t cpus; /* Online CPUs only */
68 cpumask_var_t related_cpus; /* Online + Offline CPUs */
69 cpumask_var_t real_cpus; /* Related and present */
71 unsigned int shared_type; /* ACPI: ANY or ALL affected CPUs
73 unsigned int cpu; /* cpu managing this policy, must be online */
75 struct clk *clk;
76 struct cpufreq_cpuinfo cpuinfo;/* see above */
78 unsigned int min; /* in kHz */
79 unsigned int max; /* in kHz */
[all …]
/Linux-v4.19/tools/power/cpupower/lib/
Dcpufreq.h19 struct cpufreq_policy { struct
20 unsigned long min;
21 unsigned long max;
22 char *governor;
/Linux-v4.19/drivers/cpufreq/
Dcpufreq_ondemand.c451 void od_register_powersave_bias_handler(unsigned int (*f) in od_register_powersave_bias_handler()