Home
last modified time | relevance | path

Searched refs:done (Results 1 – 25 of 270) sorted by relevance

1234567891011

/u-boot/drivers/dfu/
A Ddfu_alt.c38 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/board/keymile/km83xx/
A DREADME.kmeter159 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 Dsf.c102 goto done; in env_sf_save()
107 goto done; in env_sf_save()
116 goto done; in env_sf_save()
123 goto done; in env_sf_save()
129 goto done; in env_sf_save()
135 goto done; in env_sf_save()
143 done: in env_sf_save()
214 goto done; in env_sf_save()
222 goto done; in env_sf_save()
228 goto done; in env_sf_save()
[all …]
A Dflash.c134 goto done; in env_flash_save()
140 goto done; in env_flash_save()
155 goto done; in env_flash_save()
169 goto done; in env_flash_save()
209 goto done; in env_flash_save()
212 done: in env_flash_save()
270 goto done; in env_flash_save()
274 goto done; in env_flash_save()
278 goto done; in env_flash_save()
297 goto done; in env_flash_save()
[all …]
/u-boot/examples/standalone/
A Datmel_df_pow2.c175 goto done; in atmel_df_pow2()
181 goto done; in atmel_df_pow2()
185 goto done; in atmel_df_pow2()
193 goto done; in atmel_df_pow2()
197 goto done; in atmel_df_pow2()
205 done: in atmel_df_pow2()
/u-boot/cmd/
A Ddfu.c56 goto done; in do_dfu()
65 goto done; in do_dfu()
77 goto done; in do_dfu()
82 done: in do_dfu()
A Dthordown.c31 goto done; in do_thor_down()
70 done: in do_thor_down()
/u-boot/doc/usage/
A Dfor.rst9 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 Dexit.rst19 => 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 Dmod_exp_uclass.c27 static bool done; in rsa_mod_exp() local
29 if (!done) { in rsa_mod_exp()
30 done = true; in rsa_mod_exp()
/u-boot/common/
A Dimage-sig.c109 static bool done; in image_get_checksum_algo() local
111 if (!done) { in image_get_checksum_algo()
112 done = true; in image_get_checksum_algo()
140 static bool done; in image_get_crypto_algo() local
142 if (!done) { in image_get_crypto_algo()
143 done = true; in image_get_crypto_algo()
/u-boot/doc/device-tree-bindings/misc/misc/
A Dgdsys,iocon_fpga.txt10 - done-gpios: List of GPIOs notifying whether the FPGA's reconfiguration is
11 done
18 done-gpios = <&GPIO_VB0 19 0>;
A Dgdsys,iocpu_fpga.txt10 - done-gpios: List of GPIOs notifying whether the FPGA's reconfiguration is
11 done
18 done-gpios = <&GPIO_VB0 19 0>;
/u-boot/board/keymile/kmp204x/
A Dpci.c73 int ret = 0, done; in wait_for_fpga_config() local
79 done = qrio_get_gpio(QRIO_GPIO_A, FPGA_DONE); in wait_for_fpga_config()
86 } while (!done); in wait_for_fpga_config()
/u-boot/drivers/usb/host/
A Dsl811-hcd.c294 int done = 0; in submit_bulk_msg() local
303 while (done < len) { in submit_bulk_msg()
305 max > len - done ? len - done : max); in submit_bulk_msg()
314 done += res; in submit_bulk_msg()
318 dev->act_len = done; in submit_bulk_msg()
326 int done = 0; in submit_control_msg() local
352 while (done < len) { in submit_control_msg()
354 max > len - done ? len - done : max); in submit_control_msg()
360 done += res; in submit_control_msg()
382 dev->act_len = done; in submit_control_msg()
[all …]
/u-boot/drivers/fpga/
A DACEX1K.c114 fn->clk, fn->data, fn->done); in ACEX1K_ps_load()
132 (*fn->done) (cookie); in ACEX1K_ps_load()
151 (*fn->done) (cookie); in ACEX1K_ps_load()
169 if ((*fn->done) (cookie) == 0 && (*fn->init) (cookie)) { in ACEX1K_ps_load()
207 if ( ! (*fn->done) (cookie) ) { in ACEX1K_ps_load()
/u-boot/include/
A Daltera.h18 #define FPGA_COOKIE(bus, dev, config, done) \ argument
19 (((bus) << 24) | ((dev) << 16) | ((config) << 8) | (done))
107 Altera_done_fn done; member
A DACEX1K.h29 Altera_done_fn done; member
40 Altera_done_fn done; member
/u-boot/drivers/misc/
A Dcros_ec_spi.c38 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/include/linux/
A Dcompletion.h28 unsigned int done; member
90 x->done = 0; in __init_completion()
105 x->done = 0; in reinit_completion()
/u-boot/doc/sphinx/
A Dautomarkup.py79 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 Dmeson_spifc.c195 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/drivers/usb/musb-new/
A Dmusb_host.c523 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 Daes-encrypt.c98 goto done; in image_aes_add_cipher_data()
126 goto done; in image_aes_add_cipher_data()
145 done: in image_aes_add_cipher_data()
/u-boot/drivers/timer/
A Dtsc_timer.c409 goto done; in tsc_timer_ensure_setup()
417 goto done; in tsc_timer_ensure_setup()
421 goto done; in tsc_timer_ensure_setup()
425 goto done; in tsc_timer_ensure_setup()
432 done: in tsc_timer_ensure_setup()

Completed in 37 milliseconds

1234567891011