Searched refs:quiet (Results 1 - 25 of 103) sorted by last modified time

12345

/linux-master/drivers/accessibility/speakup/
H A Dmain.c53 module_param_named(quiet, spk_quiet_boot, bool, 0444);
56 MODULE_PARM_DESC(quiet, "Do not announce when the synthesizer is found.");
/linux-master/
H A DMakefile86 quiet = quiet_ macro
90 quiet = macro
105 quiet=silent_ macro
109 export quiet Q KBUILD_VERBOSE
1348 ifeq ($(quiet),silent_)
/linux-master/drivers/ata/
H A Dlibata-core.c3399 int quiet, highbit; local
3401 quiet = !!(sel & ATA_DNXFER_QUIET);
3450 if (!quiet) {
/linux-master/tools/power/x86/turbostat/
H A Dturbostat.c232 unsigned int quiet; variable
367 if (!quiet)
1662 " -q, --quiet skip decoding system configuration header\n"
5310 if (quiet)
5344 if (quiet)
5892 if (!quiet)
5918 if (!quiet)
6068 if (quiet)
6124 if (!quiet) {
6228 if (quiet)
[all...]
/linux-master/include/net/
H A Dcfg80211.h8805 * @quiet: whether or not immediate quiet was requested by the AP
8814 bool quiet);
/linux-master/rust/
H A DMakefile47 ifeq ($(quiet),silent_)
52 else ifeq ($(quiet),quiet_)
/linux-master/fs/ubifs/
H A Dubifs.h1763 int lnum, int offs, int quiet, int must_chk_crc);
1779 int offs, void *sbuf, int quiet);
1782 int offs, int quiet);
/linux-master/tools/tracing/rtla/src/
H A Dtimerlat_top.c37 int quiet; member in struct:timerlat_top_params
312 if (!params->quiet)
359 " -q/--quiet print only a summary at the end",
423 {"quiet", no_argument, 0, 'q'},
541 params->quiet = 1;
914 if (!params->quiet)
/linux-master/tools/perf/util/
H A Ddebug.c38 bool dump_trace = false, quiet = false; variable
H A Ddebug.h14 extern bool quiet, dump_trace;
/linux-master/tools/perf/tests/shell/common/
H A Dcheck_no_patterns_found.pl6 $quiet = 1;
7 $quiet = 0 if (defined $ENV{TESTLOG_VERBOSITY} && $ENV{TESTLOG_VERBOSITY} ge 2);
29 print "Regexp found: \"$r\"\n" unless $quiet;
H A Dcheck_all_lines_matched.pl9 $quiet = 1;
10 $quiet = 0 if (defined $ENV{TESTLOG_VERBOSITY} && $ENV{TESTLOG_VERBOSITY} ge 2);
33 print "Line did not match any pattern: \"$_\"\n" unless $quiet;
H A Dcheck_all_patterns_found.pl6 $quiet = 1;
7 $quiet = 0 if (defined $ENV{TESTLOG_VERBOSITY} && $ENV{TESTLOG_VERBOSITY} ge 2);
29 print "Regexp not found: \"$r\"\n" unless $quiet;
/linux-master/tools/perf/
H A Dbuiltin-stat.c978 if (quiet)
1285 OPT_BOOLEAN(0, "quiet", &quiet,
2605 if (!output && !quiet) {
H A Dbuiltin-report.c484 if (quiet)
558 if (!quiet) {
581 hists__fprintf(hists, !quiet, 0, 0, rep->min_percent, stdout,
587 if (!quiet)
1314 OPT_BOOLEAN('q', "quiet", &quiet, "Do not show any warnings or messages"),
1538 if (quiet)
1725 if ((report.header || report.header_only) && !quiet) {
1739 } else if (use_browser == 0 && !quiet &&
H A Dbuiltin-record.c1866 if (!quiet) {
2695 if (!quiet)
2791 if (!quiet)
2852 if (!err && !quiet) {
3431 OPT_BOOLEAN('q', "quiet", &quiet, "don't print any warnings or messages"),
4010 if (quiet)
H A DMakefile.perf684 --quiet build_ext; \
1068 $(PYTHON_WORD) util/setup.py --quiet install --root='/$(DESTDIR_SQ)'
/linux-master/drivers/platform/x86/
H A Dthinkpad_acpi.c602 int quiet; local
610 quiet = 1;
613 quiet = 0;
664 if (!success && !quiet)
/linux-master/drivers/gpu/drm/msm/
H A Dmsm_io_utils.c67 bool quiet, phys_addr_t *psize)
79 if (!quiet)
88 if (!quiet)
66 _msm_ioremap(struct platform_device *pdev, const char *name, bool quiet, phys_addr_t *psize) argument
/linux-master/drivers/gpu/drm/i915/display/
H A Ddvo_tfp410.c91 bool quiet; member in struct:tfp410_priv
124 if (!tfp->quiet) {
149 if (!tfp->quiet) {
182 tfp->quiet = true;
197 tfp->quiet = false;
H A Ddvo_sil164.c68 bool quiet; member in struct:sil164_priv
103 if (!sil->quiet) {
128 if (!sil->quiet) {
150 sil->quiet = true;
169 sil->quiet = false;
H A Ddvo_ns2501.c381 bool quiet; member in struct:ns2501_priv
423 if (!ns->quiet) {
458 if (!ns->quiet) {
485 ns->quiet = true;
504 ns->quiet = false;
H A Ddvo_ivch.c176 bool quiet; member in struct:ivch_priv
226 if (!priv->quiet) {
254 if (!priv->quiet) {
276 priv->quiet = true;
280 priv->quiet = false;
H A Ddvo_ch7xxx.c119 bool quiet; member in struct:ch7xxx_priv
177 if (!ch7xxx->quiet) {
203 if (!ch7xxx->quiet) {
225 ch7xxx->quiet = true;
248 ch7xxx->quiet = false;
/linux-master/tools/testing/selftests/net/forwarding/
H A Dlib.sh2015 if systemctl is-active --quiet lldpad; then

Completed in 479 milliseconds

12345