Lines Matching defs:model
414 pr_warn("cpufv enabled (not officially supported on this model)\n");
601 pr_warn("skipped wireless hotplug as probably inappropriate for this model\n");
1251 const char *model;
1253 model = dmi_get_system_info(DMI_PRODUCT_NAME);
1254 if (!model)
1267 * So Asus made a deliberate decision not to support it on this model.
1276 if (strcmp(model, "701") == 0 || strcmp(model, "702") == 0) {
1278 pr_info("model %s does not officially support setting cpu speed\n",
1279 model);
1290 if (strcmp(model, "1005HA") == 0 || strcmp(model, "1201N") == 0 ||
1291 strcmp(model, "1005PE") == 0) {