Home
last modified time | relevance | path

Searched refs:model_names (Results 1 – 8 of 8) sorted by relevance

/linux-6.1.9/arch/x86/kernel/cpu/
Dvortex.c16 .model_names = {
23 .model_names = {
Dumc.c15 { .family = 4, .model_names =
Dcpu.h26 const char *model_names[16]; member
Dintel.c962 { .family = 4, .model_names =
975 { .family = 5, .model_names =
987 { .family = 6, .model_names =
1001 { .family = 15, .model_names =
Damd.c1072 { .family = 4, .model_names =
Dcommon.c693 return info->model_names[c->x86_model]; in table_lookup_model()
/linux-6.1.9/drivers/media/firewire/
Dfiredtv-fw.c241 static const char * const model_names[] = { variable
279 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()
/linux-6.1.9/drivers/power/supply/
Dmax14577_charger.c403 static const char * const model_names[] = { variable
434 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()