Searched defs:od_ops (Results 1 – 3 of 3) sorted by relevance
230 struct od_ops { struct231 void (*powersave_bias_init_cpu)(int cpu);232 unsigned int (*powersave_bias_target)(struct cpufreq_policy *policy,234 void (*freq_increase)(struct cpufreq_policy *policy, unsigned int freq);
32 static struct od_ops od_ops; variable527 static struct od_ops od_ops = { variable
248 struct od_ops *od_ops = NULL; in cpufreq_governor_dbs() local