| /linux/drivers/net/ethernet/qlogic/qede/ |
| H A D | qede_main.c | 44 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 D | icedcc.S | 8 @@ debug using ARM EmbeddedICE DCC channel
|
| /linux/net/dccp/ |
| H A D | Kconfig | |
| /linux/drivers/of/unittest-data/ |
| H A D | overlay_bad_add_dup_prop.dtso | 23 * have to debug this non-problem again.
|
| /linux/tools/power/cpupower/ |
| H A D | TODO | 8 - Add another c1e debug idle monitor
|
| /linux/arch/xtensa/boot/dts/ |
| H A D | virt.dts | 11 bootargs = "console=ttyS0,115200n8 debug";
|
| /linux/fs/befs/ |
| H A D | Kconfig | 27 If you say Y here, you can use the 'debug' mount option to enable
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/ |
| H A D | pad.h | 66 #define PAD_DBG(p,f,a...) PAD_MSG((p), debug, f, ##a)
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | vidioc-log-status.rst | 32 debug problems. When this ioctl is called the driver will output the
|
| /linux/Documentation/translations/zh_CN/admin-guide/ |
| H A D | index.rst | 48 * dynamic-debug-howto
|
| /linux/drivers/usb/storage/ |
| H A D | Makefile | 19 usb-storage-$(CONFIG_USB_STORAGE_DEBUG) += debug.o
|
| /linux/include/sound/ |
| H A D | snd_wavefront.h | 82 char debug; /* debugging flags */ member
|
| /linux/drivers/iommu/ |
| H A D | Makefile | 24 obj-$(CONFIG_OMAP_IOMMU_DEBUG) += omap-iommu-debug.o
|
| /linux/arch/m68k/ |
| H A D | Kconfig.debug | 24 You should normally say N here, unless you want to debug such a crash.
|
| /linux/drivers/firmware/efi/ |
| H A D | Makefile | 32 obj-$(CONFIG_OVMF_DEBUG_LOG) += ovmf-debug-log.o
|
| /linux/Documentation/scsi/ |
| H A D | scsi-changer.rst | 107 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 D | procfile.rst | 96 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 D | lg2160.c | 12 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 D | s5h1420.c | 56 static int debug; variable 57 module_param(debug, int, 0644); 58 MODULE_PARM_DESC(debug, "enable debugging"); 61 if (debug) \
|
| H A D | dib3000mc.c | 21 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 D | altera_tse.rst | 66 - 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 D | dvb-usb.rst | 254 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 D | dce_clk_mgr.c | 345 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 D | em28xx-audio.c | 34 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 D | bcm5974.c | 160 { 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");
|