Searched refs:DVB_MAJOR (Results 1 – 2 of 2) sorted by relevance
420 DVB_MAJOR, minor); in dvb_register_media_device()530 MKDEV(DVB_MAJOR, minor), in dvb_register_device()560 device_destroy(dvb_class, MKDEV(DVB_MAJOR, dvbdev->minor)); in dvb_remove_device()1033 dev_t dev = MKDEV(DVB_MAJOR, 0); in init_dvbdev()1036 pr_err("dvb-core: unable to get major %d\n", DVB_MAJOR); in init_dvbdev()1066 unregister_chrdev_region(MKDEV(DVB_MAJOR, 0), MAX_DVB_MINORS); in exit_dvbdev()
28 #define DVB_MAJOR 212 macro