| /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/video/ |
| A D | scf0403_lcd.c | 160 if (error) in scf0403_spi_read_rddid() 165 if (error) in scf0403_spi_read_rddid() 174 if (error) in scf0403_spi_read_rddid() 178 if (error) in scf0403_spi_read_rddid() 183 if (error) in scf0403_spi_read_rddid() 198 if (error) in scf0403_spi_transfer() 202 if (error) in scf0403_spi_transfer() 208 if (error) in scf0403_spi_transfer() 246 int error; in scf0403_init() local 260 if (error) in scf0403_init() [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/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/lib/efi_selftest/ |
| A D | dtbdump.c | 49 static void error(u16 *string) in error() function 323 error(L"File not found\r\n"); in do_load() 335 error(L"Out of memory\r\n"); in do_load() 340 error(L"Can't get file info\r\n"); in do_load() 353 error(L"Out of memory\r\n"); in do_load() 359 error(L"Can't read file\r\n"); in do_load() 376 error(L"Out of memory\r\n"); in do_load() 387 error(L"Can't read file\r\n"); in do_load() 409 error(L"Can't close file\r\n"); in do_load() 435 error(L"DTB not found\r\n"); in do_save() [all …]
|
| A D | initrddump.c | 64 static void error(u16 *string) in error() function 236 error(L"exit - exit the shell\r\n"); in do_help() 258 error(L"Load File2 protocol not found\r\n"); in get_initrd() 272 error(L"Out of memory\r\n"); in get_initrd() 279 error(L"Load File2 protocol failed to provide file\r\n"); in get_initrd() 308 error(L"Calculating CRC32 failed\r\n"); in do_load() 343 error(L"Loaded image protocol not found\r\n"); in do_save() 360 error(L"Failed to open volume\r\n"); in do_save() 372 error(L"Aborted by user\r\n"); in do_save() 385 error(L"Failed to write 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/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/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/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 = abs((error - BIT(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/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/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/include/configs/ |
| A D | bcm_ep_board.h | 18 #error CONFIG_SYS_TEXT_BASE must be defined! 21 #error CONFIG_SYS_SDRAM_BASE must be defined! 24 #error CONFIG_SYS_SDRAM_SIZE must be defined!
|
| /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/net/fsl-mc/ |
| A D | mc.c | 511 int error; in load_mc_dpc() local 587 int error; in load_mc_dpl() local 615 return error; in load_mc_dpl() 876 return error; in mc_init() 901 if (!error) in mc_apply_dpl() 904 return error; in mc_apply_dpl() 987 int error; in dprc_version_check() local 1006 return error; in dprc_version_check() 1520 int error; in dpsparser_version_check() local 1542 return error; in dpsparser_version_check() [all …]
|
| /u-boot/board/kosagi/novena/ |
| A D | novena.c | 84 int error; in drv_keyboard_init() local 95 error = input_init(&button_input, 0); in drv_keyboard_init() 96 if (error) { in drv_keyboard_init() 103 error = input_stdio_register(&dev); in drv_keyboard_init() 104 if (error) in drv_keyboard_init() 105 return error; in drv_keyboard_init()
|
| /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/lib/efi_loader/ |
| A D | efi_bootmgr.c | 99 goto error; in try_load_entry() 113 goto error; in try_load_entry() 125 goto error; in try_load_entry() 138 goto error; in try_load_entry() 146 error: in try_load_entry() 208 goto error; in efi_bootmgr_load() 222 error: in efi_bootmgr_load()
|
| /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() 86 int error; in cfi_mtd_write() local 89 error = write_buff(fi, (u_char*)buf, t, len); in cfi_mtd_write() 92 if (!error) { in cfi_mtd_write() 208 int error, i; in cfi_mtd_init() local 220 error = cfi_mtd_set_erasesize(mtd, fi); in cfi_mtd_init() 221 if (error) in cfi_mtd_init()
|
| /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_probe_extension() 135 return ret.error; in sbi_console_getchar()
|