Lines Matching defs:model
859 * of features supported by a given model. For now, 0x0100 or 0x0800
1679 union acpi_object *model = NULL;
1714 * Try to match the object returned by INIT to the specific model.
1720 model = buffer.pointer;
1721 switch (model->type) {
1723 string = model->string.pointer;
1726 string = model->buffer.pointer;
1740 pr_notice(" %s model detected\n", string);
1745 kfree(model);
1812 const char *model;
1814 model = dmi_get_system_info(DMI_PRODUCT_NAME);
1815 if (!model)
1819 if (strncmp(model, "L1400B", 6) == 0) {