Searched refs:stallion_class (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dstallion.c613 static struct class *stallion_class; variable in typeref:struct:class
4578 stallion_class = class_create(THIS_MODULE, "staliomem");
4579 if (IS_ERR(stallion_class))
4582 device_create(stallion_class, NULL, MKDEV(STL_SIOMEMMAJOR, i),
4619 device_destroy(stallion_class, MKDEV(STL_SIOMEMMAJOR, i));
4621 class_destroy(stallion_class);

Completed in 72 milliseconds