| /linux/Documentation/mm/ |
| H A D | arch_pgtable_helpers.rst | 11 boot via CONFIG_DEBUG_VM_PGTABLE option. All future changes in here or the debug
|
| H A D | vmalloced-kernel-stacks.rst | 21 Kernel stack overflows are often hard to debug and make the kernel
|
| /linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/ |
| H A D | dcn20_hwseq.c | 483 if (hws->ctx->dc->debug.disable_dsc_power_gate) in dcn20_dsc_pg_control() 559 if (hws->ctx->dc->debug.disable_dpp_power_gate) in dcn20_dpp_pg_control() 633 if (hws->ctx->dc->debug.disable_hubp_power_gate) in dcn20_hubp_pg_control() 1229 if (dc->debug.visual_confirm != VISUAL_CONFIRM_DISABLE) { in dcn20_blank_pixel_data() 2051 if (dc->hwss.program_triplebuffer != NULL && dc->debug.enable_tri_buf) { in dcn20_program_front_end_for_ctx() 2463 !dc->debug.disable_extblankadj) { in dcn20_optimize_bandwidth() 2990 if (dc->debug.sanity_checks) in dcn20_update_mpcc()
|
| /linux/drivers/net/ethernet/via/ |
| H A D | via-rhine.c | 40 static int debug = 0; variable 122 module_param(debug, int, 0); 125 MODULE_PARM_DESC(debug, "VIA Rhine debug message flags"); 925 rp->msg_enable = netif_msg_init(debug, RHINE_MSG_DEFAULT); in rhine_init_one_common()
|
| /linux/drivers/net/ethernet/cavium/thunder/ |
| H A D | nicvf_main.c | 66 static int debug = 0x00; variable 67 module_param(debug, int, 0644); 68 MODULE_PARM_DESC(debug, "Debug message level bitmap"); 2243 nic->msg_enable = debug; in nicvf_probe()
|
| /linux/Documentation/hid/ |
| H A D | intel-thc-hid.rst | 588 To debug THC, event tracing mechanism is used. To enable debug logs:: 590 echo 1 > /sys/kernel/debug/tracing/events/intel_thc/enable 591 cat /sys/kernel/debug/tracing/trace
|
| /linux/drivers/media/tuners/ |
| H A D | r820t.c | 44 static int debug; variable 45 module_param(debug, int, 0644); 46 MODULE_PARM_DESC(debug, "enable verbose debug messages");
|
| /linux/drivers/media/pci/ngene/ |
| H A D | ngene-core.c | 35 static int debug; variable 36 module_param(debug, int, 0444); 37 MODULE_PARM_DESC(debug, "Print debugging information.");
|
| /linux/drivers/usb/host/ |
| H A D | uhci-q.c | 1193 if ((debug == 1 && ret != -EPIPE) || debug > 1) { in uhci_result_common() 1199 if (debug > 1 && errbuf) { in uhci_result_common()
|
| /linux/include/linux/ |
| H A D | libata.h | 1553 ata_port_printk(debug, ap, fmt, ##__VA_ARGS__) 1578 ata_link_printk(debug, link, fmt, ##__VA_ARGS__) 1595 ata_dev_printk(debug, dev, fmt, ##__VA_ARGS__)
|
| /linux/drivers/hwmon/ |
| H A D | applesmc.c | 140 static const int debug; variable 978 if (debug && (!ret)) in applesmc_brightness_set()
|
| /linux/Documentation/sound/designs/ |
| H A D | seq-oss.rst | 147 specifies the debug level and accepts zero (= no debug message) or
|
| /linux/drivers/net/wireless/ath/ath9k/ |
| H A D | htc_drv_init.c | 26 module_param_named(debug, ath9k_debug, uint, 0); 27 MODULE_PARM_DESC(debug, "Debugging mask");
|
| /linux/drivers/firmware/efi/ |
| H A D | Kconfig | 267 bool "Expose OVMF firmware debug log via sysfs" 271 (edk2-stable202508 + newer) can write their debug log to a memory
|
| /linux/Documentation/usb/ |
| H A D | acm.rst | 71 The first step would be to check /sys/kernel/debug/usb/devices, it should look
|
| /linux/drivers/net/wireless/ath/carl9170/ |
| H A D | carl9170.h | 441 struct carl9170_debug debug; member
|
| /linux/Documentation/translations/it_IT/locking/ |
| H A D | locktorture.rst | 130 Abilita le stampe di debug, via printk(). Di base è
|
| /linux/Documentation/bpf/ |
| H A D | s390.rst | 173 It is possible to debug the s390 kernel using QEMU GDB stub, which is activated
|
| /linux/fs/jffs2/ |
| H A D | Kconfig | 30 messages at debug level 1 while the misbehaviour was occurring.
|
| /linux/drivers/thermal/qcom/ |
| H A D | tsens.h | 589 struct dentry *debug; member
|
| /linux/arch/arm64/boot/dts/qcom/ |
| H A D | msm8916-huawei-g7.dts | 281 * However, looking closer at the GPIO debug output it turns out that
|
| /linux/fs/smb/server/ |
| H A D | server.c | 515 static CLASS_ATTR_RW(debug);
|
| /linux/tools/testing/selftests/rcutorture/bin/ |
| H A D | kvm.sh | 142 --debug-info|--debuginfo)
|
| /linux/drivers/net/ethernet/intel/ |
| H A D | e100.c | 169 static int debug = 3; variable 172 module_param(debug, int, 0); 175 MODULE_PARM_DESC(debug, "Debug level (0=none,...,16=all)"); 2849 nic->msg_enable = (1 << debug) - 1; in e100_probe() 3182 if (((1 << debug) - 1) & NETIF_MSG_DRV) { in e100_init_module()
|
| /linux/drivers/net/ethernet/natsemi/ |
| H A D | natsemi.c | 72 static int debug = -1; variable 141 module_param(debug, int, 0); 147 MODULE_PARM_DESC(debug, "DP8381x default debug level"); 879 np->msg_enable = (debug >= 0) ? (1<<debug)-1 : NATSEMI_DEF_MSG; in natsemi_probe1()
|