Searched refs:STL_SIOMEMMAJOR (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/include/linux/ |
D | major.h | 53 #define STL_SIOMEMMAJOR 28 macro
|
/linux-2.6.39/drivers/staging/tty/ |
D | istallion.c | 134 #ifndef STL_SIOMEMMAJOR 135 #define STL_SIOMEMMAJOR 28 macro 4451 retval = register_chrdev(STL_SIOMEMMAJOR, "staliomem", &stli_fsiomem); in istallion_module_init() 4460 device_create(istallion_class, NULL, MKDEV(STL_SIOMEMMAJOR, i), in istallion_module_init() 4491 unregister_chrdev(STL_SIOMEMMAJOR, "staliomem"); in istallion_module_exit() 4494 device_destroy(istallion_class, MKDEV(STL_SIOMEMMAJOR, j)); in istallion_module_exit()
|
D | stallion.c | 83 #ifndef STL_SIOMEMMAJOR 84 #define STL_SIOMEMMAJOR 28 macro 4590 if (register_chrdev(STL_SIOMEMMAJOR, "staliomem", &stl_fsiomem)) in stallion_module_init() 4597 device_create(stallion_class, NULL, MKDEV(STL_SIOMEMMAJOR, i), in stallion_module_init() 4634 device_destroy(stallion_class, MKDEV(STL_SIOMEMMAJOR, i)); in stallion_module_exit() 4635 unregister_chrdev(STL_SIOMEMMAJOR, "staliomem"); in stallion_module_exit()
|