Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/dgap/
Ddgap.h159 #ifndef DIGI_DGAP_MAJOR
160 # define DIGI_DGAP_MAJOR 22 macro
Ddgap.c6938 device_destroy(dgap_class, MKDEV(DIGI_DGAP_MAJOR, 0)); in dgap_stop()
6940 unregister_chrdev(DIGI_DGAP_MAJOR, "dgap"); in dgap_stop()
6985 rc = register_chrdev(DIGI_DGAP_MAJOR, "dgap", &dgap_board_fops); in dgap_start()
6996 MKDEV(DIGI_DGAP_MAJOR, 0), in dgap_start()
7018 unregister_chrdev(DIGI_DGAP_MAJOR, "dgap"); in dgap_start()