Searched defs:verbose (Results 1 - 25 of 26) sorted by relevance

12

/u-boot/tools/gdb/
H A Dgdbcont.c17 int verbose = 0; variable
H A Dgdbsend.c20 int verbose = 0, docont = 0; variable
/u-boot/doc/sphinx/
H A Dkernellog.py22 def verbose(app, message): function
/u-boot/lib/zlib/
H A Dzutil.c29 #define verbose 0 macro
/u-boot/arch/microblaze/cpu/
H A Drelocate.c25 void mb_fix_rela(u32 reloc_addr, u32 verbose, u32 rela_start, argument
[all...]
/u-boot/drivers/ata/
H A Dsata.c51 int sata_rescan(bool verbose) argument
/u-boot/cmd/x86/
H A Dhob.c100 bool verbose = false; local
H A Dcbsysinfo.c188 static void show_table(struct sysinfo_t *info, bool verbose) argument
381 bool verbose = false; local
/u-boot/cmd/
H A Dcedit.c143 bool verbose; local
163 bool verbose; local
184 bool verbose = false; local
217 bool verbose local
[all...]
H A Dnvedit_efi.c51 static void efi_dump_single_var(u16 *name, const efi_guid_t *guid, bool verbose) argument
212 bool verbose = true; local
384 bool default_guid, verbose, value_on_memor local
139 efi_dump_var_all(int argc, char *const argv[], const efi_guid_t *guid_p, bool verbose) argument
[all...]
H A Defidebug.c49 int verbose = 0; local
/u-boot/drivers/mtd/ubi/
H A Dio.c715 ubi_io_read_ec_hdr(struct ubi_device *ubi, int pnum, struct ubi_ec_hdr *ec_hdr, int verbose) argument
988 ubi_io_read_vid_hdr(struct ubi_device *ubi, int pnum, struct ubi_vid_hdr *vid_hdr, int verbose) argument
[all...]
/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dmp.c36 int hold_cores_in_reset(int verbose) argument
/u-boot/board/xilinx/common/
H A Dfru_ops.c308 static int fru_display_board(struct fru_board_data *brd, int verbose) argument
384 static void fru_display_common_hdr(struct fru_common_hdr *hdr, int verbose) argument
422 int fru_display(int verbose) argument
/u-boot/board/keymile/common/
H A Dcommon.c268 int verbose = argc > 1 && *argv[1] == 'v'; local
401 int verbose = argc > 1 && *argv[1] == 'v'; local
/u-boot/board/gateworks/venice/
H A Deeprom.c286 static int eeprom_info(bool verbose) argument
/u-boot/drivers/power/regulator/
H A Dregulator-uclass.c508 int regulators_enable_boot_on(bool verbose) argument
534 int regulators_enable_boot_off(bool verbose) argument
382 regulator_list_autoset(const char *list_platname[], struct udevice *list_devp[], bool verbose) argument
/u-boot/drivers/scsi/
H A Dscsi.c471 static int do_scsi_scan_one(struct udevice *dev, int id, int lun, bool verbose) argument
535 int scsi_scan_dev(struct udevice *dev, bool verbose) argument
557 int scsi_scan(bool verbose) argument
/u-boot/boot/
H A Dcedit.c47 bool verbose; member in struct:cedit_iter_priv
523 int cedit_write_settings_env(struct expo *exp, bool verbose) argument
587 cedit_read_settings_env(struct expo *exp, bool verbose) argument
673 cedit_write_settings_cmos(struct expo *exp, struct udevice *dev, bool verbose) argument
774 cedit_read_settings_cmos(struct expo *exp, struct udevice *dev, bool verbose) argument
[all...]
/u-boot/include/power/
H A Dregulator.h632 static inline int regulators_enable_boot_on(bool verbose) argument
647 regulator_list_autoset(const char *list_platname[], struct udevice *list_devp[], bool verbose) argument
/u-boot/arch/x86/lib/
H A Dzimage.c105 static int get_boot_protocol(struct setup_header *hdr, bool verbose) argument
/u-boot/tools/
H A Dasn1_compiler.c314 #define verbose(fmt, ...) do { if (verbose_opt) printf(fmt, ## __VA_ARGS__); } while (0) macro
H A Dproftool.c257 int verbose; /* Verbosity level 0=none, 1=warn, 2=notice, 3=info, 4=debug */ variable
/u-boot/drivers/usb/host/
H A Dohci-hcd.c406 static void ohci_dump_roothub(ohci_t *controller, int verbose) argument
466 static void ohci_dump(ohci_t *controller, int verbose) argument
/u-boot/drivers/mmc/
H A Docteontx_hsmmc.c1048 octeontx_mmc_wait_dma(struct mmc *mmc, bool write, ulong timeout, bool verbose) argument
1145 octeontx_mmc_read_blocks(struct mmc *mmc, struct mmc_cmd *cmd, struct mmc_data *data, bool verbose) argument
[all...]

Completed in 169 milliseconds

12