Searched refs:model_names (Results 1 – 7 of 7) sorted by relevance
240 static const char * const model_names[] = { variable274 for (i = ARRAY_SIZE(model_names); --i; ) in node_probe()275 if (strlen(model_names[i]) <= name_len && in node_probe()276 strncmp(name, model_names[i], name_len) == 0) in node_probe()292 err = fdtv_dvb_register(fdtv, model_names[fdtv->type]); in node_probe()
15 { .family = 4, .model_names =
27 const char *model_names[16]; member
972 { .family = 4, .model_names =985 { .family = 5, .model_names =997 { .family = 6, .model_names =1011 { .family = 15, .model_names =
992 { .family = 4, .model_names =
484 return info->model_names[c->x86_model]; in table_lookup_model()
413 static const char * const model_names[] = { variable444 BUILD_BUG_ON(ARRAY_SIZE(model_names) != MAXIM_DEVICE_TYPE_NUM); in max14577_charger_get_property()445 val->strval = model_names[chg->max14577->dev_type]; in max14577_charger_get_property()