Searched refs:debug (Results 401 - 425 of 1294) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/gpu/drm/nouveau/nvkm/falcon/
H A Dbase.c277 if (func->debug) {
278 u32 val = nvkm_falcon_rd32(falcon, func->debug);
279 falcon->debug = (val >> 20) & 0x1;
/linux-master/drivers/gpu/drm/amd/display/dc/dcn35/
H A Ddcn35_dio_stream_encoder.c59 if (!enc->ctx->dc->debug.avoid_vbios_exec_table) {
99 if (!enc->ctx->dc->debug.avoid_vbios_exec_table) {
306 dc->debug.enable_dp_dig_pixel_rate_div_policy;
/linux-master/drivers/gpu/drm/
H A Ddrm_print.c39 * __drm_debug: Enable debug output.
45 MODULE_PARM_DESC(debug, "Enable debug output, where each bit enables a debug category.\n"
56 module_param_named(debug, __drm_debug, ulong, 0600);
76 module_param_cb(debug, &param_ops_dyndbg_classes, &drm_debug_bitmap, 0600);
368 * Often in driver debug, it's useful to be able to either capture the
/linux-master/drivers/gpu/drm/amd/display/dc/clk_mgr/dce100/
H A Ddce_clk_mgr.c274 struct dc_debug_options *debug = &clk_mgr_dce->base.ctx->dc->debug; local
320 if (!debug->disable_dfs_bypass && bp->integrated_info)
/linux-master/drivers/gpu/drm/amd/display/dc/optc/dcn35/
H A Ddcn35_optc.c203 if (optc1->base.ctx->dc->debug.otg_crc_db && optc1->tg_mask->OTG_CRC_WINDOW_DB_EN != 0) {
225 if (dc->caps.dmub_caps.mclk_sw && !dc->debug.disable_fams)
457 optc1, CTX->dc->debug.enable_fine_grain_clock_gating.bits.optc);
/linux-master/drivers/gpu/drm/nouveau/nvkm/core/
H A Doption.c25 #include <core/debug.h>
117 else if (!strncasecmpz(optstr, "debug", len))
/linux-master/fs/befs/
H A Dbefs.h14 /* used in debug.c */
28 int debug; member in struct:befs_mount_options
92 /* debug.c */
/linux-master/include/sound/
H A Dsnd_wavefront.h82 char debug; /* debugging flags */ member in struct:_snd_wavefront
/linux-master/drivers/media/dvb-frontends/
H A Ddibx000_common.c10 static int debug; variable
11 module_param(debug, int, 0644);
12 MODULE_PARM_DESC(debug, "turn on debugging (default: 0)");
15 if (debug) \
/linux-master/drivers/net/wireless/st/cw1200/
H A Ddebug.c14 #include "debug.h"
103 struct cw1200_debug_priv *d = priv->debug;
365 priv->debug = d;
383 struct cw1200_debug_priv *d = priv->debug;
386 priv->debug = NULL;
/linux-master/drivers/usb/storage/
H A DMakefile19 usb-storage-$(CONFIG_USB_STORAGE_DEBUG) += debug.o
/linux-master/arch/sh/kernel/
H A Ddumpstack.c11 #include <linux/sched/debug.h>
/linux-master/arch/mips/kernel/
H A Dspinlock_test.c9 #include <asm/debug.h>
/linux-master/kernel/debug/kdb/
H A Dkdb_bt.c16 #include <linux/sched/debug.h>
/linux-master/drivers/media/pci/b2c2/
H A Dflexcop-pci.c22 do { if ((debug & (level))) printk(args); } while (0)
35 static int debug; variable
36 module_param(debug, int, 0644);
37 MODULE_PARM_DESC(debug,
38 "set debug level (1=info,2=regs,4=TS,8=irqdma,16=check (|-able))."
/linux-master/drivers/s390/net/
H A Dctcm_dbug.h15 #include <asm/debug.h>
34 /* define dbf debug levels similar to kernel msg levels */
43 #define CTC_DBF_DEBUG 6 /* debug-level messages */
/linux-master/arch/microblaze/kernel/
H A Dexceptions.c20 #include <linux/sched/debug.h>
/linux-master/arch/powerpc/platforms/powernv/
H A DMakefile30 obj-$(CONFIG_PPC_VAS) += vas.o vas-window.o vas-debug.o vas-fault.o
/linux-master/arch/m68k/virt/
H A Dints.c8 #include <linux/sched/debug.h>
/linux-master/drivers/net/wan/
H A Dfarsync.h36 #define FST_NAME "fst" /* In debug/info etc */
111 unsigned short debug; /* Debug flags */ member in struct:fstioc_info
160 #define FSTVAL_DEBUG 0x80000000 /* debug */
321 * Setting FST_DEBUG=1 will include all the debug code but in a disabled
322 * state, use the FSTSETCONF ioctl to enable specific debug actions, or
323 * FST_DEBUG can be set to prime the debug selection.
328 extern int fst_debug_mask; /* Bit mask of actions to debug, bits
/linux-master/fs/nfsd/
H A Dflexfilelayout.c12 #include <linux/nfsd/debug.h>
/linux-master/arch/x86/kernel/
H A Ddumpstack_32.c6 #include <linux/sched/debug.h>
/linux-master/arch/arm/mach-davinci/
H A Dmux.h21 bool debug; member in struct:mux_config
671 .debug = dbg, \
682 .debug = dbg, \
693 .debug = dbg, \
/linux-master/drivers/media/pci/saa7146/
H A Dhexium_orion.c14 #define DEBUG_VARIABLE debug
20 static int debug; variable
21 module_param(debug, int, 0);
22 MODULE_PARM_DESC(debug, "debug verbosity");
H A Dhexium_gemini.c14 #define DEBUG_VARIABLE debug
20 static int debug; variable
21 module_param(debug, int, 0);
22 MODULE_PARM_DESC(debug, "debug verbosity");

Completed in 439 milliseconds

<<11121314151617181920>>