Home
last modified time | relevance | path

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

12

/rk3399_rockchip-uboot/scripts/dtc/pylibfdt/
H A Dlibfdt.i_shipped40 # QUIET_ALL can be passed as the 'quiet' parameter to avoid exceptions
44 # Pass this as the 'quiet' parameter to return -ENOTFOUND on NOTFOUND errors,
68 def check_err(val, quiet=()):
75 quiet: Errors to ignore (empty to raise on all errors)
84 if -val not in quiet:
88 def check_err_null(val, quiet=()):
96 quiet: Errors to ignore (empty to raise on all errors)
103 is not in @quiet.
108 if -val not in quiet:
124 behaviour a 'quiet' parameter is provided for some functions. This
[all …]
H A DMakefile23 $(PYTHON) $< --quiet build_ext --inplace
/rk3399_rockchip-uboot/fs/ubifs/
H A Dscan.c63 int offs, int quiet) in ubifs_scan_a_node() argument
84 if (ubifs_check_node(c, buf, lnum, offs, quiet, 1)) in ubifs_scan_a_node()
95 if (!quiet) { in ubifs_scan_a_node()
105 if (!quiet) in ubifs_scan_a_node()
261 int offs, void *sbuf, int quiet) in ubifs_scan() argument
280 ret = ubifs_scan_a_node(c, buf, len, lnum, offs, quiet); in ubifs_scan()
320 if (!quiet) in ubifs_scan()
333 if (!quiet) in ubifs_scan()
342 if (!quiet) { in ubifs_scan()
H A Dio.c240 int offs, int quiet, int must_chk_crc) in ubifs_check_node() argument
251 if (!quiet) in ubifs_check_node()
260 if (!quiet) in ubifs_check_node()
283 if (!quiet) in ubifs_check_node()
293 if (!quiet) in ubifs_check_node()
296 if (!quiet) { in ubifs_check_node()
/rk3399_rockchip-uboot/scripts/dtc/
H A Ddtc.c29 int quiet; /* Level of quietness */ variable
182 quiet = 0; in main()
224 quiet++; in main()
/rk3399_rockchip-uboot/scripts/
H A Dmkmakefile20 if [ "${quiet}" != "silent_" ]; then
H A DKbuild.include38 kecho := $($(quiet)kecho)
217 # Short version is used, if $(quiet) equals `quiet_', otherwise full one.
218 echo-cmd = $(if $($(quiet)cmd_$(1)),\
219 echo ' $(call escsq,$($(quiet)cmd_$(1)))$(echo-why)';)
/rk3399_rockchip-uboot/configs/
H A Dvinco_defconfig7 …console=ttyS0,115200 earlyprintk rw root=/dev/mmcblk0p2 rootfstype=ext4 rootwait quiet lpj=1990656"
H A Dls1012afrdm_qspi_defconfig14 CONFIG_BOOTARGS="console=ttyS0,115200 root=/dev/ram0 earlycon=uart8250,mmio,0x21c0500 quiet lpj=250…
H A Dls1012ardb_qspi_SECURE_BOOT_defconfig14 CONFIG_BOOTARGS="console=ttyS0,115200 root=/dev/ram0 earlycon=uart8250,mmio,0x21c0500 quiet lpj=250…
H A Dls1012ardb_qspi_defconfig14 CONFIG_BOOTARGS="console=ttyS0,115200 root=/dev/ram0 earlycon=uart8250,mmio,0x21c0500 quiet lpj=250…
H A Ddfi-bt700-q7x-151_defconfig17 CONFIG_BOOTARGS="root=/dev/sda1 ro quiet"
H A Dconga-qeval20-qa3-e3845_defconfig18 CONFIG_BOOTARGS="root=/dev/sda2 ro quiet"
H A Dconga-qeval20-qa3-e3845-internal-uart_defconfig18 CONFIG_BOOTARGS="root=/dev/sda2 ro quiet"
H A Dls1012aqds_qspi_defconfig14 CONFIG_BOOTARGS="console=ttyS0,115200 root=/dev/ram0 earlycon=uart8250,mmio,0x21c0500 quiet lpj=250…
/rk3399_rockchip-uboot/doc/DocBook/
H A DMakefile76 $(if $($(quiet)cmd_$(1)),echo ' $($(quiet)cmd_$(1))';) \
180 @$($(quiet)gen_xml)
/rk3399_rockchip-uboot/cmd/
H A Dnand.c400 int quiet = CONFIG_SYS_NAND_QUIET; in do_nand() local
402 int quiet = 0; in do_nand() local
413 quiet = simple_strtoul(quiet_str, NULL, 0) != 0; in do_nand()
532 opts.quiet = quiet; in do_nand()
/rk3399_rockchip-uboot/tools/
H A Dimagetool.c54 if (!params->quiet) in imagetool_verify_print_header()
H A Dimagetool.h78 bool quiet; /* Don't output text in normal operation */ member
/rk3399_rockchip-uboot/drivers/mtd/
H A Dmtd_uboot.c167 static int mtd_del_parts(struct mtd_info *mtd, bool quiet) in mtd_del_parts() argument
176 if (!quiet) in mtd_del_parts()
/rk3399_rockchip-uboot/doc/
H A DREADME.silent1 The config option CONFIG_SILENT_CONSOLE can be used to quiet messages
/rk3399_rockchip-uboot/include/
H A Dnand.h87 int quiet; /* don't display progress messages */ member
/rk3399_rockchip-uboot/drivers/mtd/nand/raw/
H A Dnand_util.c112 if (!opts->quiet) in nand_erase_opts()
157 if (!opts->quiet) { in nand_erase_opts()
180 if (!opts->quiet) in nand_erase_opts()
/rk3399_rockchip-uboot/board/freescale/mx6sabreauto/
H A DREADME72 # setenv bootargs "console=ttymxc3,115200 root=/dev/mmcblk0p1 rootfstype=ext4 rootwait quiet rw"
/rk3399_rockchip-uboot/common/
H A Dfb_nand.c76 opts.quiet = 1; in _fb_nand_erase()

12