Searched refs:debug_view (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/s390/include/asm/ |
| H A D | debug.h | 42 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 D | debug.c | 52 struct debug_view *view; /* used view of debug info */ 80 struct debug_view *view, char *out_buf, 82 static int debug_input_level_fn(debug_info_t *id, struct debug_view *view, 86 struct debug_view *view, char *out_buf, 88 static int debug_input_pages_fn(debug_info_t *id, struct debug_view *view, 91 static int debug_input_flush_fn(debug_info_t *id, struct debug_view *view, 94 static int debug_hex_ascii_format_fn(debug_info_t *id, struct debug_view *view, 102 struct debug_view debug_hex_ascii_view = { 112 static struct debug_view debug_level_view = { 121 static struct debug_view debug_pages_view = { [all …]
|
| /linux/drivers/s390/net/ |
| H A D | qeth_core.h | 67 struct debug_view *view;
|