Searched refs:DVB_MAJOR (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/media/dvb/dvb-core/
H A Ddvbdev.h31 #define DVB_MAJOR 212 macro
H A Ddvbdev.c264 MKDEV(DVB_MAJOR, minor),
289 device_destroy(dvb_class, MKDEV(DVB_MAJOR, dvbdev->minor));
467 dev_t dev = MKDEV(DVB_MAJOR, 0);
470 printk(KERN_ERR "dvb-core: unable to get major %d\n", DVB_MAJOR);
500 unregister_chrdev_region(MKDEV(DVB_MAJOR, 0), MAX_DVB_MINORS);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/media/dvb/dvb-core/
H A Ddvbdev.h31 #define DVB_MAJOR 212 macro
H A Ddvbdev.c264 MKDEV(DVB_MAJOR, minor),
289 device_destroy(dvb_class, MKDEV(DVB_MAJOR, dvbdev->minor));
467 dev_t dev = MKDEV(DVB_MAJOR, 0);
470 printk(KERN_ERR "dvb-core: unable to get major %d\n", DVB_MAJOR);
500 unregister_chrdev_region(MKDEV(DVB_MAJOR, 0), MAX_DVB_MINORS);

Completed in 169 milliseconds