Home
last modified time | relevance | path

Searched refs:debug (Results 601 – 625 of 1357) sorted by relevance

1...<<21222324252627282930>>...55

/linux/drivers/net/ethernet/qlogic/qede/
H A Dqede_main.c44 static uint debug; variable
45 module_param(debug, uint, 0);
46 MODULE_PARM_DESC(debug, " Default debug msglevel");
299 if (debug & QED_LOG_INFO_MASK) in qede_cleanup()
935 void qede_config_debug(uint debug, u32 *p_dp_module, u8 *p_dp_level) in qede_config_debug() argument
940 if (debug & QED_LOG_VERBOSE_MASK) { in qede_config_debug()
942 *p_dp_module = (debug & 0x3FFFFFFF); in qede_config_debug()
943 } else if (debug & QED_LOG_INFO_MASK) { in qede_config_debug()
945 } else if (debug & QED_LOG_NOTICE_MASK) { in qede_config_debug()
1365 if (debug & QED_LOG_VERBOSE_MASK) in qede_probe()
[all …]
/linux/arch/arm/include/debug/
H A Dicedcc.S8 @@ debug using ARM EmbeddedICE DCC channel
/linux/net/dccp/
H A DKconfig
/linux/drivers/of/unittest-data/
H A Doverlay_bad_add_dup_prop.dtso23 * have to debug this non-problem again.
/linux/tools/power/cpupower/
H A DTODO8 - Add another c1e debug idle monitor
/linux/arch/xtensa/boot/dts/
H A Dvirt.dts11 bootargs = "console=ttyS0,115200n8 debug";
/linux/fs/befs/
H A DKconfig27 If you say Y here, you can use the 'debug' mount option to enable
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/
H A Dpad.h66 #define PAD_DBG(p,f,a...) PAD_MSG((p), debug, f, ##a)
/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-log-status.rst32 debug problems. When this ioctl is called the driver will output the
/linux/Documentation/translations/zh_CN/admin-guide/
H A Dindex.rst48 * dynamic-debug-howto
/linux/drivers/usb/storage/
H A DMakefile19 usb-storage-$(CONFIG_USB_STORAGE_DEBUG) += debug.o
/linux/include/sound/
H A Dsnd_wavefront.h82 char debug; /* debugging flags */ member
/linux/drivers/iommu/
H A DMakefile24 obj-$(CONFIG_OMAP_IOMMU_DEBUG) += omap-iommu-debug.o
/linux/arch/m68k/
H A DKconfig.debug24 You should normally say N here, unless you want to debug such a crash.
/linux/drivers/firmware/efi/
H A DMakefile32 obj-$(CONFIG_OVMF_DEBUG_LOG) += ovmf-debug-log.o
/linux/Documentation/scsi/
H A Dscsi-changer.rst107 If you insmod the driver with "insmod debug=1", it will be verbose and
121 debug=0/1
122 Enable debug messages (see above, default: 0).
/linux/Documentation/sound/designs/
H A Dprocfile.rst96 invalid PCM position debug/check of ALSA PCM middle layer.
104 * bit 0 = Enable XRUN/jiffies debug messages
109 kernel log when an xrun is detected. The debug message is
/linux/drivers/media/dvb-frontends/
H A Dlg2160.c12 static int debug; variable
13 module_param(debug, int, 0644);
14 MODULE_PARM_DESC(debug, "set debug level (info=1, reg=2 (or-able))");
25 #define lg_dbg(fmt, arg...) if (debug & DBG_INFO) \
27 #define lg_reg(fmt, arg...) if (debug & DBG_REG) \
H A Ds5h1420.c56 static int debug; variable
57 module_param(debug, int, 0644);
58 MODULE_PARM_DESC(debug, "enable debugging");
61 if (debug) \
H A Ddib3000mc.c21 static int debug; variable
22 module_param(debug, int, 0644);
23 MODULE_PARM_DESC(debug, "turn on debugging (default: 0)");
30 if (debug) \
/linux/Documentation/networking/device_drivers/ethernet/altera/
H A Daltera_tse.rst66 - debug: message level (0: no output, 16: all);
133 The driver exports debug information such as internal statistics,
134 debug information, MAC and DMA registers etc.
140 The developer can also use the "debug" module parameter to get
141 further debug information.
/linux/Documentation/driver-api/media/drivers/
H A Ddvb-usb.rst254 If you want to enable debug output, you have to load the driver manually and
257 first have a look, which debug level are available:
268 modprobe dvb-usb debug=<level>
269 modprobe dvb-usb-vp7045 debug=<level>
/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_clk_mgr.c345 struct dc_debug_options *debug = &clk_mgr_dce->base.ctx->dc->debug; in dce_clock_read_integrated_info() local
396 if (!debug->disable_dfs_bypass && bp->integrated_info) in dce_clock_read_integrated_info()
453 if (clk_mgr_dce->base.ctx->dc->debug.ignore_dpref_ss) in dce_clock_read_ss_info()
/linux/drivers/media/usb/em28xx/
H A Dem28xx-audio.c34 static int debug; variable
35 module_param(debug, int, 0644);
36 MODULE_PARM_DESC(debug, "activates debug info");
42 if (debug) \
/linux/drivers/input/mouse/
H A Dbcm5974.c160 { if (debug >= level) printk(KERN_DEBUG format, ##a); }
162 static int debug = 1; variable
163 module_param(debug, int, 0644);
164 MODULE_PARM_DESC(debug, "Activate debugging output");

1...<<21222324252627282930>>...55