Searched refs:silent (Results 1 – 21 of 21) sorted by relevance
/u-boot/scripts/kconfig/ |
A D | Makefile | 22 silent := -s macro 29 $< $(silent) $(Kconfig) 32 $< $(silent) $(Kconfig) 35 $< $(silent) $(Kconfig) 38 $< $(silent) --oldaskconfig $(Kconfig) 41 $< $(silent) $(Kconfig) 57 $< $(silent) --oldconfig $(Kconfig); \ 61 $< $(silent) --oldconfig $(Kconfig); \ 75 $< $(silent) --$@ $(Kconfig) 94 $< $(silent) --$@=defconfig $(Kconfig) [all …]
|
A D | mconf.c | 281 static int silent; variable 777 if (!silent) in conf_message_callback() 978 if (!silent) in handle_exit() 986 if (!silent) in handle_exit() 1010 silent = 1; in main()
|
/u-boot/drivers/sound/ |
A D | sandbox.c | 26 bool silent; /* Sound is silent, don't use SDL */ member 116 if (!priv->silent) { in sandbox_i2s_tx_data() 141 priv->silent = dev_read_bool(dev, "sandbox,silent"); in sandbox_i2s_probe() 143 if (priv->silent) { in sandbox_i2s_probe() 148 priv->silent = true; in sandbox_i2s_probe()
|
/u-boot/lib/ |
A D | getopt.c | 22 const char *optstring, bool silent) in __getopt() argument 61 if (!silent) in __getopt() 117 if (!silent) in __getopt()
|
/u-boot/doc/ |
A D | README.silent | 3 silenced by setting the environment variable "silent". 6 When the "silent" variable is changed with env set, the change 14 The following actions are taken if "silent" is set at boot time:
|
A D | README.scrapyard | 2 while other board support code dies a silent death caused by
|
/u-boot/drivers/ram/octeon/ |
A D | dimm_spd_eeprom.c | 84 int dimm_index, int twsi_addr, int silent) in validate_spd_checksum_ddr4() argument 100 if (!silent) { in validate_spd_checksum_ddr4() 111 int silent, u8 rv) in validate_spd_checksum() argument 124 twsi_addr, silent); in validate_spd_checksum() 127 if (!silent) { in validate_spd_checksum()
|
/u-boot/include/ |
A D | getopt.h | 49 const char *optstring, bool silent);
|
/u-boot/arch/x86/dts/ |
A D | chromebox_panther.dts | 20 silent-console = <0>;
|
/u-boot/doc/device-tree-bindings/ |
A D | config.txt | 10 silent-console
|
/u-boot/common/ |
A D | Kconfig | 16 Console output is recorded even when the console is silent. 85 bool "Support a silent console" 89 setting the environment variable 'silent' to a non-empty value. 106 bool "Changes to the 'silent' environment variable update immediately" 110 When the 'silent' environment variable is changed, update the 122 (e.g. NAND). This option makes the value of the 'silent' 238 Enable creation of a "nulldev" stdio device. This allows silent
|
A D | console.c | 89 U_BOOT_ENV_CALLBACK(silent, on_silent);
|
/u-boot/fs/btrfs/ |
A D | disk-io.c | 314 int verify, int silent, u16 csum_type) in __csum_tree_block_size() argument 326 if (!silent) in __csum_tree_block_size()
|
/u-boot/tools/ |
A D | mxsimage.c | 2205 static int mxsimage_verify_print_header(char *file, int silent) in mxsimage_verify_print_header() argument 2213 ctx.silent_dump = silent; in mxsimage_verify_print_header()
|
/u-boot/arch/sandbox/dts/ |
A D | test.dts | 719 sandbox,silent; /* Don't emit sounds while testing */
|
/u-boot/drivers/mmc/ |
A D | Kconfig | 445 This is silent Kconfig symbol that is selected by the drivers that
|
/u-boot/fs/ubifs/ |
A D | super.c | 2244 static int ubifs_fill_super(struct super_block *sb, void *data, int silent) in ubifs_fill_super() argument
|
/u-boot/drivers/video/ |
A D | Kconfig | 887 redirected to the "nulldev", too. This allows for a "silent" boot
|
/u-boot/ |
A D | README | 3348 made silent. If "no" it will not be made silent. If 3349 unset, then it will be made silent if the U-Boot console 3350 is silent.
|
/u-boot/tools/binman/ |
A D | README | 645 0: silent
|
/u-boot/tools/buildman/ |
A D | README | 671 in silent mode. Use -V to force a verbose build (this passes V=1
|
Completed in 49 milliseconds