Searched refs:debug_view (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/arch/s390/include/asm/ |
D | debug.h | 29 struct debug_view; 47 struct debug_view* views[DEBUG_MAX_VIEWS]; 53 struct debug_view* view, 59 struct debug_view* view, char* out_buf, 62 struct debug_view* view, 65 struct debug_view* view, 70 int debug_dflt_header_fn(debug_info_t* id, struct debug_view* view, 73 struct debug_view { struct 82 extern struct debug_view debug_hex_ascii_view; argument 83 extern struct debug_view debug_raw_view; [all …]
|
/linux-4.4.14/arch/s390/kernel/ |
D | debug.c | 50 struct debug_view *view; /* used view of debug info */ 80 struct debug_view *view, char *out_buf); 81 static int debug_input_level_fn(debug_info_t * id, struct debug_view *view, 85 struct debug_view *view, char *out_buf); 86 static int debug_input_pages_fn(debug_info_t * id, struct debug_view *view, 89 static int debug_input_flush_fn(debug_info_t * id, struct debug_view *view, 92 static int debug_hex_ascii_format_fn(debug_info_t * id, struct debug_view *view, 95 struct debug_view *view, char *out_buf, 97 static int debug_raw_header_fn(debug_info_t * id, struct debug_view *view, 100 static int debug_sprintf_format_fn(debug_info_t * id, struct debug_view *view, [all …]
|
/linux-4.4.14/Documentation/s390/ |
D | s390dbf.txt | 299 int debug_register_view (debug_info_t * id, struct debug_view *view); 310 int debug_unregister_view (debug_info_t * id, struct debug_view *view); 325 extern struct debug_view debug_hex_ascii_view; 326 extern struct debug_view debug_raw_view; 327 extern struct debug_view debug_sprintf_view; 545 Views are specified with the 'debug_view' structure. There are defined 548 struct debug_view { 560 struct debug_view* view, 566 struct debug_view* view, char* out_buf, 569 struct debug_view* view, [all …]
|
/linux-4.4.14/drivers/s390/net/ |
D | qeth_core.h | 51 struct debug_view *view;
|