/Linux-v4.19/drivers/platform/x86/ |
D | intel_telemetry_core.c | 60 u32 *verbosity) in telemetry_def_get_trace_verbosity() argument 67 u32 verbosity) in telemetry_def_set_trace_verbosity() argument 303 u32 *verbosity) in telemetry_get_trace_verbosity() argument 306 verbosity); in telemetry_get_trace_verbosity() 318 int telemetry_set_trace_verbosity(enum telemetry_unit telem_unit, u32 verbosity) in telemetry_set_trace_verbosity() argument 321 verbosity); in telemetry_set_trace_verbosity()
|
D | intel_telemetry_debugfs.c | 710 u32 verbosity; in telem_pss_trc_verb_show() local 713 err = telemetry_get_trace_verbosity(TELEM_PSS, &verbosity); in telem_pss_trc_verb_show() 719 seq_printf(s, "PSS Trace Verbosity %u\n", verbosity); in telem_pss_trc_verb_show() 727 u32 verbosity; in telem_pss_trc_verb_write() local 730 if (kstrtou32_from_user(userbuf, count, 0, &verbosity)) in telem_pss_trc_verb_write() 733 err = telemetry_set_trace_verbosity(TELEM_PSS, verbosity); in telem_pss_trc_verb_write() 757 u32 verbosity; in telem_ioss_trc_verb_show() local 760 err = telemetry_get_trace_verbosity(TELEM_IOSS, &verbosity); in telem_ioss_trc_verb_show() 766 seq_printf(s, "IOSS Trace Verbosity %u\n", verbosity); in telem_ioss_trc_verb_show() 774 u32 verbosity; in telem_ioss_trc_verb_write() local [all …]
|
D | intel_telemetry_pltdrv.c | 1006 u32 *verbosity) in telemetry_plt_get_trace_verbosity() argument 1011 if (verbosity == NULL) in telemetry_plt_get_trace_verbosity() 1043 TELEM_EXTRACT_VERBOSITY(temp, *verbosity); in telemetry_plt_get_trace_verbosity() 1051 u32 verbosity) in telemetry_plt_set_trace_verbosity() argument 1056 verbosity &= TELEM_TRC_VERBOSITY_MASK; in telemetry_plt_set_trace_verbosity() 1070 TELEM_SET_VERBOSITY_BITS(temp, verbosity); in telemetry_plt_set_trace_verbosity() 1091 TELEM_SET_VERBOSITY_BITS(temp, verbosity); in telemetry_plt_set_trace_verbosity()
|
/Linux-v4.19/arch/x86/include/asm/ |
D | intel_telemetry.h | 83 u32 *verbosity); 86 u32 verbosity); 142 u32 verbosity); 145 u32 *verbosity);
|
/Linux-v4.19/tools/perf/Documentation/ |
D | perf-kallsyms.txt | 24 Increase verbosity level, showing details about symbol table loading, etc.
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | intel_guc_log.c | 61 bool default_logging, u32 verbosity) in guc_action_control_log() argument 66 (verbosity << GUC_LOG_CONTROL_VERBOSITY_SHIFT) | in guc_action_control_log() 70 GEM_BUG_ON(verbosity > GUC_LOG_VERBOSITY_MAX); in guc_action_control_log()
|
/Linux-v4.19/net/wimax/ |
D | Kconfig | 30 Select the maximum debug verbosity level to be compiled into
|
/Linux-v4.19/drivers/net/wimax/i2400m/ |
D | Kconfig | 27 Select the maximum debug verbosity level to be compiled into
|
/Linux-v4.19/tools/iio/ |
D | lsiio.c | 23 static enum verbosity { enum
|
/Linux-v4.19/drivers/media/usb/pwc/ |
D | Kconfig | 38 A special module options 'trace' is used to control the verbosity.
|
/Linux-v4.19/Documentation/input/devices/ |
D | bcm5974.rst | 53 yields different levels of verbosity. Example (as root)::
|
/Linux-v4.19/Documentation/filesystems/ |
D | ecryptfs.txt | 70 then behavior is undefined. Do not run eCryptfs in higher verbosity
|
/Linux-v4.19/Documentation/networking/ |
D | netif-msg.txt | 16 level ranged from 0 to 7, and monotonically increased in verbosity.
|
/Linux-v4.19/tools/usb/ |
D | ffs-test.c | 70 static unsigned verbosity = 7; variable 79 if (level <= verbosity) { in _msg()
|
/Linux-v4.19/Documentation/media/dvb-drivers/ |
D | bt8xx.rst | 60 Useful parameters for verbosity level and debugging the dst module:
|
/Linux-v4.19/arch/powerpc/platforms/pseries/ |
D | Kconfig | 95 be manually done due to its verbosity.
|
/Linux-v4.19/fs/jffs2/ |
D | Kconfig | 15 int "JFFS2 debugging verbosity (0 = quiet, 2 = noisy)"
|
/Linux-v4.19/drivers/net/wireless/intel/ipw2x00/ |
D | Kconfig | 152 will typically not need this high verbosity debug information.
|
/Linux-v4.19/Documentation/kbuild/ |
D | kbuild.txt | 76 Set the kbuild verbosity. Can be assigned same values as "V=...".
|
/Linux-v4.19/drivers/pcmcia/ |
D | Kconfig | 228 In all the above examples, N is the debugging verbosity
|
/Linux-v4.19/Documentation/media/v4l-drivers/ |
D | zoran.rst | 533 the output of dmesg at high verbosity (load zr36067.o with debug=2, 545 at high verbosity. See 'Contacting' on how to contact the developers.
|
/Linux-v4.19/Documentation/fault-injection/ |
D | fault-injection.txt | 86 specifies the verbosity of the messages when failure is
|
/Linux-v4.19/Documentation/doc-guide/ |
D | kernel-doc.rst | 47 Running the ``kernel-doc`` tool with increased verbosity and without actual
|
/Linux-v4.19/drivers/atm/ |
D | Kconfig | 374 The verbosity of the driver increases with the value of this
|
/Linux-v4.19/Documentation/scsi/ |
D | ncr53c8xx.txt | 867 verbosity level 2 verb:2 901 The driver prints its actual setup when verbosity level is 2. You can try
|