Searched refs:TAPE_DBF_AREA (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/s390/char/ |
| H A D | tape_3490.c | 20 #define TAPE_DBF_AREA tape_3490_dbf macro 28 debug_info_t *TAPE_DBF_AREA = NULL; variable 29 EXPORT_SYMBOL(TAPE_DBF_AREA); 802 TAPE_DBF_AREA = debug_register ( "tape_3490", 2, 2, 4*sizeof(long)); in tape_3490_init() 803 debug_register_view(TAPE_DBF_AREA, &debug_sprintf_view); in tape_3490_init() 805 debug_set_level(TAPE_DBF_AREA, 6); in tape_3490_init() 822 debug_unregister(TAPE_DBF_AREA); in tape_3490_exit()
|
| H A D | tape_core.c | 27 #define TAPE_DBF_AREA tape_core_dbf macro 50 debug_info_t *TAPE_DBF_AREA = NULL; variable 51 EXPORT_SYMBOL(TAPE_DBF_AREA); 1307 TAPE_DBF_AREA = debug_register ( "tape", 2, 2, 4*sizeof(long)); in tape_init() 1308 debug_register_view(TAPE_DBF_AREA, &debug_sprintf_view); in tape_init() 1310 debug_set_level(TAPE_DBF_AREA, 6); in tape_init() 1333 debug_unregister (TAPE_DBF_AREA); in tape_exit()
|