Lines Matching defs:model
494 struct gfar_private *priv, const char *model)
513 if (model && strcasecmp(model, "FEC")) {
643 const char *model;
736 err = of_property_read_string(np, "model", &model);
738 pr_err("Device model property missing, aborting\n");
756 err = gfar_parse_group(child, priv, model);
763 err = gfar_parse_group(np, priv, model);
795 if (model && !strcasecmp(model, "TSEC"))
801 if (model && !strcasecmp(model, "eTSEC"))