| /linux/drivers/platform/chrome/ |
| H A D | cros_ec_debugfs.c | 68 struct cros_ec_debugfs *debug_info = in cros_ec_console_log_work() local 72 struct cros_ec_dev *ec = debug_info->ec; in cros_ec_console_log_work() 73 struct circ_buf *cb = &debug_info->log_buffer; in cros_ec_console_log_work() 79 (struct ec_params_console_read_v1 *)debug_info->read_msg->data; in cros_ec_console_log_work() 80 uint8_t *ec_buffer = (uint8_t *)debug_info->read_msg->data; in cros_ec_console_log_work() 90 mutex_lock(&debug_info->log_mutex); in cros_ec_console_log_work() 103 debug_info->read_msg); in cros_ec_console_log_work() 122 mutex_unlock(&debug_info->log_mutex); in cros_ec_console_log_work() 125 schedule_delayed_work(&debug_info->log_poll_work, in cros_ec_console_log_work() 139 struct cros_ec_debugfs *debug_info = file->private_data; in cros_ec_console_log_read() local [all …]
|
| /linux/drivers/platform/chrome/wilco_ec/ |
| H A D | debugfs.c | 30 static struct wilco_ec_debugfs *debug_info; variable 99 char *buf = debug_info->formatted_data; in raw_write() 124 memset(debug_info->raw_data, 0, sizeof(debug_info->raw_data)); in raw_write() 125 msg.response_data = debug_info->raw_data; in raw_write() 128 ret = wilco_ec_mailbox(debug_info->ec, &msg); in raw_write() 131 debug_info->response_size = ret; in raw_write() 141 if (debug_info->response_size) { in raw_read() 142 fmt_len = hex_dump_to_buffer(debug_info->raw_data, in raw_read() 143 debug_info->response_size, in raw_read() 144 16, 1, debug_info->formatted_data, in raw_read() [all …]
|
| /linux/arch/arm64/kernel/ |
| H A D | hw_breakpoint.c | 229 struct debug_info *debug_info = ¤t->thread.debug; in hw_breakpoint_control() local 240 reg_enable = !debug_info->bps_disabled; in hw_breakpoint_control() 247 reg_enable = !debug_info->wps_disabled; in hw_breakpoint_control() 628 struct debug_info *debug_info; in do_breakpoint() local 633 debug_info = ¤t->thread.debug; in do_breakpoint() 668 debug_info->bps_disabled = 1; in do_breakpoint() 672 if (debug_info->wps_disabled) in do_breakpoint() 676 debug_info->suspended_step = 1; in do_breakpoint() 760 struct debug_info *debug_info; in do_watchpoint() local 764 debug_info = ¤t->thread.debug; in do_watchpoint() [all …]
|
| /linux/drivers/hv/ |
| H A D | ring_buffer.c | 151 struct hv_ring_buffer_debug_info *debug_info) in hv_ringbuffer_get_debuginfo() argument 166 debug_info->bytes_avail_toread = bytes_avail_toread; in hv_ringbuffer_get_debuginfo() 167 debug_info->bytes_avail_towrite = bytes_avail_towrite; in hv_ringbuffer_get_debuginfo() 168 debug_info->current_read_index = ring_info->ring_buffer->read_index; in hv_ringbuffer_get_debuginfo() 169 debug_info->current_write_index = ring_info->ring_buffer->write_index; in hv_ringbuffer_get_debuginfo() 170 debug_info->current_interrupt_mask in hv_ringbuffer_get_debuginfo()
|
| /linux/arch/arm/include/asm/ |
| H A D | processor.h | 25 struct debug_info { struct 37 struct debug_info debug; argument
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
| H A D | debug.c | 474 ctx->debug_info.steering_debugfs = in mlx5hws_debug_init_dump() 476 ctx->debug_info.fdb_debugfs = in mlx5hws_debug_init_dump() 477 debugfs_create_dir("fdb", ctx->debug_info.steering_debugfs); in mlx5hws_debug_init_dump() 480 debugfs_create_file(file_name, 0444, ctx->debug_info.fdb_debugfs, in mlx5hws_debug_init_dump() 486 debugfs_remove_recursive(ctx->debug_info.steering_debugfs); in mlx5hws_debug_uninit_dump()
|
| /linux/arch/parisc/kernel/vdso64/ |
| H A D | vdso64.lds.S | 70 .debug_info 0 : { *(.debug_info .gnu.linkonce.wi.*) }
|
| /linux/arch/parisc/kernel/vdso32/ |
| H A D | vdso32.lds.S | 72 .debug_info 0 : { *(.debug_info .gnu.linkonce.wi.*) }
|
| /linux/scripts/ |
| H A D | check_extable.sh | 134 objdump -hj .debug_info ${obj} 2> /dev/null > /dev/null ||
|
| /linux/arch/arc/kernel/ |
| H A D | vmlinux.lds.S | 138 /DISCARD/ : { *(.debug_info) }
|
| /linux/arch/arm64/include/asm/ |
| H A D | processor.h | 108 struct debug_info { struct 173 struct debug_info debug; /* debugging */
|
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| H A D | main.c | 1106 struct mwifiex_debug_info *debug_info; in mwifiex_drv_info_dump() local 1183 debug_info = kzalloc(sizeof(*debug_info), GFP_KERNEL); in mwifiex_drv_info_dump() 1184 if (debug_info) { in mwifiex_drv_info_dump() 1189 mwifiex_get_debug_info(priv, debug_info); in mwifiex_drv_info_dump() 1190 p += mwifiex_debug_info_to_buffer(priv, p, debug_info); in mwifiex_drv_info_dump() 1193 kfree(debug_info); in mwifiex_drv_info_dump()
|
| /linux/drivers/net/wireless/intel/iwlwifi/ |
| H A D | iwl-dbg-tlv.c | 102 const struct iwl_fw_ini_debug_info_tlv *debug_info = (const void *)tlv->data; in iwl_dbg_tlv_alloc_debug_info() local 104 if (le32_to_cpu(tlv->length) != sizeof(*debug_info)) in iwl_dbg_tlv_alloc_debug_info() 108 if (strnlen(debug_info->debug_cfg_name, in iwl_dbg_tlv_alloc_debug_info() 109 sizeof(debug_info->debug_cfg_name)) == in iwl_dbg_tlv_alloc_debug_info() 110 sizeof(debug_info->debug_cfg_name)) in iwl_dbg_tlv_alloc_debug_info() 114 debug_info->debug_cfg_name); in iwl_dbg_tlv_alloc_debug_info()
|
| /linux/sound/soc/renesas/rcar/ |
| H A D | ctu.c | 290 #define DEBUG_INFO .debug_info = rsnd_ctu_debug_info
|
| H A D | mix.c | 265 #define DEBUG_INFO .debug_info = rsnd_mix_debug_info
|
| H A D | dvc.c | 300 #define DEBUG_INFO .debug_info = rsnd_dvc_debug_info
|
| H A D | ssiu.c | 419 #define DEBUG_INFO .debug_info = rsnd_ssiu_debug_info
|
| H A D | dma.c | 467 #define DEBUG_INFO .debug_info = rsnd_dmapp_debug_info
|
| H A D | rsnd.h | 344 void (*debug_info)(struct seq_file *m, member
|
| /linux/scripts/kconfig/ |
| H A D | qconf.h | 205 QString debug_info(struct symbol *sym);
|
| /linux/arch/arm/kernel/ |
| H A D | process.c | 225 memset(&tsk->thread.debug, 0, sizeof(struct debug_info)); in flush_thread()
|
| /linux/sound/soc/intel/atom/ |
| H A D | sst-mfld-dsp.h | 246 u8 debug_info; /* Debug info from Module ID in case of fail */ member
|
| /linux/include/asm-generic/ |
| H A D | vmlinux.lds.h | 810 .debug_info 0 : { *(.debug_info \
|
| /linux/lib/ |
| H A D | Makefile | 120 obj-$(CONFIG_DEBUG_INFO_REDUCED) += debug_info.o
|
| /linux/drivers/s390/char/ |
| H A D | vmur.c | 54 static struct debug_info *vmur_dbf;
|