Searched refs:zcrypt_class (Results 1 – 1 of 1) sorted by relevance
122 static struct class *zcrypt_class; variable391 zcdndev->device.class = zcrypt_class; in zcdn_create()2099 zcrypt_class = class_create(THIS_MODULE, ZCRYPT_NAME); in zcdn_init()2100 if (IS_ERR(zcrypt_class)) { in zcdn_init()2101 rc = PTR_ERR(zcrypt_class); in zcdn_init()2104 zcrypt_class->dev_release = zcdn_device_release; in zcdn_init()2130 class_remove_file(zcrypt_class, &class_attr_zcdn_create); in zcdn_init()2136 class_destroy(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()[all …]
Completed in 7 milliseconds