Home
last modified time | relevance | path

Searched refs:TAPE_DBF_AREA (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/drivers/s390/char/
H A Dtape.h34 debug_sprintf_event(TAPE_DBF_AREA, level, str, ## __VA_ARGS__); \
45 debug_sprintf_event(TAPE_DBF_AREA, d_level, d_str); \
50 debug_sprintf_exception(TAPE_DBF_AREA, d_level, d_str); \
300 extern debug_info_t *TAPE_DBF_AREA;
H A Dtape_34xx.c20 #define TAPE_DBF_AREA tape_34xx_dbf macro
28 debug_info_t *TAPE_DBF_AREA = NULL; variable
29 EXPORT_SYMBOL(TAPE_DBF_AREA); variable
1203 TAPE_DBF_AREA = debug_register ( "tape_34xx", 2, 2, 4*sizeof(long)); in tape_34xx_init()
1204 debug_register_view(TAPE_DBF_AREA, &debug_sprintf_view); in tape_34xx_init()
1206 debug_set_level(TAPE_DBF_AREA, 6); in tape_34xx_init()
1224 debug_unregister(TAPE_DBF_AREA); in tape_34xx_exit()
H A Dtape_core.c27 #define TAPE_DBF_AREA tape_core_dbf macro
49 debug_info_t *TAPE_DBF_AREA = NULL; variable
50 EXPORT_SYMBOL(TAPE_DBF_AREA); variable
1326 TAPE_DBF_AREA = debug_register ( "tape", 2, 2, 4*sizeof(long)); in tape_init()
1327 debug_register_view(TAPE_DBF_AREA, &debug_sprintf_view); in tape_init()
1329 debug_set_level(TAPE_DBF_AREA, 6); in tape_init()
1348 debug_unregister (TAPE_DBF_AREA); in tape_exit()
H A Dtape_proc.c22 #define TAPE_DBF_AREA tape_core_dbf macro
H A Dtape_3590.c20 #define TAPE_DBF_AREA tape_3590_dbf macro
32 debug_info_t *TAPE_DBF_AREA = NULL; variable
33 EXPORT_SYMBOL(TAPE_DBF_AREA); variable
1666 TAPE_DBF_AREA = debug_register("tape_3590", 2, 2, 4 * sizeof(long)); in tape_3590_init()
1667 debug_register_view(TAPE_DBF_AREA, &debug_sprintf_view); in tape_3590_init()
1669 debug_set_level(TAPE_DBF_AREA, 6); in tape_3590_init()
1693 debug_unregister(TAPE_DBF_AREA); in tape_3590_exit()
H A Dtape_char.c24 #define TAPE_DBF_AREA tape_core_dbf macro
H A Dtape_std.c27 #define TAPE_DBF_AREA tape_core_dbf macro
/kernel/linux/linux-6.6/drivers/s390/char/
H A Dtape.h34 debug_sprintf_event(TAPE_DBF_AREA, level, str, ## __VA_ARGS__); \
45 debug_sprintf_event(TAPE_DBF_AREA, d_level, d_str); \
50 debug_sprintf_exception(TAPE_DBF_AREA, d_level, d_str); \
299 extern debug_info_t *TAPE_DBF_AREA;
H A Dtape_34xx.c20 #define TAPE_DBF_AREA tape_34xx_dbf macro
28 debug_info_t *TAPE_DBF_AREA = NULL; variable
29 EXPORT_SYMBOL(TAPE_DBF_AREA); variable
1202 TAPE_DBF_AREA = debug_register ( "tape_34xx", 2, 2, 4*sizeof(long)); in tape_34xx_init()
1203 debug_register_view(TAPE_DBF_AREA, &debug_sprintf_view); in tape_34xx_init()
1205 debug_set_level(TAPE_DBF_AREA, 6); in tape_34xx_init()
1223 debug_unregister(TAPE_DBF_AREA); in tape_34xx_exit()
H A Dtape_core.c27 #define TAPE_DBF_AREA tape_core_dbf macro
49 debug_info_t *TAPE_DBF_AREA = NULL; variable
50 EXPORT_SYMBOL(TAPE_DBF_AREA); variable
1277 TAPE_DBF_AREA = debug_register ( "tape", 2, 2, 4*sizeof(long)); in tape_init()
1278 debug_register_view(TAPE_DBF_AREA, &debug_sprintf_view); in tape_init()
1280 debug_set_level(TAPE_DBF_AREA, 6); in tape_init()
1299 debug_unregister (TAPE_DBF_AREA); in tape_exit()
H A Dtape_proc.c22 #define TAPE_DBF_AREA tape_core_dbf macro
H A Dtape_3590.c20 #define TAPE_DBF_AREA tape_3590_dbf macro
32 debug_info_t *TAPE_DBF_AREA = NULL; variable
33 EXPORT_SYMBOL(TAPE_DBF_AREA); variable
1665 TAPE_DBF_AREA = debug_register("tape_3590", 2, 2, 4 * sizeof(long)); in tape_3590_init()
1666 debug_register_view(TAPE_DBF_AREA, &debug_sprintf_view); in tape_3590_init()
1668 debug_set_level(TAPE_DBF_AREA, 6); in tape_3590_init()
1692 debug_unregister(TAPE_DBF_AREA); in tape_3590_exit()
H A Dtape_char.c24 #define TAPE_DBF_AREA tape_core_dbf macro
H A Dtape_std.c27 #define TAPE_DBF_AREA tape_core_dbf macro

Completed in 17 milliseconds