Lines Matching defs:model
214 const char *model, *machine;
223 machine = of_get_property(root, "model", NULL);
267 model = of_get_property(dev, "model", NULL);
268 if (model == NULL)
269 model = "<none>";
270 if (strncmp(model, "IBM, Python", 11) == 0) {
273 || strncmp(model, "Motorola, Grackle", 17) == 0) {
284 } else if (!strncmp(model, "IBM,CPC710", 10)) {
300 printk("No methods for %pOF (model %s), using RTAS\n",
301 dev, model);