Searched refs:dgap_class (Results 1 – 1 of 1) sorted by relevance
81 static struct class *dgap_class; variable6938 device_destroy(dgap_class, MKDEV(DIGI_DGAP_MAJOR, 0)); in dgap_stop()6939 class_destroy(dgap_class); in dgap_stop()6989 dgap_class = class_create(THIS_MODULE, "dgap_mgmt"); in dgap_start()6990 if (IS_ERR(dgap_class)) { in dgap_start()6991 rc = PTR_ERR(dgap_class); in dgap_start()6995 device = device_create(dgap_class, NULL, in dgap_start()7016 class_destroy(dgap_class); in dgap_start()