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