Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dcpufreq.h55 struct cpufreq_policy { struct
65 struct clk *clk;
77 void *governor_data;
91 struct kobject kobj;
102 struct rw_semaphore rwsem;
112 bool fast_switch_possible;
113 bool fast_switch_enabled;
119 bool strict_target;
145 bool boost_enabled;
176 struct cpufreq_policy_data { argument
[all …]
/openbmc/linux/tools/power/cpupower/lib/
H A Dcpufreq.h11 struct cpufreq_policy { struct
12 unsigned long min;
13 unsigned long max;
14 char *governor;
/openbmc/linux/drivers/cpufreq/
H A Dcpufreq_ondemand.c456 void od_register_powersave_bias_handler(unsigned int (*f) in od_register_powersave_bias_handler()