Home
last modified time | relevance | path

Searched refs:PHONE_MAJOR (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/drivers/telephony/
Dphonedev.c62 request_module("char-major-%d-%d", PHONE_MAJOR, minor); in phone_open()
148 if (register_chrdev(PHONE_MAJOR, "telephony", &phone_fops)) { in telephony_init()
149 printk("phonedev: unable to get major %d\n", PHONE_MAJOR); in telephony_init()
158 unregister_chrdev(PHONE_MAJOR, "telephony"); in telephony_exit()
/linux-2.6.39/include/linux/
Dphonedev.h19 #define PHONE_MAJOR 100 macro
Dmajor.h119 #define PHONE_MAJOR 100 macro