Lines Matching refs:model
40 __u8 x86_model; /* model */
237 struct cpu_model *model;
239 for(model = models; model->cpu_id != NULL; model++)
240 if (centrino_verify_cpu_id(cpu, model->cpu_id) &&
241 (model->model_name == NULL ||
242 strcmp(cpu->x86_model_id, model->model_name) == 0))
245 if (model->cpu_id == NULL) {
247 pr_debug("no support for CPU model \"%s\": "
253 if (model->op_points == NULL) {
255 pr_debug("no table support for CPU model \"%s\"\n",
261 per_cpu(centrino_model, policy->cpu) = model;
264 model->model_name, model->max_freq);
515 * or ASCII model IDs.
530 * particular CPU model, -EINVAL on problems during initiatization,
535 * CPU model and stepping, and we need to have the exact model name in