| /linux/drivers/media/dvb-frontends/ |
| H A D | dib9000.c | 20 static int debug; variable 21 module_param(debug, int, 0644); 22 MODULE_PARM_DESC(debug, "turn on debugging (default: 0)"); 25 if (debug) \
|
| /linux/drivers/net/wireless/ath/wil6210/ |
| H A D | debugfs.c | 2439 struct dentry *dbg = wil->debug = debugfs_create_dir(WIL_NAME, in wil6210_debugfs_init() 2449 wil->debug = NULL; in wil6210_debugfs_init() 2476 debugfs_remove_recursive(wil->debug); in wil6210_debugfs_remove() 2477 wil->debug = NULL; in wil6210_debugfs_remove()
|
| /linux/tools/power/cpupower/po/ |
| H A D | de.po | 393 msgid " -e, --debug Prints out debug information [default]\n" 394 msgstr " -e, --debug Gibt Debug-Informationen aus [Standard]\n" 508 "If no argument or only the -c, --cpu parameter is given, debug output about\n"
|
| /linux/drivers/net/ethernet/intel/igbvf/ |
| H A D | netdev.c | 34 static int debug = -1; variable 35 module_param(debug, int, 0); 36 MODULE_PARM_DESC(debug, "Debug level (0=none,...,16=all)"); 2743 adapter->msg_enable = netif_msg_init(debug, DEFAULT_MSG_ENABLE); in igbvf_probe()
|
| /linux/drivers/net/hyperv/ |
| H A D | netvsc_drv.c | 60 static int debug = -1; variable 61 module_param(debug, int, 0444); 62 MODULE_PARM_DESC(debug, "Debug level (0=none,...,16=all)"); 2512 net_device_ctx->msg_enable = netif_msg_init(debug, default_msg); in netvsc_probe()
|
| /linux/drivers/net/ethernet/sfc/falcon/ |
| H A D | efx.c | 175 static unsigned debug = (NETIF_MSG_DRV | NETIF_MSG_PROBE | variable 179 module_param(debug, uint, 0); 180 MODULE_PARM_DESC(debug, "Bitmapped debugging message enable value"); 2631 efx->msg_enable = debug; in ef4_init_struct()
|
| /linux/Documentation/power/ |
| H A D | basic-pm-debugging.rst | 248 # mount -t debugfs none /sys/kernel/debug 249 # cat /sys/kernel/debug/suspend_stats
|
| /linux/drivers/media/pci/ivtv/ |
| H A D | ivtvfb.c | 55 module_param_named(debug,ivtvfb_debug, int, 0644); 68 MODULE_PARM_DESC(debug,
|
| /linux/arch/arc/ |
| H A D | Kconfig | 198 It provides for cross-core interrupts, multi-core debug 542 If you don't debug the kernel, you can say N, but we may not be able
|
| /linux/drivers/net/wireless/ath/ath9k/ |
| H A D | init.c | 43 module_param_named(debug, ath9k_debug, uint, 0); 44 MODULE_PARM_DESC(debug, "Debugging mask");
|
| /linux/Documentation/dev-tools/kunit/ |
| H A D | faq.rst | 100 can be collected from ``/sys/kernel/debug/kunit/<test suite>/results``, and
|
| /linux/Documentation/networking/device_drivers/ethernet/intel/ |
| H A D | e100.rst | 126 If you wish to see all messages issued by the driver, including debug
|
| /linux/Documentation/pcmcia/ |
| H A D | driver-changes.rst | 59 Linux-style checking of return values, and -- if necessary -- debug
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-driver-w1_therm | 78 is returned (a debug kernel message is sent), you
|
| /linux/drivers/gpu/drm/nouveau/nvkm/core/ |
| H A D | intr.c | 249 if (intr->subdev->debug >= NV_DBG_DEBUG) { in nvkm_intr_add()
|
| /linux/fs/fat/ |
| H A D | fat.h | 57 debug:1; /* Not currently used */ member
|
| /linux/arch/m68k/q40/ |
| H A D | README | 59 SRAM can also be used as additional console device, use debug=mem.
|
| /linux/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3588-firefly-core-3588j.dtsi | 443 /* rk3588 preferred debug out */
|
| H A D | rk3588-jaguar.dts | 1022 /* Mule-ATtiny debug UART; typically baudrate 9600 */ 1028 /* Main debug interface on P20 micro-USB B port and P21 header */
|
| /linux/arch/arm64/boot/dts/nvidia/ |
| H A D | tegra210-p2180.dtsi | 31 /* debug port */
|
| /linux/drivers/net/wireless/ralink/rt2x00/ |
| H A D | Kconfig | 260 bool "Ralink debug output"
|
| /linux/Documentation/filesystems/fuse/ |
| H A D | fuse-passthrough.rst | 81 debug issues related to open files (e.g., preventing unmounts).
|
| /linux/drivers/tty/ |
| H A D | nozomi.c | 52 static int debug = NOZOMI_DEBUG_LEVEL; variable 53 module_param(debug, int, S_IRUGO | S_IWUSR); 58 if (lvl & debug) \
|
| /linux/Documentation/driver-api/firmware/ |
| H A D | fallback-mechanisms.rst | 284 1. Boot the system with efi=debug on the kernel commandline 286 2. cp /sys/kernel/debug/efi/boot_services_code? to your home dir
|
| /linux/Documentation/hid/ |
| H A D | intel-ish-hid.rst | 439 To debug ISH, event tracing mechanism is used. To enable debug logs::
|