| /Linux-v5.4/drivers/platform/chrome/ |
| D | cros_ec_debugfs.c | 60 struct cros_ec_debugfs *debug_info = in cros_ec_console_log_work() local 64 struct cros_ec_dev *ec = debug_info->ec; in cros_ec_console_log_work() 65 struct circ_buf *cb = &debug_info->log_buffer; in cros_ec_console_log_work() 71 (struct ec_params_console_read_v1 *)debug_info->read_msg->data; in cros_ec_console_log_work() 72 uint8_t *ec_buffer = (uint8_t *)debug_info->read_msg->data; in cros_ec_console_log_work() 82 mutex_lock(&debug_info->log_mutex); in cros_ec_console_log_work() 95 debug_info->read_msg); in cros_ec_console_log_work() 111 wake_up(&debug_info->log_wq); in cros_ec_console_log_work() 114 mutex_unlock(&debug_info->log_mutex); in cros_ec_console_log_work() 117 schedule_delayed_work(&debug_info->log_poll_work, in cros_ec_console_log_work() [all …]
|
| /Linux-v5.4/drivers/platform/chrome/wilco_ec/ |
| D | debugfs.c | 29 static struct wilco_ec_debugfs *debug_info; variable 98 char *buf = debug_info->formatted_data; in raw_write() 123 memset(debug_info->raw_data, 0, sizeof(debug_info->raw_data)); in raw_write() 124 msg.response_data = debug_info->raw_data; in raw_write() 127 ret = wilco_ec_mailbox(debug_info->ec, &msg); in raw_write() 130 debug_info->response_size = ret; in raw_write() 140 if (debug_info->response_size) { in raw_read() 141 fmt_len = hex_dump_to_buffer(debug_info->raw_data, in raw_read() 142 debug_info->response_size, in raw_read() 143 16, 1, debug_info->formatted_data, in raw_read() [all …]
|
| /Linux-v5.4/arch/arm64/kernel/ |
| D | hw_breakpoint.c | 227 struct debug_info *debug_info = ¤t->thread.debug; in hw_breakpoint_control() local 238 reg_enable = !debug_info->bps_disabled; in hw_breakpoint_control() 245 reg_enable = !debug_info->wps_disabled; in hw_breakpoint_control() 627 struct debug_info *debug_info; in breakpoint_handler() local 632 debug_info = ¤t->thread.debug; in breakpoint_handler() 667 debug_info->bps_disabled = 1; in breakpoint_handler() 671 if (debug_info->wps_disabled) in breakpoint_handler() 675 debug_info->suspended_step = 1; in breakpoint_handler() 741 struct debug_info *debug_info; in watchpoint_handler() local 746 debug_info = ¤t->thread.debug; in watchpoint_handler() [all …]
|
| /Linux-v5.4/drivers/char/hw_random/ |
| D | s390-trng.c | 34 static debug_info_t *debug_info; variable 36 #define DEBUG_DBG(...) debug_sprintf_event(debug_info, 6, ##__VA_ARGS__) 37 #define DEBUG_INFO(...) debug_sprintf_event(debug_info, 5, ##__VA_ARGS__) 38 #define DEBUG_WARN(...) debug_sprintf_event(debug_info, 4, ##__VA_ARGS__) 39 #define DEBUG_ERR(...) debug_sprintf_event(debug_info, 3, ##__VA_ARGS__) 210 debug_info = debug_register("trng", 1, 1, 4 * sizeof(long)); in trng_debug_init() 211 debug_register_view(debug_info, &debug_sprintf_view); in trng_debug_init() 212 debug_set_level(debug_info, 3); in trng_debug_init() 217 debug_unregister(debug_info); in trng_debug_exit()
|
| /Linux-v5.4/Documentation/s390/ |
| D | s390dbf.rst | 138 static debug_info_t *debug_info; 144 debug_info = debug_register("test", 1, 4, 4 ); 145 debug_register_view(debug_info, &debug_hex_ascii_view); 146 debug_register_view(debug_info, &debug_raw_view); 148 debug_text_event(debug_info, 4 , "one "); 149 debug_int_exception(debug_info, 4, 4711); 150 debug_event(debug_info, 3, &debug_info, 4); 157 debug_unregister(debug_info); 172 static debug_info_t *debug_info; 179 debug_info = debug_register("test", 1, 4, sizeof(long) * 3); [all …]
|
| /Linux-v5.4/drivers/hv/ |
| D | ring_buffer.c | 157 struct hv_ring_buffer_debug_info *debug_info) in hv_ringbuffer_get_debuginfo() argument 172 debug_info->bytes_avail_toread = bytes_avail_toread; in hv_ringbuffer_get_debuginfo() 173 debug_info->bytes_avail_towrite = bytes_avail_towrite; in hv_ringbuffer_get_debuginfo() 174 debug_info->current_read_index = ring_info->ring_buffer->read_index; in hv_ringbuffer_get_debuginfo() 175 debug_info->current_write_index = ring_info->ring_buffer->write_index; in hv_ringbuffer_get_debuginfo() 176 debug_info->current_interrupt_mask in hv_ringbuffer_get_debuginfo()
|
| /Linux-v5.4/arch/unicore32/include/asm/ |
| D | processor.h | 28 struct debug_info { struct 39 struct debug_info debug; argument
|
| /Linux-v5.4/drivers/s390/crypto/ |
| D | pkey_api.c | 43 static debug_info_t *debug_info; variable 45 #define DEBUG_DBG(...) debug_sprintf_event(debug_info, 6, ##__VA_ARGS__) 46 #define DEBUG_INFO(...) debug_sprintf_event(debug_info, 5, ##__VA_ARGS__) 47 #define DEBUG_WARN(...) debug_sprintf_event(debug_info, 4, ##__VA_ARGS__) 48 #define DEBUG_ERR(...) debug_sprintf_event(debug_info, 3, ##__VA_ARGS__) 53 debug_info = debug_register("pkey", 1, 1, 5 * sizeof(long)); in pkey_debug_init() 54 debug_register_view(debug_info, &debug_sprintf_view); in pkey_debug_init() 55 debug_set_level(debug_info, 3); in pkey_debug_init() 60 debug_unregister(debug_info); in pkey_debug_exit() 187 rc = cca_check_secaeskeytoken(debug_info, 3, (u8 *) seckey, 0); in pkey_verifykey() [all …]
|
| /Linux-v5.4/arch/arm/include/asm/ |
| D | processor.h | 24 struct debug_info { struct 36 struct debug_info debug; argument
|
| /Linux-v5.4/arch/s390/kernel/vdso32/ |
| D | vdso32.lds.S | 80 .debug_info 0 : { *(.debug_info .gnu.linkonce.wi.*) }
|
| /Linux-v5.4/arch/s390/kernel/vdso64/ |
| D | vdso64.lds.S | 80 .debug_info 0 : { *(.debug_info .gnu.linkonce.wi.*) }
|
| /Linux-v5.4/arch/powerpc/kernel/vdso32/ |
| D | vdso32.lds.S | 97 .debug_info 0 : { *(.debug_info .gnu.linkonce.wi.*) }
|
| /Linux-v5.4/arch/powerpc/kernel/vdso64/ |
| D | vdso64.lds.S | 96 .debug_info 0 : { *(.debug_info .gnu.linkonce.wi.*) }
|
| /Linux-v5.4/arch/s390/kernel/ |
| D | debug.c | 579 debug_info_t *debug_info, *debug_info_snapshot; in debug_open() local 584 debug_info = file_inode(file)->i_private; in debug_open() 587 if (!debug_info->views[i]) in debug_open() 589 else if (debug_info->debugfs_entries[i] == file->f_path.dentry) in debug_open() 602 if (!debug_info->views[i]->format_proc && !debug_info->views[i]->header_proc) in debug_open() 603 debug_info_snapshot = debug_info_copy(debug_info, NO_AREAS); in debug_open() 605 debug_info_snapshot = debug_info_copy(debug_info, ALL_AREAS); in debug_open() 619 p_info->debug_info_org = debug_info; in debug_open() 620 p_info->view = debug_info->views[i]; in debug_open() 626 debug_info_get(debug_info); in debug_open()
|
| D | lgr.c | 53 static struct debug_info *lgr_dbf;
|
| /Linux-v5.4/arch/s390/include/asm/ |
| D | debug.h | 33 typedef struct debug_info { struct 34 struct debug_info *next; argument 35 struct debug_info *prev; argument
|
| /Linux-v5.4/include/linux/mfd/ |
| D | cros_ec.h | 27 struct cros_ec_debugfs *debug_info; member
|
| /Linux-v5.4/arch/arm64/include/asm/ |
| D | processor.h | 96 struct debug_info { struct 145 struct debug_info debug; /* debugging */
|
| /Linux-v5.4/scripts/ |
| D | check_extable.sh | 134 objdump -hj .debug_info ${obj} 2> /dev/null > /dev/null ||
|
| /Linux-v5.4/arch/arc/kernel/ |
| D | vmlinux.lds.S | 138 /DISCARD/ : { *(.debug_info) }
|
| /Linux-v5.4/drivers/net/wireless/marvell/mwifiex/ |
| D | main.c | 1099 struct mwifiex_debug_info *debug_info; in mwifiex_drv_info_dump() local 1176 debug_info = kzalloc(sizeof(*debug_info), GFP_KERNEL); in mwifiex_drv_info_dump() 1177 if (debug_info) { in mwifiex_drv_info_dump() 1182 mwifiex_get_debug_info(priv, debug_info); in mwifiex_drv_info_dump() 1183 p += mwifiex_debug_info_to_buffer(priv, p, debug_info); in mwifiex_drv_info_dump() 1186 kfree(debug_info); in mwifiex_drv_info_dump()
|
| /Linux-v5.4/drivers/s390/char/ |
| D | sclp_sdias.c | 26 static struct debug_info *sdias_dbf;
|
| D | zcore.c | 48 static struct debug_info *zcore_dbf;
|
| /Linux-v5.4/arch/unicore32/kernel/ |
| D | process.c | 209 memset(&tsk->thread.debug, 0, sizeof(struct debug_info)); in flush_thread()
|
| /Linux-v5.4/include/asm-generic/ |
| D | vmlinux.lds.h | 704 .debug_info 0 : { *(.debug_info \
|