Home
last modified time | relevance | path

Searched defs:quiet (Results 1 – 11 of 11) sorted by relevance

/rk3399_rockchip-uboot/fs/ubifs/
H A Dscan.c63 int offs, int quiet) in ubifs_scan_a_node()
261 int offs, void *sbuf, int quiet) in ubifs_scan()
H A Dio.c240 int offs, int quiet, int must_chk_crc) in ubifs_check_node()
H A Drecovery.c994 int err, lnum = ucleb->lnum, offs = 0, len = ucleb->endpt, quiet = 1; in clean_an_unclean_leb() local
/rk3399_rockchip-uboot/include/
H A Dnand.h87 int quiet; /* don't display progress messages */ member
/rk3399_rockchip-uboot/scripts/dtc/
H A Ddtc.c29 int quiet; /* Level of quietness */ variable
/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
/rk3399_rockchip-uboot/board/gateworks/gw_ventana/
H A Dcommon.c1163 int quiet = simple_strtol(env_get("quiet"), NULL, 10); in setup_board_gpio() local
H A Dgw_ventana.c658 int quiet; /* Quiet or minimal output mode */ in checkboard() local
/rk3399_rockchip-uboot/
H A DMakefile81 quiet = macro
84 quiet=quiet_ macro
100 quiet=silent_ macro
104 quiet=silent_ macro
/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()
/rk3399_rockchip-uboot/tools/
H A Dimagetool.h78 bool quiet; /* Don't output text in normal operation */ member