Home
last modified time | relevance | path

Searched refs:debug_view (Results 1 – 4 of 4) sorted by relevance

/linux/arch/s390/include/asm/
H A Ddebug.h42 struct debug_view;
60 struct debug_view *views[DEBUG_MAX_VIEWS];
66 struct debug_view *view,
72 struct debug_view *view, char *out_buf,
76 struct debug_view *view,
79 struct debug_view *view,
84 int debug_dflt_header_fn(debug_info_t *id, struct debug_view *view,
89 int debug_sprintf_format_fn(debug_info_t *id, struct debug_view *view,
92 struct debug_view { struct
101 extern struct debug_view debug_hex_ascii_view; argument
[all …]
/linux/arch/s390/kernel/
H A Ddebug.c54 struct debug_view *view; /* used view of debug info */
82 struct debug_view *view, char *out_buf,
84 static int debug_input_level_fn(debug_info_t *id, struct debug_view *view,
88 struct debug_view *view, char *out_buf,
90 static int debug_input_pages_fn(debug_info_t *id, struct debug_view *view,
93 static int debug_input_flush_fn(debug_info_t *id, struct debug_view *view,
96 static int debug_hex_ascii_format_fn(debug_info_t *id, struct debug_view *view,
104 struct debug_view debug_hex_ascii_view = {
114 static struct debug_view debug_level_view = {
123 static struct debug_view debug_pages_view = {
[all …]
/linux/arch/s390/pci/
H A Dpci_report.c52 static int debug_log_header_fn(debug_info_t *id, struct debug_view *view, in debug_log_header_fn()
75 static int debug_prolog_header(debug_info_t *id, struct debug_view *view, in debug_prolog_header()
81 static struct debug_view debug_log_view = {
/linux/drivers/s390/net/
H A Dqeth_core.h67 struct debug_view *view;