| /u-boot/drivers/dfu/ |
| A D | dfu_alt.c | 38 goto done; in dfu_write_by_name() 50 goto done; in dfu_write_by_name() 62 goto done; in dfu_write_by_name() 69 goto done; in dfu_write_by_name() 74 done: in dfu_write_by_name() 104 goto done; in dfu_write_by_alt() 109 goto done; in dfu_write_by_alt() 116 goto done; in dfu_write_by_alt() 121 done: in dfu_write_by_alt()
|
| /u-boot/tools/buildman/ |
| A D | cfgutil.py | 39 def adjust_cfg_line(line, adjust_cfg, done=None): argument 74 if done is not None: 75 done.add(opt) 98 done = set() 100 out_line, _ = adjust_cfg_line(line, adjust_cfg, done) 104 if opt not in done: 190 done = set() 192 out_line, adj = adjust_cfg_line(line, adjust_cfg, done) 197 if opt not in done:
|
| /u-boot/board/keymile/km83xx/ |
| A D | README.kmeter1 | 59 done 66 ..... done 69 ..... done 71 Copy to Flash... done 72 ..... done 76 . done 78 . done 81 . done 83 Writing to Flash... done 84 . done [all …]
|
| /u-boot/env/ |
| A D | sf.c | 105 goto done; in env_sf_save() 110 goto done; in env_sf_save() 119 goto done; in env_sf_save() 126 goto done; in env_sf_save() 138 goto done; in env_sf_save() 146 done: in env_sf_save() 224 goto done; in env_sf_save() 232 goto done; in env_sf_save() 238 goto done; in env_sf_save() 250 done: in env_sf_save() [all …]
|
| A D | flash.c | 132 goto done; in env_flash_save() 138 goto done; in env_flash_save() 153 goto done; in env_flash_save() 167 goto done; in env_flash_save() 207 goto done; in env_flash_save() 210 done: in env_flash_save() 266 goto done; in env_flash_save() 270 goto done; in env_flash_save() 274 goto done; in env_flash_save() 293 goto done; in env_flash_save() [all …]
|
| /u-boot/boot/ |
| A D | image-sig.c | 61 static bool done; in image_get_checksum_algo() local 63 if (!done) { in image_get_checksum_algo() 64 done = true; in image_get_checksum_algo() 91 static bool done; in image_get_crypto_algo() local 93 if (!done) { in image_get_crypto_algo() 94 done = true; in image_get_crypto_algo()
|
| A D | fdt_region.c | 382 p->done = FDT_DONE_NOTHING; in fdt_first_region() 473 if (info->ptrs.done < FDT_DONE_MEM_RSVMAP && in fdt_next_region() 481 info->ptrs.done = FDT_DONE_MEM_RSVMAP; in fdt_next_region() 491 while (info->ptrs.done < FDT_DONE_STRUCT) { in fdt_next_region() 626 p.done = FDT_DONE_STRUCT; in fdt_next_region() 658 if (info->ptrs.done < FDT_DONE_EMPTY) { in fdt_next_region() 671 info->ptrs.done++; in fdt_next_region() 675 if (info->ptrs.done < FDT_DONE_END) { in fdt_next_region() 686 info->ptrs.done++; in fdt_next_region() 688 if (info->ptrs.done < FDT_DONE_STRINGS) { in fdt_next_region() [all …]
|
| /u-boot/examples/standalone/ |
| A D | atmel_df_pow2.c | 176 goto done; in atmel_df_pow2() 182 goto done; in atmel_df_pow2() 186 goto done; in atmel_df_pow2() 194 goto done; in atmel_df_pow2() 198 goto done; in atmel_df_pow2() 206 done: in atmel_df_pow2()
|
| /u-boot/cmd/ |
| A D | dfu.c | 53 goto done; in do_dfu() 62 goto done; in do_dfu() 75 goto done; in do_dfu() 81 done: in do_dfu()
|
| A D | thordown.c | 31 goto done; in do_thor_down() 70 done: in do_thor_down()
|
| /u-boot/doc/usage/cmd/ |
| A D | for.rst | 9 for <variable> in <items>; do <commands>; done 35 => for c in 1 2 3; do echo item ${c}; done 42 => for c in 1 2 3; do echo item ${c}; done 57 The return value $? after the done statement is the return value of the last 62 => for i in true false; do ${i}; done; echo $? 64 => for i in false true; do ${i}; done; echo $?
|
| A D | exit.rst | 19 => setenv inner 'echo entry inner; exit; echo inner done' 20 => setenv outer 'echo entry outer; run inner; echo outer done' 24 outer done
|
| /u-boot/drivers/crypto/rsa_mod_exp/ |
| A D | mod_exp_uclass.c | 29 static bool done; in rsa_mod_exp() local 31 if (!done) { in rsa_mod_exp() 32 done = true; in rsa_mod_exp()
|
| /u-boot/doc/device-tree-bindings/misc/misc/ |
| A D | gdsys,iocon_fpga.txt | 10 - done-gpios: List of GPIOs notifying whether the FPGA's reconfiguration is 11 done 18 done-gpios = <&GPIO_VB0 19 0>;
|
| A D | gdsys,iocpu_fpga.txt | 10 - done-gpios: List of GPIOs notifying whether the FPGA's reconfiguration is 11 done 18 done-gpios = <&GPIO_VB0 19 0>;
|
| /u-boot/drivers/fpga/ |
| A D | ACEX1K.c | 109 fn->clk, fn->data, fn->done); in ACEX1K_ps_load() 127 (*fn->done) (cookie); in ACEX1K_ps_load() 146 (*fn->done) (cookie); in ACEX1K_ps_load() 164 if ((*fn->done) (cookie) == 0 && (*fn->init) (cookie)) { in ACEX1K_ps_load() 202 if ( ! (*fn->done) (cookie) ) { in ACEX1K_ps_load()
|
| /u-boot/drivers/timer/ |
| A D | tsc_timer.c | 414 goto done; in tsc_timer_ensure_setup() 418 goto done; in tsc_timer_ensure_setup() 426 goto done; in tsc_timer_ensure_setup() 430 goto done; in tsc_timer_ensure_setup() 434 goto done; in tsc_timer_ensure_setup() 441 done: in tsc_timer_ensure_setup()
|
| /u-boot/drivers/misc/ |
| A D | cros_ec_spi.c | 38 goto done; in cros_ec_spi_packet() 45 goto done; in cros_ec_spi_packet() 48 goto done; in cros_ec_spi_packet() 53 done: in cros_ec_spi_packet()
|
| /u-boot/board/compulab/imx8mm-cl-iot-gate/ |
| A D | eeprom_spl.c | 25 static int done; in cl_eeprom_we() local 27 if (done) { in cl_eeprom_we() 35 done = 1; in cl_eeprom_we()
|
| /u-boot/include/ |
| A D | altera.h | 18 #define FPGA_COOKIE(bus, dev, config, done) \ argument 19 (((bus) << 24) | ((dev) << 16) | ((config) << 8) | (done)) 107 Altera_done_fn done; member
|
| /u-boot/doc/sphinx/ |
| A D | automarkup.py | 79 done = 0 109 if m.start() > done: 110 repl.append(nodes.Text(t[done:m.start()])) 118 done = m.end() 119 if done < len(t): 120 repl.append(nodes.Text(t[done:]))
|
| /u-boot/drivers/spi/ |
| A D | meson_spifc.c | 195 int len, done = 0, ret = 0; in meson_spifc_xfer() local 204 while (done < blen && !ret) { in meson_spifc_xfer() 205 len = min_t(int, blen - done, SPIFC_BUFFER_SIZE); in meson_spifc_xfer() 206 ret = meson_spifc_txrx(spifc, dout, din, done, len, in meson_spifc_xfer() 208 done + len >= blen); in meson_spifc_xfer() 209 done += len; in meson_spifc_xfer()
|
| /u-boot/include/linux/ |
| A D | completion.h | 28 unsigned int done; member 90 x->done = 0; in __init_completion() 105 x->done = 0; in reinit_completion()
|
| /u-boot/drivers/usb/musb-new/ |
| A D | musb_host.c | 523 if (done in musb_host_packet_rx() 542 if (!done) in musb_host_packet_rx() 547 return done; in musb_host_packet_rx() 1052 goto done; in musb_h_ep0_irq() 1085 done: in musb_h_ep0_irq() 1311 if (done) { in musb_host_tx() 1775 if (done) { in musb_host_rx() 2111 done: 2207 goto done; 2211 goto done; [all …]
|
| /u-boot/lib/aes/ |
| A D | aes-encrypt.c | 101 goto done; in image_aes_add_cipher_data() 129 goto done; in image_aes_add_cipher_data() 148 done: in image_aes_add_cipher_data()
|