| /linux/Documentation/firmware-guide/acpi/ | 
| H A D | index.rst | 19    debug
 | 
| /linux/tools/time/ | 
| H A D | udelay_test.sh | 14 UDELAY_PATH=/sys/kernel/debug/udelay_test
 | 
| /linux/drivers/media/rc/ | 
| H A D | fintek-cir.c | 394 	if (debug)  in fintek_cir_isr()550 	if (debug)  in fintek_probe()
 659 module_param(debug, int, S_IRUGO | S_IWUSR);
 660 MODULE_PARM_DESC(debug, "Enable debugging output");
 
 | 
| /linux/drivers/media/dvb-frontends/ | 
| H A D | s5h1411.c | 37 static int debug;  variable40 	if (debug)		\
 929 module_param(debug, int, 0644);
 930 MODULE_PARM_DESC(debug, "Enable verbose debug messages");
 
 | 
| H A D | lgdt3306a.c | 20 static int debug;  variable21 module_param(debug, int, 0644);
 22 MODULE_PARM_DESC(debug, "set debug level (info=1, reg=2 (or-able))");
 44 		if (debug & DBG_INFO)				\
 50 		if (debug & DBG_REG)				\
 2107 	int sav_debug = debug;  in lgdt3306a_DumpRegs()
 2109 	if ((debug & DBG_DUMP) == 0)  in lgdt3306a_DumpRegs()
 2111 	debug &= ~DBG_REG; /* suppress DBG_REG during reg dump */  in lgdt3306a_DumpRegs()
 2122 	debug = sav_debug;  in lgdt3306a_DumpRegs()
 
 | 
| H A D | ix2505v.c | 307 module_param_named(debug, ix2505v_debug, int, 0644);308 MODULE_PARM_DESC(debug, "Turn on/off frontend debugging (default:off).");
 
 | 
| /linux/drivers/media/usb/b2c2/ | 
| H A D | flexcop-usb.c | 19 	do { if ((debug & (level))) printk(args); } while (0)35 static int debug;  variable
 36 module_param(debug, int, 0644);
 37 MODULE_PARM_DESC(debug, "set debugging level (1=info,ts=2,ctrl=4,i2c=8,v8mem=16 (or-able))." DEBSTA…
 
 | 
| /linux/drivers/net/ethernet/synopsys/ | 
| H A D | dwc-xlgmac-common.c | 24 static int debug = -1;  variable25 module_param(debug, int, 0644);
 26 MODULE_PARM_DESC(debug, "DWC ethernet debug level (0=none,...,16=all)");
 250 	pdata->msg_enable = netif_msg_init(debug, default_msg_level);  in xlgmac_drv_probe()
 
 | 
| /linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn30/ | 
| H A D | dcn30_clk_mgr.c | 215 			(dc->debug.force_clock_mode & 0x1)) {  in dcn3_update_clocks()231 	if (dc->debug.force_min_dcfclk_mhz > 0)  in dcn3_update_clocks()
 232 		new_clocks->dcfclk_khz = (new_clocks->dcfclk_khz > (dc->debug.force_min_dcfclk_mhz * 1000)) ?  in dcn3_update_clocks()
 233 				new_clocks->dcfclk_khz : (dc->debug.force_min_dcfclk_mhz * 1000);  in dcn3_update_clocks()
 
 | 
| /linux/drivers/gpu/host1x/ | 
| H A D | Makefile | 10 	debug.o \
 | 
| /linux/drivers/media/tuners/ | 
| H A D | tda8290.c | 20 static int debug;  variable21 module_param(debug, int, 0644);
 22 MODULE_PARM_DESC(debug, "enable verbose debug messages");
 675 		if (debug)  in tda8290_probe()
 702 		if (debug)  in tda8295_probe()
 
 | 
| /linux/drivers/usb/chipidea/ | 
| H A D | Makefile | 7 ci_hdrc-y				:= core.o otg.o debug.o ulpi.o
 | 
| /linux/drivers/net/wireless/ath/ | 
| H A D | Makefile | 22 ath-$(CONFIG_ATH_DEBUG) += debug.o
 | 
| /linux/arch/arc/boot/dts/ | 
| H A D | axs103.dts | 20 …bootargs = "earlycon=uart8250,mmio32,0xe0022000,115200n8 console=ttyS3,115200n8 debug print-fatal-…
 | 
| /linux/Documentation/ABI/testing/ | 
| H A D | sysfs-driver-eud | 9 		EUD for debug and trace capabilities.
 | 
| H A D | sysfs-driver-fsi-master-gpio | 10 		a debug device).
 | 
| /linux/Documentation/features/locking/lockdep/ | 
| H A D | arch-support.txt | 4 #         description:   arch supports the runtime locking correctness debug facility
 | 
| /linux/Documentation/translations/zh_CN/scheduler/ | 
| H A D | index.rst | 31     sched-debug
 | 
| /linux/arch/nios2/ | 
| H A D | Kconfig.debug | 12 	  You should normally say N here, unless you want to debug such a crash.
 | 
| /linux/Documentation/features/debug/debug-vm-pgtable/ | 
| H A D | arch-support.txt | 2 # Feature name:          debug-vm-pgtable
 | 
| /linux/drivers/rapidio/ | 
| H A D | Kconfig | 52 	bool "RapidIO subsystem debug messages"56 	  debug messages to the system log. Select this if you are having a
 
 | 
| /linux/drivers/media/usb/as102/ | 
| H A D | as102_drv.h | 20 #define debug	as102_debug  macro
 | 
| /linux/fs/f2fs/ | 
| H A D | Makefile | 7 f2fs-$(CONFIG_F2FS_STAT_FS) += debug.o
 | 
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ | 
| H A D | Makefile | 43 	debug.o
 | 
| /linux/arch/arm64/boot/dts/realtek/ | 
| H A D | rtd1395-lionskin.dts | 28 /* debug console (J1) */
 |