Home
last modified time | relevance | path

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

/linux-2.6.39/arch/mips/txx9/generic/
Dsetup.c901 static struct sysdev_class txx9_sramc_sysdev_class; variable
945 if (!txx9_sramc_sysdev_class.name) { in txx9_sramc_init()
946 txx9_sramc_sysdev_class.name = "txx9_sram"; in txx9_sramc_init()
947 err = sysdev_class_register(&txx9_sramc_sysdev_class); in txx9_sramc_init()
949 txx9_sramc_sysdev_class.name = NULL; in txx9_sramc_init()
960 dev->dev.cls = &txx9_sramc_sysdev_class; in txx9_sramc_init()