| /u-boot/drivers/sound/ |
| A D | max98090.c | 33 int error; in max98090_hw_params() local 65 if (error < 0) { in max98090_hw_params() 84 int error = 0; in max98090_set_sysclk() local 111 if (error < 0) in max98090_set_sysclk() 130 int error = 0; in max98090_set_fmt() local 196 if (error < 0) { in max98090_set_fmt() 239 int error = 0; in max98090_device_init() local 245 return error; in max98090_device_init() 254 if (error < 0) { in max98090_device_init() 267 int error; in max98090_setup_interface() local [all …]
|
| A D | max98088.c | 62 int error; in max98088_hw_params() local 103 if (error < 0) { in max98088_hw_params() 122 int error = 0; in max98088_set_sysclk() local 152 if (error < 0) in max98088_set_sysclk() 172 int error = 0; in max98088_set_fmt() local 232 if (error < 0) { in max98088_set_fmt() 286 int error = 0; in max98088_device_init() local 292 return error; in max98088_device_init() 301 if (error < 0) { in max98088_device_init() 313 int error; in max98088_setup_interface() local [all …]
|
| A D | max98095.c | 63 int error; in max98095_hw_params() local 104 error |= maxim_bic_or(priv, M98095_DAI_FILTERS, in max98095_hw_params() 107 error |= maxim_bic_or(priv, M98095_DAI_FILTERS, in max98095_hw_params() 110 if (error < 0) { in max98095_hw_params() 128 int error = 0; in max98095_set_sysclk() local 152 if (error < 0) in max98095_set_sysclk() 172 int error = 0; in max98095_set_fmt() local 240 error |= maxim_bic_or(priv, M98095_DAI_FORMAT, in max98095_set_fmt() 246 if (error < 0) { in max98095_set_fmt() 332 int error; in max98095_setup_interface() local [all …]
|
| /u-boot/drivers/crypto/fsl/ |
| A D | error.c | 140 const char *error) in report_ccb_status() argument 181 const char *error) in report_jump_status() argument 184 status, error, __func__); in report_jump_status() 188 const char *error) in report_deco_status() argument 217 const char *error) in report_jr_status() argument 220 status, error, __func__); in report_jr_status() 224 const char *error) in report_cond_code_status() argument 227 status, error, __func__); in report_cond_code_status() 234 const char *error); in caam_jr_strstatus() 235 const char *error; in caam_jr_strstatus() member [all …]
|
| /u-boot/cmd/broadcom/ |
| A D | nitro_image_load.c | 72 goto error; in do_spi_images_addr() 76 goto error; in do_spi_images_addr() 79 goto error; in do_spi_images_addr() 82 goto error; in do_spi_images_addr() 85 goto error; in do_spi_images_addr() 91 goto error; in do_spi_images_addr() 94 goto error; in do_spi_images_addr() 103 goto error; in do_spi_images_addr() 106 goto error; in do_spi_images_addr() 113 goto error; in do_spi_images_addr() [all …]
|
| /u-boot/lib/efi_loader/ |
| A D | dtbdump.c | 49 static void error(u16 *string) in error() function 323 error(u"File not found\r\n"); in do_load() 335 error(u"Out of memory\r\n"); in do_load() 340 error(u"Can't get file info\r\n"); in do_load() 353 error(u"Out of memory\r\n"); in do_load() 359 error(u"Can't read file\r\n"); in do_load() 376 error(u"Out of memory\r\n"); in do_load() 387 error(u"Can't read file\r\n"); in do_load() 409 error(u"Can't close file\r\n"); in do_load() 435 error(u"DTB not found\r\n"); in do_save() [all …]
|
| A D | initrddump.c | 90 static void error(u16 *string) in error() function 269 error(u"exit - exit the shell\r\n"); in do_help() 291 error(u"Load File2 protocol not found\r\n"); in get_initrd() 306 error(u"Out of memory\r\n"); in get_initrd() 342 error(u"Calculating CRC32 failed\r\n"); in do_load() 377 error(u"Loaded image protocol not found\r\n"); in do_save() 394 error(u"Failed to open volume\r\n"); in do_save() 407 error(u"Aborted by user\r\n"); in do_save() 420 error(u"Failed to write file\r\n"); in do_save() 427 error(u"Failed to open file\r\n"); in do_save() [all …]
|
| /u-boot/test/ |
| A D | time_ut.c | 84 long error; in test_time_comparison() local 93 error = delta_us - 1000000; in test_time_comparison() 95 __func__, delta_us, error); in test_time_comparison() 96 if (abs(error) > 1000) in test_time_comparison() 104 long error; in test_udelay() local 112 error = delta - 1000; in test_udelay() 114 __func__, delta, error); in test_udelay() 115 if (abs(error) > 100) in test_udelay()
|
| /u-boot/board/mntre/imx8mq_reform2/ |
| A D | lpddr4_timing_ch2.h | 45 #error unsupported memory size 57 #error unsupported memory rank/size 75 #error unsupported memory rank/size 85 #error unsupported rank bits 90 #error unsupported options 93 #error unsupported options
|
| /u-boot/test/dm/ |
| A D | k210_pll.c | 17 s64 error, best_error; in dm_test_k210_pll_calc_config() local 20 error = best_error; in dm_test_k210_pll_calc_config() 33 error = DIV_ROUND_CLOSEST_ULL(f * inv_ratio, in dm_test_k210_pll_calc_config() 36 error = abs64((error - BIT_ULL(32))) >> 16; in dm_test_k210_pll_calc_config() 37 if (error < best_error) { in dm_test_k210_pll_calc_config() 41 best_error = error; in dm_test_k210_pll_calc_config()
|
| /u-boot/lib/ |
| A D | asn1_decoder.c | 132 goto error; in asn1_find_indefinite_length() 135 goto error; in asn1_find_indefinite_length() 138 goto error; in asn1_find_indefinite_length() 141 goto error; in asn1_find_indefinite_length() 144 error: in asn1_find_indefinite_length() 485 goto error; in asn1_ber_decoder() 488 goto error; in asn1_ber_decoder() 491 goto error; in asn1_ber_decoder() 494 goto error; in asn1_ber_decoder() 497 goto error; in asn1_ber_decoder() [all …]
|
| /u-boot/arch/riscv/lib/ |
| A D | sbi.c | 33 ret.error = a0; in sbi_ecall() 67 if (!ret.error) in sbi_get_spec_version() 85 if (!ret.error) in sbi_get_impl_id() 104 if (ret.error) in sbi_get_impl_version() 123 if (!ret.error) in sbi_probe_extension() 142 if (ret.error) in sbi_get_mvendorid() 164 if (ret.error) in sbi_get_marchid() 186 if (ret.error) in sbi_get_mimpid() 231 return ret.error; in sbi_console_getchar()
|
| /u-boot/cmd/ |
| A D | ini.c | 131 int error = 0; in ini_parse() local 151 if (!handler(user, section, prev_name, start) && !error) in ini_parse() 152 error = lineno; in ini_parse() 162 } else if (!error) { in ini_parse() 164 error = lineno; in ini_parse() 191 !error) in ini_parse() 192 error = lineno; in ini_parse() 193 } else if (!error) in ini_parse() 195 error = lineno; in ini_parse() 199 return error; in ini_parse()
|
| /u-boot/drivers/power/ |
| A D | exynos-tmu.c | 187 int error = 0; in get_tmu_fdt_values() local 219 error |= (info->data.ts.min_val == -1); in get_tmu_fdt_values() 222 error |= (info->data.ts.max_val == -1); in get_tmu_fdt_values() 225 error |= (info->data.ts.start_warning == -1); in get_tmu_fdt_values() 228 error |= (info->data.ts.start_tripping == -1); in get_tmu_fdt_values() 234 error |= (info->data.efuse_min_value == -1); in get_tmu_fdt_values() 237 error |= (info->data.efuse_value == -1); in get_tmu_fdt_values() 240 error |= (info->data.efuse_max_value == -1); in get_tmu_fdt_values() 243 error |= (info->data.slope == -1); in get_tmu_fdt_values() 246 error |= (info->dc_value == -1); in get_tmu_fdt_values() [all …]
|
| /u-boot/drivers/net/fsl-mc/ |
| A D | mc.c | 471 int error; in load_mc_dpc() local 546 int error; in load_mc_dpl() local 574 return error; in load_mc_dpl() 834 return error; in mc_init() 859 if (!error) in mc_apply_dpl() 862 return error; in mc_apply_dpl() 944 int error; in dprc_version_check() local 963 return error; in dprc_version_check() 1473 int error; in dpsparser_version_check() local 1495 return error; in dpsparser_version_check() [all …]
|
| /u-boot/scripts/kconfig/tests/err_recursive_dep/ |
| A D | expected_stderr | 1 Kconfig:11:error: recursive dependency detected! 6 Kconfig:5:error: recursive dependency detected! 11 Kconfig:17:error: recursive dependency detected! 17 Kconfig:32:error: recursive dependency detected! 23 Kconfig:37:error: recursive dependency detected! 29 Kconfig:60:error: recursive dependency detected! 34 Kconfig:51:error: recursive dependency detected!
|
| /u-boot/arch/arm/mach-mvebu/ |
| A D | spl.c | 31 #error CONFIG_SYS_SPI_U_BOOT_OFFS must be set to 0 52 #error CONFIG_SYS_MMCSD_FS_BOOT is unsupported 55 #error CONFIG_SYS_MMCSD_FS_BOOT_PARTITION is unsupported 58 #error CONFIG_SUPPORT_EMMC_BOOT_OVERRIDE_PART_CONFIG is unsupported 61 #error CONFIG_SYS_MMCSD_RAW_MODE_EMMC_BOOT_PARTITION is unsupported 64 #error CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_PARTITION is unsupported 67 #error CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_SECTOR must be enabled for SD/eMMC boot support 71 #error CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR must be set to 0 75 #error CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_DATA_PART_OFFSET must be set to 0 87 #error CONFIG_SPL_SATA_RAW_U_BOOT_SECTOR must be set to 1
|
| /u-boot/arch/riscv/include/asm/ |
| A D | asm.h | 20 #error "Unexpected __riscv_xlen" 49 #error "Unexpected __SIZEOF_POINTER__" 57 #error "Unexpected __SIZEOF_INT__" 65 #error "Unexpected __SIZEOF_SHORT__"
|
| /u-boot/drivers/serial/ |
| A D | serial_ns16550.c | 20 #error "Invalid console index value." 24 #error "Console port 1 defined but not configured." 26 #error "Console port 2 defined but not configured." 28 #error "Console port 3 defined but not configured." 30 #error "Console port 4 defined but not configured." 32 #error "Console port 5 defined but not configured." 34 #error "Console port 6 defined but not configured." 228 #error "Bad CONFIG_CONS_INDEX." in default_serial_console()
|
| /u-boot/tools/ |
| A D | bmp_logo.c | 45 int error (char * msg, FILE *fp) in error() function 107 error ("Input file is not a bitmap", fp); in main() 115 error ("Couldn't read bitmap data offset", fp); in main() 118 error("Couldn't read bitmap header size", fp); in main() 120 error("Invalid bitmap header", fp); in main() 123 error ("Couldn't read bitmap width", fp); in main() 126 error ("Couldn't read bitmap height", fp); in main() 129 error ("Couldn't read bitmap colors", fp); in main() 192 error("Error allocating memory for file", fp); in main()
|
| /u-boot/drivers/qe/ |
| A D | fdt.c | 43 goto error; in fdt_fixup_qe_firmware() 47 goto error; in fdt_fixup_qe_firmware() 52 goto error; in fdt_fixup_qe_firmware() 56 error: in fdt_fixup_qe_firmware()
|
| /u-boot/drivers/i2c/ |
| A D | tegra_i2c.c | 242 int error = 0; in send_recv_packets() local 272 error = -1; in send_recv_packets() 277 error = -1; in send_recv_packets() 298 error = -1; in send_recv_packets() 306 return error; in send_recv_packets() 312 int error; in tegra_i2c_write_data() local 324 if (error) in tegra_i2c_write_data() 327 return error; in tegra_i2c_write_data() 333 int error; in tegra_i2c_read_data() local 343 if (error) in tegra_i2c_read_data() [all …]
|
| /u-boot/drivers/mtd/ |
| A D | cfi_mtd.c | 31 int error, sect; in cfi_mtd_erase() local 52 error = flash_erase(fi, s_first, s_last); in cfi_mtd_erase() 55 if (error) { in cfi_mtd_erase() 85 int error; in cfi_mtd_write() local 88 error = write_buff(fi, (u_char*)buf, t, len); in cfi_mtd_write() 91 if (!error) { in cfi_mtd_write() 207 int error, i; in cfi_mtd_init() local 219 error = cfi_mtd_set_erasesize(mtd, fi); in cfi_mtd_init() 220 if (error) in cfi_mtd_init()
|
| /u-boot/fs/btrfs/ |
| A D | btrfs.c | 53 error("Can't find root %llu", key.objectid); in show_dir() 66 error("Can't find inode %llu", key.objectid); in show_dir() 81 error("Can't alloc memory for symlink %llu", in show_dir() 87 error("Failed to read symlink %llu", key.objectid); in show_dir() 151 error("Not a directory: %s", path); in btrfs_ls() 156 error("An error occurred while listing directory %s", path); in btrfs_ls() 240 error("Cannot lookup file %s", file); in btrfs_read() 245 error("Not a regular file: %s", file); in btrfs_read() 252 error("Failed to get inode size: %s", file); in btrfs_read() 263 error("An error occurred while reading file %s", file); in btrfs_read()
|
| /u-boot/common/ |
| A D | usb_kbd.c | 564 int error; local 579 if (error) 580 return error; 586 if (error) 587 return error; 597 if (error) 598 return error; 609 int error, i; local 625 if (!error) 627 if (error && error != -ENOENT) [all …]
|