Searched refs:ctcls (Results 1 – 1 of 1) sorted by relevance
63 static const struct class ctcls = { variable800 ret = class_register(&ctcls); in comedi_test_init()806 ctdev = device_create(&ctcls, NULL, MKDEV(0, 0), NULL, DEV_NAME); in comedi_test_init()822 device_destroy(&ctcls, MKDEV(0, 0)); in comedi_test_init()824 class_unregister(&ctcls); in comedi_test_init()835 if (class_is_registered(&ctcls)) { in comedi_test_exit()836 device_destroy(&ctcls, MKDEV(0, 0)); in comedi_test_exit()837 class_unregister(&ctcls); in comedi_test_exit()