Searched refs:PHONE_MAJOR (Results 1 – 3 of 3) sorted by relevance
61 request_module("char-major-%d-%d", PHONE_MAJOR, minor); in phone_open()147 if (register_chrdev(PHONE_MAJOR, "telephony", &phone_fops)) { in telephony_init()148 printk("phonedev: unable to get major %d\n", PHONE_MAJOR); in telephony_init()157 unregister_chrdev(PHONE_MAJOR, "telephony"); in telephony_exit()
19 #define PHONE_MAJOR 100 macro
119 #define PHONE_MAJOR 100 macro