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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dmajor.h53 #define STL_SIOMEMMAJOR 28 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Distallion.c135 #ifndef STL_SIOMEMMAJOR
136 #define STL_SIOMEMMAJOR 28 macro
4437 retval = register_chrdev(STL_SIOMEMMAJOR, "staliomem", &stli_fsiomem);
4446 device_create(istallion_class, NULL, MKDEV(STL_SIOMEMMAJOR, i),
4477 unregister_chrdev(STL_SIOMEMMAJOR, "staliomem");
4480 device_destroy(istallion_class, MKDEV(STL_SIOMEMMAJOR, j));
H A Dstallion.c84 #ifndef STL_SIOMEMMAJOR
85 #define STL_SIOMEMMAJOR 28 macro
4575 if (register_chrdev(STL_SIOMEMMAJOR, "staliomem", &stl_fsiomem))
4582 device_create(stallion_class, NULL, MKDEV(STL_SIOMEMMAJOR, i),
4619 device_destroy(stallion_class, MKDEV(STL_SIOMEMMAJOR, i));
4620 unregister_chrdev(STL_SIOMEMMAJOR, "staliomem");

Completed in 169 milliseconds