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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dmajor.h53 #define STL_SIOMEMMAJOR 28 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Distallion.c132 #ifndef STL_SIOMEMMAJOR
133 #define STL_SIOMEMMAJOR 28 macro
4612 retval = register_chrdev(STL_SIOMEMMAJOR, "staliomem", &stli_fsiomem);
4622 MKDEV(STL_SIOMEMMAJOR, i),
4653 unregister_chrdev(STL_SIOMEMMAJOR, "staliomem");
4656 class_device_destroy(istallion_class, MKDEV(STL_SIOMEMMAJOR,
H A Dstallion.c82 #ifndef STL_SIOMEMMAJOR
83 #define STL_SIOMEMMAJOR 28 macro
4762 if (register_chrdev(STL_SIOMEMMAJOR, "staliomem", &stl_fsiomem))
4770 MKDEV(STL_SIOMEMMAJOR, i), NULL,
4808 class_device_destroy(stallion_class, MKDEV(STL_SIOMEMMAJOR, i));
4809 if ((retval = unregister_chrdev(STL_SIOMEMMAJOR, "staliomem")))

Completed in 119 milliseconds