Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/s390/crypto/
Dap_debug.h22 debug_sprintf_event(ap_dbf_info, ##__VA_ARGS__)
24 debug_sprintf_event(ap_dbf_info, DBF_ERR, ##__VA_ARGS__)
26 debug_sprintf_event(ap_dbf_info, DBF_WARN, ##__VA_ARGS__)
28 debug_sprintf_event(ap_dbf_info, DBF_INFO, ##__VA_ARGS__)
30 debug_sprintf_event(ap_dbf_info, DBF_DEBUG, ##__VA_ARGS__)
32 extern debug_info_t *ap_dbf_info;
Dap_bus.c100 debug_info_t *ap_dbf_info; variable
2135 ap_dbf_info = debug_register("ap", 2, 1, in ap_debug_init()
2137 debug_register_view(ap_dbf_info, &debug_sprintf_view); in ap_debug_init()
2138 debug_set_level(ap_dbf_info, DBF_ERR); in ap_debug_init()