Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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.c81 debug_info_t *ap_dbf_info; variable
1612 ap_dbf_info = debug_register("ap", 1, 1, in ap_debug_init()
1614 debug_register_view(ap_dbf_info, &debug_sprintf_view); in ap_debug_init()
1615 debug_set_level(ap_dbf_info, DBF_ERR); in ap_debug_init()