Lines Matching defs:cpufreq_driver
223 struct cpufreq_driver { struct
224 char name[CPUFREQ_NAME_LEN];
225 u8 flags;
226 void *driver_data;
229 int (*init)(struct cpufreq_policy *policy);
230 int (*verify)(struct cpufreq_policy *policy);
233 int (*setpolicy)(struct cpufreq_policy *policy);
239 int (*target)(struct cpufreq_policy *policy,
242 int (*target_index)(struct cpufreq_policy *policy,
259 unsigned int (*get_intermediate)(struct cpufreq_policy *policy,
261 int (*target_intermediate)(struct cpufreq_policy *policy,
265 unsigned int (*get)(unsigned int cpu);
268 int (*bios_limit)(int cpu, unsigned int *limit);
270 int (*exit)(struct cpufreq_policy *policy);
271 void (*stop_cpu)(struct cpufreq_policy *policy);
272 int (*suspend)(struct cpufreq_policy *policy);
273 int (*resume)(struct cpufreq_policy *policy);
276 void (*ready)(struct cpufreq_policy *policy);
278 struct freq_attr **attr;
281 bool boost_supported;
282 bool boost_enabled;
306 * routine and so must set cpufreq_driver->flags with this flag, so that core argument