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