Searched refs:quiet (Results 26 - 36 of 36) sorted by relevance

12

/u-boot/scripts/kconfig/
H A DMakefile21 ifeq ($(quiet),silent_)
/u-boot/fs/ubifs/
H A Dubifs.h2103 int offs, int quiet, int must_chk_crc);
2115 int offs, void *sbuf, int quiet);
2118 int offs, int quiet);
/u-boot/tools/buildman/
H A Dcontrol.py407 quiet=not verbose)
/u-boot/scripts/dtc/
H A Dchecks.c83 if ((c->warn && (quiet < 1))
84 || (c->error && (quiet < 2))) {
1698 } else if (quiet < 3) {
H A Dflattree.c394 if (quiet < 1)
/u-boot/include/
H A Dmmc.h920 * @param quiet Be quiet, do not print error messages when card is not detected.
923 int mmc_get_op_cond(struct mmc *mmc, bool quiet);
/u-boot/scripts/
H A Dcheckpatch.pl25 my $quiet = 0;
86 -q, --quiet quiet
294 'q|quiet+' => \$quiet,
443 $quiet++;
1296 if ($#ARGV > 0 && $quiet == 0) {
1317 if (!$quiet) {
7551 # so just keep quiet.
7563 # just keep quiet
[all...]
/u-boot/
H A DMakefile71 # that echo $($(quiet)$(cmd)), we now have the possibility to set
72 # $(quiet) to choose other forms of output instead, e.g.
77 # If $(quiet) is empty, the whole command will be printed.
101 quiet = macro
104 quiet=quiet_ macro
113 quiet=silent_ macro
117 quiet=silent_ macro
121 export quiet Q KBUILD_VERBOSE
2387 @echo ' make V=0|1 [targets] 0 => quiet build (default), 1 => verbose build'
/u-boot/tools/
H A Dmkimage.c89 " -q ==> quiet\n",
190 { "quiet", no_argument, NULL, 'q' },
331 params.quiet = 1;
/u-boot/drivers/mmc/
H A Dmmc.c2847 int mmc_get_op_cond(struct mmc *mmc, bool quiet) argument
2923 if (!quiet)
/u-boot/arch/mips/mach-octeon/include/mach/
H A Dcvmx-sli-defs.h4269 u64 quiet : 1; member in struct:cvmx_sli_pktx_input_control::cvmx_sli_pktx_input_control_s
4290 u64 quiet : 1; member in struct:cvmx_sli_pktx_input_control::cvmx_sli_pktx_input_control_cn73xx

Completed in 145 milliseconds

12