Home
last modified time | relevance | path

Searched refs:dev_types (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/am33xx/
H A Dsys_info.c90 static char *dev_types[] = { variable
125 if (get_device_type() < ARRAY_SIZE(dev_types)) in print_cpuinfo()
126 sec_s = dev_types[get_device_type()]; in print_cpuinfo()
/OK3568_Linux_fs/kernel/drivers/bus/fsl-mc/
H A Dfsl-mc-bus.c299 } dev_types[] = { in fsl_mc_get_device_type() local
319 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()
/OK3568_Linux_fs/kernel/drivers/edac/
H A Dedac_mc_sysfs.c94 static const char * const dev_types[] = { variable
185 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()