Lines Matching defs:model
199 int model; /* one of MODEL_... */
675 xf86Msg(X_PROBED, "The controller is a model ");
839 if (priv->model != MODEL_SUNIT_D)
849 ErrorF("Not at the specified rate or model 2310, will continue\n");
1015 Model* model;
1043 model = SupportedModels;
1044 priv->model = MODEL_UNKNOWN;
1045 while(model->type != MODEL_UNKNOWN && opt_model)
1047 if (!strcmp(model->name, opt_model))
1049 priv->model = model->type;
1052 model++;