Searched refs:dev_types (Results 1 – 7 of 7) sorted by relevance
89 static char *dev_types[] = { variable124 if (get_device_type() < ARRAY_SIZE(dev_types)) in print_cpuinfo()125 sec_s = dev_types[get_device_type()]; in print_cpuinfo()
91 static enum idxd_dev_type dev_types[] = { enum99 .type = dev_types,
348 static enum idxd_dev_type dev_types[] = { enum357 .type = dev_types,
658 static enum idxd_dev_type dev_types[] = { enum667 .type = dev_types,
1595 static enum idxd_dev_type dev_types[] = { enum1602 .type = dev_types,
408 } dev_types[] = { in fsl_mc_get_device_type() local429 for (i = 0; dev_types[i].dev_type; i++) in fsl_mc_get_device_type()430 if (!strcmp(dev_types[i].type, type)) in fsl_mc_get_device_type()431 return dev_types[i].dev_type; in fsl_mc_get_device_type()
94 static const char * const dev_types[] = { variable185 return sprintf(data, "%s\n", dev_types[csrow->channels[0]->dimm->dtype]); in csrow_dev_type_show()565 return sprintf(data, "%s\n", dev_types[dimm->dtype]); in dimmdev_dev_type_show()