Searched defs:od_ops (Results 1 – 3 of 3) sorted by relevance
237 struct od_ops { struct238 void (*powersave_bias_init_cpu)(int cpu);239 unsigned int (*powersave_bias_target)(struct cpufreq_policy *policy,241 void (*freq_increase)(struct cpufreq_policy *policy, unsigned int freq);
32 static struct od_ops od_ops; variable512 static struct od_ops od_ops = { variable
468 struct od_ops *od_ops = cdata->gov_ops; in cpufreq_governor_start() local