Home
last modified time | relevance | path

Searched refs:zcrypt_class (Results 1 – 3 of 3) sorted by relevance

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/s390/crypto/
H A Dzcrypt_api.c123 static struct class *zcrypt_class; variable
392 zcdndev->device.class = zcrypt_class; in zcdn_create()
2097 zcrypt_class = class_create(THIS_MODULE, ZCRYPT_NAME); in zcdn_init()
2098 if (IS_ERR(zcrypt_class)) { in zcdn_init()
2099 rc = PTR_ERR(zcrypt_class); in zcdn_init()
2102 zcrypt_class->dev_release = zcdn_device_release; in zcdn_init()
2128 class_remove_file(zcrypt_class, &class_attr_zcdn_create); in zcdn_init()
2134 class_destroy(zcrypt_class); in zcdn_init()
2141 class_remove_file(zcrypt_class, &class_attr_zcdn_create); in zcdn_exit()
2142 class_remove_file(zcrypt_class, &class_attr_zcdn_destroy); in zcdn_exit()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/s390/crypto/
H A Dzcrypt_api.c123 static struct class *zcrypt_class; variable
392 zcdndev->device.class = zcrypt_class; in zcdn_create()
2097 zcrypt_class = class_create(THIS_MODULE, ZCRYPT_NAME); in zcdn_init()
2098 if (IS_ERR(zcrypt_class)) { in zcdn_init()
2099 rc = PTR_ERR(zcrypt_class); in zcdn_init()
2102 zcrypt_class->dev_release = zcdn_device_release; in zcdn_init()
2128 class_remove_file(zcrypt_class, &class_attr_zcdn_create); in zcdn_init()
2134 class_destroy(zcrypt_class); in zcdn_init()
2141 class_remove_file(zcrypt_class, &class_attr_zcdn_create); in zcdn_exit()
2142 class_remove_file(zcrypt_class, &class_attr_zcdn_destroy); in zcdn_exit()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/s390/crypto/
H A Dzcrypt_api.c123 static struct class *zcrypt_class; variable
392 zcdndev->device.class = zcrypt_class; in zcdn_create()
2097 zcrypt_class = class_create(THIS_MODULE, ZCRYPT_NAME); in zcdn_init()
2098 if (IS_ERR(zcrypt_class)) { in zcdn_init()
2099 rc = PTR_ERR(zcrypt_class); in zcdn_init()
2102 zcrypt_class->dev_release = zcdn_device_release; in zcdn_init()
2128 class_remove_file(zcrypt_class, &class_attr_zcdn_create); in zcdn_init()
2134 class_destroy(zcrypt_class); in zcdn_init()
2141 class_remove_file(zcrypt_class, &class_attr_zcdn_create); in zcdn_exit()
2142 class_remove_file(zcrypt_class, &class_attr_zcdn_destroy); in zcdn_exit()
[all …]