Searched refs:model_names (Results 1 – 8 of 8) sorted by relevance
16 .model_names = {23 .model_names = {
15 { .family = 4, .model_names =
26 const char *model_names[16]; member
962 { .family = 4, .model_names =975 { .family = 5, .model_names =987 { .family = 6, .model_names =1001 { .family = 15, .model_names =
1072 { .family = 4, .model_names =
693 return info->model_names[c->x86_model]; in table_lookup_model()
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()
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()