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