Searched refs:vfio_ap_dbf_info (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/s390/crypto/ |
H A D | vfio_ap_debug.h | 20 debug_sprintf_event(vfio_ap_dbf_info, ##__VA_ARGS__) 22 debug_sprintf_event(vfio_ap_dbf_info, DBF_ERR, ##__VA_ARGS__) 24 debug_sprintf_event(vfio_ap_dbf_info, DBF_WARN, ##__VA_ARGS__) 26 debug_sprintf_event(vfio_ap_dbf_info, DBF_INFO, ##__VA_ARGS__) 28 debug_sprintf_event(vfio_ap_dbf_info, DBF_DEBUG, ##__VA_ARGS__) 30 extern debug_info_t *vfio_ap_dbf_info;
|
H A D | vfio_ap_drv.c | 27 debug_info_t *vfio_ap_dbf_info; variable 155 vfio_ap_dbf_info = debug_register("vfio_ap", 1, 1, in vfio_ap_dbf_info_init() 158 if (!vfio_ap_dbf_info) in vfio_ap_dbf_info_init() 161 debug_register_view(vfio_ap_dbf_info, &debug_sprintf_view); in vfio_ap_dbf_info_init() 162 debug_set_level(vfio_ap_dbf_info, DBF_WARN); in vfio_ap_dbf_info_init() 205 debug_unregister(vfio_ap_dbf_info); in vfio_ap_exit()
|