Searched defs:od_ops (Results 1 - 3 of 3) sorted by relevance

/drivers/cpufreq/
H A Dcpufreq_governor.c248 struct od_ops *od_ops = NULL; local
361 od_ops = dbs_data->cdata->gov_ops;
403 od_ops->powersave_bias_init_cpu(cpu);
H A Dcpufreq_governor.h230 struct od_ops { struct
H A Dcpufreq_ondemand.c32 static struct od_ops od_ops; variable in typeref:struct:od_ops
141 freq = od_ops.powersave_bias_target(policy, freq,
188 freq_next = od_ops.powersave_bias_target(policy, freq_next,
527 static struct od_ops od_ops = { variable in typeref:struct:od_ops
541 .gov_ops = &od_ops,
582 od_ops.powersave_bias_target = f;
589 od_ops.powersave_bias_target = generic_powersave_bias_target;

Completed in 121 milliseconds