Searched refs:dev_types (Results 1 – 3 of 3) sorted by relevance
90 static char *dev_types[] = { variable125 if (get_device_type() < ARRAY_SIZE(dev_types)) in print_cpuinfo()126 sec_s = dev_types[get_device_type()]; in print_cpuinfo()
299 } dev_types[] = { in fsl_mc_get_device_type() local319 for (i = 0; dev_types[i].dev_type; i++) in fsl_mc_get_device_type()320 if (!strcmp(dev_types[i].type, type)) in fsl_mc_get_device_type()321 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()541 return sprintf(data, "%s\n", dev_types[dimm->dtype]); in dimmdev_dev_type_show()