Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-omap2/am33xx/
H A Dsys_info.c89 static char *dev_types[] = { variable
124 if (get_device_type() < ARRAY_SIZE(dev_types)) in print_cpuinfo()
125 sec_s = dev_types[get_device_type()]; in print_cpuinfo()
/openbmc/linux/drivers/dma/idxd/
H A Dcompat.c91 static enum idxd_dev_type dev_types[] = { enum
99 .type = dev_types,
H A Ddma.c348 static enum idxd_dev_type dev_types[] = { enum
357 .type = dev_types,
H A Dcdev.c658 static enum idxd_dev_type dev_types[] = { enum
667 .type = dev_types,
H A Ddevice.c1595 static enum idxd_dev_type dev_types[] = { enum
1602 .type = dev_types,
/openbmc/linux/drivers/bus/fsl-mc/
H A Dfsl-mc-bus.c408 } dev_types[] = { in fsl_mc_get_device_type() local
429 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()
/openbmc/linux/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()
565 return sprintf(data, "%s\n", dev_types[dimm->dtype]); in dimmdev_dev_type_show()