Lines Matching refs:zcrypt_class
116 static const struct class zcrypt_class = { variable
142 struct device *dev = class_find_device_by_name(&zcrypt_class, name); in find_zcdndev_by_name()
154 struct device *dev = class_find_device_by_devt(&zcrypt_class, devt); in find_zcdndev_by_devt()
408 zcdndev->device.class = &zcrypt_class; in zcdn_create()
2102 rc = class_register(&zcrypt_class); in zcdn_init()
2120 rc = class_create_file(&zcrypt_class, &class_attr_zcdn_create); in zcdn_init()
2123 rc = class_create_file(&zcrypt_class, &class_attr_zcdn_destroy); in zcdn_init()
2130 class_remove_file(&zcrypt_class, &class_attr_zcdn_create); in zcdn_init()
2136 class_unregister(&zcrypt_class); in zcdn_init()
2143 class_remove_file(&zcrypt_class, &class_attr_zcdn_create); in zcdn_exit()
2144 class_remove_file(&zcrypt_class, &class_attr_zcdn_destroy); in zcdn_exit()
2148 class_unregister(&zcrypt_class); in zcdn_exit()