Searched refs:ctcls (Results 1 – 1 of 1) sorted by relevance
63 static const struct class ctcls = { variable824 ret = class_register(&ctcls); in comedi_test_init()830 ctdev = device_create(&ctcls, NULL, MKDEV(0, 0), NULL, DEV_NAME); in comedi_test_init()846 device_destroy(&ctcls, MKDEV(0, 0)); in comedi_test_init()848 class_unregister(&ctcls); in comedi_test_init()859 if (class_is_registered(&ctcls)) { in comedi_test_exit()860 device_destroy(&ctcls, MKDEV(0, 0)); in comedi_test_exit()861 class_unregister(&ctcls); in comedi_test_exit()