Home
last modified time | relevance | path

Searched refs:debug (Results 451 – 475 of 1357) sorted by relevance

1...<<11121314151617181920>>...55

/linux/Documentation/firmware-guide/acpi/
H A Dindex.rst19 debug
/linux/tools/time/
H A Dudelay_test.sh14 UDELAY_PATH=/sys/kernel/debug/udelay_test
/linux/drivers/media/rc/
H A Dfintek-cir.c394 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 Ds5h1411.c37 static int debug; variable
40 if (debug) \
929 module_param(debug, int, 0644);
930 MODULE_PARM_DESC(debug, "Enable verbose debug messages");
H A Dlgdt3306a.c20 static int debug; variable
21 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 Dix2505v.c307 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 Dflexcop-usb.c19 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 Ddwc-xlgmac-common.c24 static int debug = -1; variable
25 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 Ddcn30_clk_mgr.c215 (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 DMakefile10 debug.o \
/linux/drivers/media/tuners/
H A Dtda8290.c20 static int debug; variable
21 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 DMakefile7 ci_hdrc-y := core.o otg.o debug.o ulpi.o
/linux/drivers/net/wireless/ath/
H A DMakefile22 ath-$(CONFIG_ATH_DEBUG) += debug.o
/linux/arch/arc/boot/dts/
H A Daxs103.dts20 …bootargs = "earlycon=uart8250,mmio32,0xe0022000,115200n8 console=ttyS3,115200n8 debug print-fatal-…
/linux/Documentation/ABI/testing/
H A Dsysfs-driver-eud9 EUD for debug and trace capabilities.
H A Dsysfs-driver-fsi-master-gpio10 a debug device).
/linux/Documentation/features/locking/lockdep/
H A Darch-support.txt4 # description: arch supports the runtime locking correctness debug facility
/linux/Documentation/translations/zh_CN/scheduler/
H A Dindex.rst31 sched-debug
/linux/arch/nios2/
H A DKconfig.debug12 You should normally say N here, unless you want to debug such a crash.
/linux/Documentation/features/debug/debug-vm-pgtable/
H A Darch-support.txt2 # Feature name: debug-vm-pgtable
/linux/drivers/rapidio/
H A DKconfig52 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 Das102_drv.h20 #define debug as102_debug macro
/linux/fs/f2fs/
H A DMakefile7 f2fs-$(CONFIG_F2FS_STAT_FS) += debug.o
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A DMakefile43 debug.o
/linux/arch/arm64/boot/dts/realtek/
H A Drtd1395-lionskin.dts28 /* debug console (J1) */

1...<<11121314151617181920>>...55