Home
last modified time | relevance | path

Searched refs:zcrypt_dbf_devices (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/s390/crypto/
Dzcrypt_debug.h32 if (debug_level_enabled(zcrypt_dbf_devices, level)) { \
35 debug_text_event(zcrypt_dbf_devices, level, \
Dzcrypt_api.c73 static debug_info_t *zcrypt_dbf_devices; variable
230 zdev->dbf_area = zcrypt_dbf_devices; in zcrypt_device_alloc()
1425 zcrypt_dbf_devices = debug_register("zcrypt_devices", 1, 1, 16); in zcrypt_debug_init()
1426 debug_register_view(zcrypt_dbf_devices, &debug_hex_ascii_view); in zcrypt_debug_init()
1427 debug_set_level(zcrypt_dbf_devices, DBF_ERR); in zcrypt_debug_init()
1437 if (zcrypt_dbf_devices) in zcrypt_debug_exit()
1438 debug_unregister(zcrypt_dbf_devices); in zcrypt_debug_exit()