Home
last modified time | relevance | path

Searched refs:DVB_MAJOR (Results 1 – 2 of 2) sorted by relevance

/drivers/media/dvb-core/
Ddvbdev.c196 dvbdev->entity->info.dev.major = DVB_MAJOR; in dvb_register_media_device()
341 MKDEV(DVB_MAJOR, minor), in dvb_register_device()
367 device_destroy(dvb_class, MKDEV(DVB_MAJOR, dvbdev->minor)); in dvb_unregister_device()
599 dev_t dev = MKDEV(DVB_MAJOR, 0); in init_dvbdev()
602 printk(KERN_ERR "dvb-core: unable to get major %d\n", DVB_MAJOR); in init_dvbdev()
632 unregister_chrdev_region(MKDEV(DVB_MAJOR, 0), MAX_DVB_MINORS); in exit_dvbdev()
Ddvbdev.h32 #define DVB_MAJOR 212 macro