Searched refs:zcrypt_class (Results 1 – 1 of 1) sorted by relevance
116 static struct class *zcrypt_class; variable139 struct device *dev = class_find_device_by_name(zcrypt_class, name); in find_zcdndev_by_name()151 struct device *dev = class_find_device_by_devt(zcrypt_class, devt); in find_zcdndev_by_devt()405 zcdndev->device.class = zcrypt_class; in zcdn_create()2058 zcrypt_class = class_create(ZCRYPT_NAME); in zcdn_init()2059 if (IS_ERR(zcrypt_class)) { in zcdn_init()2060 rc = PTR_ERR(zcrypt_class); in zcdn_init()2063 zcrypt_class->dev_release = zcdn_device_release; in zcdn_init()2079 rc = class_create_file(zcrypt_class, &class_attr_zcdn_create); in zcdn_init()2082 rc = class_create_file(zcrypt_class, &class_attr_zcdn_destroy); in zcdn_init()[all …]