Searched refs:DIGI_DGAP_MAJOR (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/staging/dgap/ |
D | dgap.h | 159 #ifndef DIGI_DGAP_MAJOR 160 # define DIGI_DGAP_MAJOR 22 macro
|
D | dgap.c | 7022 rc = register_chrdev(DIGI_DGAP_MAJOR, "dgap", &dgap_board_fops); in dgap_start() 7033 MKDEV(DIGI_DGAP_MAJOR, 0), in dgap_start() 7055 unregister_chrdev(DIGI_DGAP_MAJOR, "dgap"); in dgap_start() 7069 device_destroy(dgap_class, MKDEV(DIGI_DGAP_MAJOR, 0)); in dgap_stop() 7071 unregister_chrdev(DIGI_DGAP_MAJOR, "dgap"); in dgap_stop() 7165 device_destroy(dgap_class, MKDEV(DIGI_DGAP_MAJOR, 0)); in dgap_cleanup_module() 7167 unregister_chrdev(DIGI_DGAP_MAJOR, "dgap"); in dgap_cleanup_module()
|