| /rk3399_rockchip-uboot/tools/gdb/ |
| H A D | gdbsend.c | 21 int verbose = 0, docont = 0; variable 62 verbose = 1; in main() 77 if (verbose) in main() 98 if (verbose) in main() 109 if (verbose) in main() 117 if (verbose) in main()
|
| H A D | gdbcont.c | 18 int verbose = 0; variable 43 verbose = 1; in main() 54 if (verbose) in main() 67 if (verbose) in main()
|
| H A D | remote.c | 475 extern int verbose; 587 if (verbose)
|
| /rk3399_rockchip-uboot/tools/patman/ |
| H A D | tout.py | 48 return stdout_is_tty and verbose > 0 52 if verbose > 0 and stdout_is_tty: 63 if verbose > 0: 81 if verbose >= level: 153 global verbose, _progress, _color, _stdout, stdout_is_tty 155 verbose = _verbose
|
| H A D | get_maintainer.py | 27 def GetMaintainer(fname, verbose=False): argument 42 if verbose:
|
| H A D | checkpatch.py | 40 def CheckPatch(fname, verbose=False): argument 85 if verbose: 143 def CheckPatches(verbose, args): argument 149 result = CheckPatch(fname, verbose)
|
| /rk3399_rockchip-uboot/tools/buildman/ |
| H A D | toolchain.py | 59 def __init__(self, fname, test, verbose=False, priority=PRIORITY_CALC, argument 98 if verbose: 225 def Add(self, fname, test=True, verbose=False, priority=PRIORITY_CALC, argument 238 toolchain = Toolchain(fname, test, verbose, priority, arch) 245 elif verbose: 251 def ScanPath(self, path, verbose): argument 263 if verbose: print " - looking in '%s'" % dirname 265 if verbose: print " - found '%s'" % fname 285 def Scan(self, verbose): argument 295 if verbose: print 'Scanning for tool chains' [all …]
|
| H A D | control.py | 79 if options.verbose: 227 options.verbose = True 305 options.keep_outputs, options.verbose)
|
| /rk3399_rockchip-uboot/lib/zlib/ |
| H A D | zutil.c | 28 #ifndef verbose 29 #define verbose 0 macro 31 int z_verbose = verbose;
|
| /rk3399_rockchip-uboot/board/keymile/common/ |
| H A D | common.c | 212 int verbose = argc > 1 && *argv[1] == 'v'; in do_checkboardidhwk() local 263 if (verbose) { in do_checkboardidhwk() 297 if (verbose) { in do_checkboardidhwk() 353 int verbose = argc > 1 && *argv[1] == 'v'; in do_checktestboot() local 361 if (verbose) { in do_checktestboot()
|
| /rk3399_rockchip-uboot/include/power/ |
| H A D | regulator.h | 396 int regulators_enable_boot_on(bool verbose); 403 int regulators_enable_state_mem(bool verbose); 450 bool verbose);
|
| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/ |
| H A D | board.c | 1271 static void bootargs_add_fwver(bool verbose) in bootargs_add_fwver() argument 1325 if (verbose) in bootargs_add_fwver() 1340 static void bootargs_add_android(bool verbose) in bootargs_add_android() argument 1355 if (verbose) in bootargs_add_android() 1368 static void bootargs_add_partition(bool verbose) in bootargs_add_partition() argument 1391 if (verbose) in bootargs_add_partition() 1398 if (verbose) in bootargs_add_partition() 1415 static void bootargs_add_dtb_dtbo(void *fdt, bool verbose) in bootargs_add_dtb_dtbo() argument 1432 if (verbose) in bootargs_add_dtb_dtbo() 1452 int verbose = is_hotkey(HK_CMDLINE); in board_fdt_chosen_bootargs() local [all …]
|
| /rk3399_rockchip-uboot/scripts/ |
| H A D | pack_resource.sh | 50 …${TOOL} --unpack --verbose --image=${RSCE_OLD} ${TMP_DIR} 2>&1 | grep entry | sed "s/^.*://" | xar… 64 …${TOOL} --unpack --verbose --image=${RSCE_NEW} ${TMP_DIR} 2>&1 | grep entry | sed "s/^.*://" | xar…
|
| H A D | unpack_resource.sh | 52 …$PACK_TOOL --unpack --verbose --image=$IMAGE_FILE $OUTPUT_DIR 2>&1|grep entry|sed "s/^.*://"|xargs…
|
| H A D | kernel-doc | 248 my $verbose = 0; 271 $verbose = "$ENV{'KBUILD_VERBOSE'}"; 368 $verbose = 1; 2153 if ($verbose && !$noret) { 2403 if (($declaration_purpose eq "") && $verbose) { 2421 if ($verbose) { 2436 if (!$in_doc_sect && $verbose) { 2612 if ($verbose && $errors) { 2615 if ($verbose && $warnings) {
|
| /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/ |
| H A D | mp.h | 8 int hold_cores_in_reset(int verbose);
|
| H A D | mp.c | 31 int hold_cores_in_reset(int verbose) in hold_cores_in_reset() argument 35 if (verbose) { in hold_cores_in_reset()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | scsi.h | 238 int scsi_scan(bool verbose); 246 int scsi_scan_dev(struct udevice *dev, bool verbose);
|
| /rk3399_rockchip-uboot/drivers/scsi/ |
| H A D | scsi.c | 729 static int do_scsi_scan_one(struct udevice *dev, int id, int lun, bool verbose) in do_scsi_scan_one() argument 776 if (verbose) { in do_scsi_scan_one() 783 int scsi_scan_dev(struct udevice *dev, bool verbose) in scsi_scan_dev() argument 800 do_scsi_scan_one(dev, i, lun, verbose); in scsi_scan_dev() 805 int scsi_scan(bool verbose) in scsi_scan() argument 811 if (verbose) in scsi_scan() 821 ret = scsi_scan_dev(dev, verbose); in scsi_scan() 829 int scsi_scan(bool verbose) in scsi_scan() argument 834 if (verbose) in scsi_scan() 848 if (verbose) { in scsi_scan()
|
| /rk3399_rockchip-uboot/drivers/power/regulator/ |
| H A D | regulator-uclass.c | 367 bool verbose) in regulator_list_autoset() argument 374 if (ret != -EMEDIUMTYPE && verbose) in regulator_list_autoset() 495 int regulators_enable_state_mem(bool verbose) in regulators_enable_state_mem() argument 511 if (verbose) in regulators_enable_state_mem() 520 int regulators_enable_boot_on(bool verbose) in regulators_enable_boot_on() argument 536 if (verbose) in regulators_enable_boot_on()
|
| /rk3399_rockchip-uboot/board/gateworks/gw_ventana/ |
| H A D | gsc.h | 68 int gsc_info(int verbose);
|
| H A D | gsc.c | 83 int gsc_info(int verbose) in gsc_info() argument 108 if (!verbose) in gsc_info()
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | proftool.c | 59 int verbose; /* Verbosity level 0=none, 1=warn, 2=notice, 3=info, 4=debug */ variable 73 if (verbose >= level) { in outf() 570 verbose = 2; in main() 586 verbose = atoi(optarg); in main()
|
| /rk3399_rockchip-uboot/drivers/mtd/ubi/ |
| H A D | io.c | 726 struct ubi_ec_hdr *ec_hdr, int verbose) in ubi_io_read_ec_hdr() argument 762 if (verbose) in ubi_io_read_ec_hdr() 777 if (verbose) { in ubi_io_read_ec_hdr() 791 if (verbose) { in ubi_io_read_ec_hdr() 999 struct ubi_vid_hdr *vid_hdr, int verbose) in ubi_io_read_vid_hdr() argument 1020 if (verbose) in ubi_io_read_vid_hdr() 1031 if (verbose) { in ubi_io_read_vid_hdr() 1045 if (verbose) { in ubi_io_read_vid_hdr()
|
| H A D | Kconfig | 4 bool "UBI silence verbose messages" 7 Make the verbose messages from UBI stop printing. This leaves
|