Lines Matching refs:zcrypt_class
114 static const struct class zcrypt_class = { variable
140 struct device *dev = class_find_device_by_name(&zcrypt_class, name); in find_zcdndev_by_name()
152 struct device *dev = class_find_device_by_devt(&zcrypt_class, devt); in find_zcdndev_by_devt()
406 zcdndev->device.class = &zcrypt_class; in zcdn_create()
1910 rc = class_register(&zcrypt_class); in zcdn_init()
1928 rc = class_create_file(&zcrypt_class, &class_attr_zcdn_create); in zcdn_init()
1931 rc = class_create_file(&zcrypt_class, &class_attr_zcdn_destroy); in zcdn_init()
1938 class_remove_file(&zcrypt_class, &class_attr_zcdn_create); in zcdn_init()
1944 class_unregister(&zcrypt_class); in zcdn_init()
1951 class_remove_file(&zcrypt_class, &class_attr_zcdn_create); in zcdn_exit()
1952 class_remove_file(&zcrypt_class, &class_attr_zcdn_destroy); in zcdn_exit()
1956 class_unregister(&zcrypt_class); in zcdn_exit()