Searched refs:debug_view (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/arch/s390/include/asm/ |
| D | debug.h | 31 struct debug_view; 49 struct debug_view *views[DEBUG_MAX_VIEWS]; 55 struct debug_view *view, 61 struct debug_view *view, char *out_buf, 64 struct debug_view *view, 67 struct debug_view *view, 72 int debug_dflt_header_fn(debug_info_t *id, struct debug_view *view, 75 struct debug_view { struct 84 extern struct debug_view debug_hex_ascii_view; argument 85 extern struct debug_view debug_raw_view; [all …]
|
| /Linux-v5.4/arch/s390/kernel/ |
| D | debug.c | 51 struct debug_view *view; /* used view of debug info */ 79 struct debug_view *view, char *out_buf); 80 static int debug_input_level_fn(debug_info_t *id, struct debug_view *view, 84 struct debug_view *view, char *out_buf); 85 static int debug_input_pages_fn(debug_info_t *id, struct debug_view *view, 88 static int debug_input_flush_fn(debug_info_t *id, struct debug_view *view, 91 static int debug_hex_ascii_format_fn(debug_info_t *id, struct debug_view *view, 94 struct debug_view *view, char *out_buf, 96 static int debug_raw_header_fn(debug_info_t *id, struct debug_view *view, 99 static int debug_sprintf_format_fn(debug_info_t *id, struct debug_view *view, [all …]
|
| /Linux-v5.4/Documentation/s390/ |
| D | s390dbf.rst | 120 extern struct debug_view debug_hex_ascii_view; 122 extern struct debug_view debug_raw_view; 124 extern struct debug_view debug_sprintf_view; 353 Views are specified with the 'debug_view' structure. There are defined 358 struct debug_view { 372 struct debug_view* view, 378 struct debug_view* view, char* out_buf, 381 struct debug_view* view, 384 struct debug_view* view, 437 debug_info_t *id, struct debug_view *view, [all …]
|
| /Linux-v5.4/drivers/s390/net/ |
| D | qeth_core.h | 63 struct debug_view *view;
|