Home
last modified time | relevance | path

Searched refs:quiet (Results 1 – 16 of 16) sorted by relevance

/Zephyr-latest/scripts/checkpatch/
Dcheck_known_checkpatch_issues.sh22 declare quiet=n
51 q) quiet=y ;;
83 if [ ${quiet} = n ]; then
/Zephyr-latest/scripts/west_commands/
Dsign.py242 flash = self.edt_flash_node(command, b, args.quiet)
266 if not args.quiet:
280 if not args.quiet:
285 if not args.quiet:
289 subprocess.check_call(sign_bin, stdout=subprocess.PIPE if args.quiet else None)
293 if not args.quiet:
297 subprocess.check_call(sign_hex, stdout=subprocess.PIPE if args.quiet else None)
332 def edt_flash_node(cmd, b, quiet=False): argument
339 if not quiet:
540 if not args.quiet:
[all …]
/Zephyr-latest/samples/sensor/accel_trig/
Dx_nucleo_iks01a3.overlay17 tap-quiet = <0x03>;
/Zephyr-latest/tests/subsys/fs/fat_fs_api/src/
Dtest_fat_rename.c11 static int delete_it(const char *path, int quiet) in delete_it() argument
16 if (res && !quiet) { in delete_it()
/Zephyr-latest/samples/sensor/accel_trig/boards/
Dstm32f3_disco.overlay29 tap-quiet = <0x03>;
/Zephyr-latest/soc/intel/intel_adsp/tools/
Dcavstool_client.py141 if args.quiet:
Dremote-fw-service.py311 if args.quiet:
Dcavstool.py967 if not args.quiet:
1005 if args.quiet:
/Zephyr-latest/cmake/sca/eclair/
Dsca.cmake130 ${ECLAIR_REPORT} -quiet -eval_file=${ECLAIR_ECL_DIR}/db_generation.ecl
/Zephyr-latest/scripts/west_commands/completion/
Dwest-completion.zsh254 '(-q --quiet)'{-q,--quiet}'[suppress non-error output]'
Dwest-completion.fish448 complete -c west -n "__zephyr_west_seen_subcommand_from sign" -o q -l quiet -d "suppress non-error …
/Zephyr-latest/scripts/
Dcheckpatch.pl25 my $quiet = 0;
207 'q|quiet+' => \$quiet,
329 $quiet++;
1092 if ($#ARGV > 0 && $quiet == 0) {
1112 if (!$quiet) {
6881 if ($summary && !($clean == 1 && $quiet == 1)) {
6888 if ($quiet == 0) {
6934 if (!$quiet) {
6948 if ($quiet == 0) {
/Zephyr-latest/scripts/footprint/
Dsize_report871 if not args.quiet:
/Zephyr-latest/doc/connectivity/networking/
Dnetwork_monitoring.rst86 [-q | --quiet]
/Zephyr-latest/doc/develop/west/
Dwest-apis.rst183 "quiet" mode for west commands in a future release:
/Zephyr-latest/drivers/wifi/nrf_wifi/
DKconfig.nrfwifi692 int "RPU recovery quiet period in milliseconds"