Searched refs:debug (Results 426 - 450 of 1294) sorted by relevance

<<11121314151617181920>>

/linux-master/arch/x86/kernel/
H A Ddoublefault_32.c4 #include <linux/sched/debug.h>
/linux-master/samples/fprobe/
H A Dfprobe_example.c18 #include <linux/sched/debug.h>
/linux-master/drivers/media/dvb-frontends/
H A Ds921.c23 static int debug = 1; variable
24 module_param(debug, int, 0644);
25 MODULE_PARM_DESC(debug, "Activates frontend debugging (default:0)");
33 if (debug) { \
H A Dor51132.c34 static int debug; variable
37 if (debug) printk(KERN_DEBUG "or51132: " args); \
600 module_param(debug, int, 0644);
601 MODULE_PARM_DESC(debug, "Turn on/off frontend debugging (default:off).");
H A Dmt352.c38 static int debug; variable
41 if (debug) printk(KERN_DEBUG "mt352: " args); \
589 module_param(debug, int, 0644);
590 MODULE_PARM_DESC(debug, "Turn on/off frontend debugging (default:off).");
H A Dor51211.c33 static int debug; variable
35 do { if (debug) pr_debug(args); } while (0)
547 module_param(debug, int, 0644);
548 MODULE_PARM_DESC(debug, "Turn on/off frontend debugging (default:off).");
H A Dtda8083.c32 static int debug; variable
35 if (debug) printk(KERN_DEBUG "tda8083: " args); \
477 module_param(debug, int, 0644);
478 MODULE_PARM_DESC(debug, "Turn on/off frontend debugging (default:off).");
H A Dstv6110.c22 static int debug; variable
36 if (debug) \
432 module_param(debug, int, 0644);
433 MODULE_PARM_DESC(debug, "Turn on/off frontend debugging (default:off).");
H A Dcx22702.c38 static int debug; variable
39 module_param(debug, int, 0644);
40 MODULE_PARM_DESC(debug, "Enable verbose debug messages");
42 #define dprintk if (debug) printk
H A Dcx22700.c30 static int debug; variable
33 if (debug) printk(KERN_DEBUG "cx22700: " args); \
428 module_param(debug, int, 0644);
429 MODULE_PARM_DESC(debug, "Turn on/off frontend debugging (default:off).");
H A Dl64781.c31 if (debug) printk(KERN_DEBUG "l64781: " args); \
34 static int debug; variable
36 module_param(debug, int, 0644);
37 MODULE_PARM_DESC(debug, "Turn on/off frontend debugging (default:off).");
H A Ditd1000.c23 static int debug; variable
24 module_param(debug, int, 0644);
25 MODULE_PARM_DESC(debug, "Turn on/off debugging (default:off).");
28 if (debug) { \
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dspectral.c8 #include "debug.h"
525 ar->debug.debugfs_phy,
530 ar->debug.debugfs_phy, ar,
534 ar->debug.debugfs_phy, ar,
538 ar->debug.debugfs_phy, ar,
/linux-master/drivers/net/ethernet/cirrus/
H A Dmac89x0.c99 static int debug = -1; variable
100 module_param(debug, int, 0);
101 MODULE_PARM_DESC(debug, "debug message level");
209 lp->msg_enable = netif_msg_init(debug, 0);
/linux-master/arch/powerpc/platforms/83xx/
H A Dmisc.c13 #include <asm/debug.h>
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dchan.h118 void nv50_disp_chan_mthd(struct nvkm_disp_chan *, int debug);
/linux-master/arch/hexagon/kernel/
H A Dvm_events.c9 #include <linux/sched/debug.h>
H A Dprocess.c10 #include <linux/sched/debug.h>
116 * Some archs flush debug and FPU info here
/linux-master/drivers/gpu/drm/i915/
H A Dintel_runtime_pm.h78 struct ref_tracker_dir debug; member in struct:intel_runtime_pm
/linux-master/drivers/net/wireless/intel/iwlwifi/
H A DMakefile6 iwlwifi-objs += iwl-debug.o
/linux-master/drivers/s390/crypto/
H A Dzcrypt_api.h18 #include <asm/debug.h>
/linux-master/arch/arm64/kernel/
H A Dsyscall.c11 #include <asm/debug-monitors.h>
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_replay.c101 link->ctx->dc->debug.visual_confirm == VISUAL_CONFIRM_REPLAY;
/linux-master/arch/sparc/include/asm/
H A Dldc.h34 u8 debug; member in struct:ldc_channel_config
/linux-master/fs/bcachefs/
H A DMakefile32 debug.o \

Completed in 210 milliseconds

<<11121314151617181920>>