Searched refs:model_names (Results 1 – 7 of 7) sorted by relevance
241 static const char * const model_names[] = { variable279 for (i = ARRAY_SIZE(model_names); --i; ) in node_probe()280 if (strlen(model_names[i]) <= name_len && in node_probe()281 strncmp(name, model_names[i], name_len) == 0) in node_probe()297 err = fdtv_dvb_register(fdtv, model_names[fdtv->type]); in node_probe()
15 { .family = 4, .model_names =
26 const char *model_names[16]; member
925 { .family = 4, .model_names =938 { .family = 5, .model_names =950 { .family = 6, .model_names =964 { .family = 15, .model_names =
1094 { .family = 4, .model_names =
583 return info->model_names[c->x86_model]; in table_lookup_model()
403 static const char * const model_names[] = { variable434 BUILD_BUG_ON(ARRAY_SIZE(model_names) != MAXIM_DEVICE_TYPE_NUM); in max14577_charger_get_property()435 val->strval = model_names[chg->max14577->dev_type]; in max14577_charger_get_property()