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