Home
last modified time | relevance | path

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

/openbmc/linux/drivers/s390/crypto/
H A 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;
H A Dap_bus.c101 debug_info_t *ap_dbf_info; variable
2199 ap_dbf_info = debug_register("ap", 2, 1, in ap_debug_init()
2201 debug_register_view(ap_dbf_info, &debug_sprintf_view); in ap_debug_init()
2202 debug_set_level(ap_dbf_info, DBF_ERR); in ap_debug_init()