| /u-boot/arch/sandbox/cpu/ |
| A D | start.c | 61 struct sandbox_state *state = state_get_current(); in sandbox_early_getopt_check() 139 struct sandbox_state *state = state_get_current(); in sandbox_main_loop_init() 163 static int sandbox_cmdline_cb_boot(struct sandbox_state *state, in sandbox_cmdline_cb_boot() 171 static int sandbox_cmdline_cb_command(struct sandbox_state *state, in sandbox_cmdline_cb_command() 237 static int sandbox_cmdline_cb_jump(struct sandbox_state *state, in sandbox_cmdline_cb_jump() 307 static int sandbox_cmdline_cb_state(struct sandbox_state *state, in sandbox_cmdline_cb_state() 315 static int sandbox_cmdline_cb_read(struct sandbox_state *state, in sandbox_cmdline_cb_read() 323 static int sandbox_cmdline_cb_write(struct sandbox_state *state, in sandbox_cmdline_cb_write() 442 static void setup_ram_buf(struct sandbox_state *state) in setup_ram_buf() 452 void state_show(struct sandbox_state *state) in state_show() [all …]
|
| A D | state.c | 19 static struct sandbox_state main_state; 344 struct sandbox_state *state_get_current(void) in state_get_current() 352 struct sandbox_state *state = state_get_current(); in state_set_skip_delays() 359 struct sandbox_state *state = state_get_current(); in state_get_skip_delays() 387 struct sandbox_state *state = state_get_current(); in autoboot_keyed() 394 struct sandbox_state *state = state_get_current(); in autoboot_set_keyed() 404 struct sandbox_state *state = state_get_current(); in state_get_rel_filename() 426 struct sandbox_state *state = state_get_current(); in state_load_other_fdt() 452 struct sandbox_state *state = state_get_current(); in sandbox_set_eth_enable() 459 struct sandbox_state *state = state_get_current(); in sandbox_eth_enabled() [all …]
|
| A D | cpu.c | 49 struct sandbox_state *state = state_get_current(); in __udelay() 100 struct sandbox_state *state; in phys_to_virt() 130 struct sandbox_state *state = state_get_current(); in find_tag() 212 struct sandbox_state *state = state_get_current(); in map_to_sysmem() 235 struct sandbox_state *state = state_get_current(); in sandbox_read() 256 struct sandbox_state *state = state_get_current(); in sandbox_write() 279 struct sandbox_state *state = state_get_current(); in sandbox_set_enable_memio() 324 struct sandbox_state *state = state_get_current(); in board_fdt_blob_setup()
|
| A D | spl.c | 38 struct sandbox_state *state = state_get_current(); in board_init_f() 88 struct sandbox_state *state = state_get_current(); in load_from_image() 127 struct sandbox_state *state = state_get_current(); in spl_board_init()
|
| A D | cache.c | 18 struct sandbox_state *state = state_get_current(); in invalidate_icache_all()
|
| A D | os.c | 462 int os_parse_args(struct sandbox_state *state, int argc, char *argv[]) in os_parse_args() 700 struct sandbox_state *state = state_get_current(); in os_write_ram_buf() 716 struct sandbox_state *state = state_get_current(); in os_read_ram_buf() 813 struct sandbox_state *state = state_get_current(); in os_jump_to_file() 885 struct sandbox_state *state = state_get_current(); in os_find_u_boot() 941 struct sandbox_state *state = state_get_current(); in os_spl_to_uboot()
|
| /u-boot/arch/sandbox/include/asm/ |
| A D | state.h | 66 struct sandbox_state { struct 197 struct sandbox_state *state_get_current(void); 209 int sandbox_read_state(struct sandbox_state *state, const char *fname); 223 int sandbox_write_state(struct sandbox_state *state, const char *fname); 265 void state_reset_for_test(struct sandbox_state *state); 272 void state_show(struct sandbox_state *state);
|
| A D | getopt.h | 12 struct sandbox_state; 31 int (*callback)(struct sandbox_state *state, const char *opt);
|
| /u-boot/drivers/watchdog/ |
| A D | sandbox_wdt.c | 13 struct sandbox_state *state = state_get_current(); in sandbox_wdt_start() 23 struct sandbox_state *state = state_get_current(); in sandbox_wdt_stop() 32 struct sandbox_state *state = state_get_current(); in sandbox_wdt_reset()
|
| /u-boot/drivers/hwspinlock/ |
| A D | sandbox_hwspinlock.c | 13 struct sandbox_state *state = state_get_current(); in sandbox_lock() 28 struct sandbox_state *state = state_get_current(); in sandbox_unlock()
|
| /u-boot/drivers/sysreset/ |
| A D | sysreset_sandbox.c | 17 struct sandbox_state *state = state_get_current(); in sandbox_warm_sysreset_request() 46 struct sandbox_state *state = state_get_current(); in sandbox_sysreset_request() 90 struct sandbox_state *state = state_get_current(); in sandbox_sysreset_get_last()
|
| /u-boot/include/ |
| A D | spi_flash.h | 134 struct sandbox_state; 136 int sandbox_sf_bind_emul(struct sandbox_state *state, int busnum, int cs, 139 void sandbox_sf_unbind_emul(struct sandbox_state *state, int busnum, int cs);
|
| A D | os.h | 17 struct sandbox_state; 204 int os_parse_args(struct sandbox_state *state, int argc, char *argv[]);
|
| A D | spi.h | 657 struct sandbox_state; 673 int sandbox_spi_get_emul(struct sandbox_state *state,
|
| /u-boot/drivers/remoteproc/ |
| A D | sandbox_testproc.c | 22 enum sandbox_state { enum 35 enum sandbox_state current_state; 75 enum sandbox_state next_state) in sandbox_dev_move_to_state()
|
| /u-boot/drivers/spi/ |
| A D | sandbox_spi.c | 44 __weak int sandbox_spi_get_emul(struct sandbox_state *state, in sandbox_spi_get_emul() 69 struct sandbox_state *state = state_get_current(); in sandbox_spi_xfer()
|
| /u-boot/test/dm/ |
| A D | sysreset.c | 18 struct sandbox_state *state = state_get_current(); in dm_test_sysreset_base() 73 struct sandbox_state *state = state_get_current(); in dm_test_sysreset_walk()
|
| A D | hwspinlock.c | 18 struct sandbox_state *state = state_get_current(); in dm_test_hwspinlock_base()
|
| A D | wdt.c | 22 struct sandbox_state *state = state_get_current(); in dm_test_wdt_base() 114 struct sandbox_state *state = state_get_current(); in dm_test_wdt_watchdog_reset()
|
| A D | spi.c | 23 struct sandbox_state *state = state_get_current(); in dm_test_spi_find()
|
| /u-boot/cmd/ |
| A D | sb.c | 34 struct sandbox_state *state; in do_sb_state()
|
| /u-boot/drivers/mtd/spi/ |
| A D | sandbox.c | 126 struct sandbox_state *state = state_get_current(); in sandbox_sf_probe() 522 int sandbox_sf_bind_emul(struct sandbox_state *state, int busnum, int cs, in sandbox_sf_bind_emul() 554 void sandbox_sf_unbind_emul(struct sandbox_state *state, int busnum, int cs) in sandbox_sf_unbind_emul() 564 int sandbox_spi_get_emul(struct sandbox_state *state, in sandbox_spi_get_emul()
|
| /u-boot/drivers/video/ |
| A D | sandbox_sdl.c | 31 struct sandbox_state *state = state_get_current(); in sandbox_sdl_probe()
|
| /u-boot/test/ |
| A D | ut.c | 190 struct sandbox_state *state = state_get_current(); in ut_silence_console()
|
| /u-boot/drivers/serial/ |
| A D | sandbox.c | 58 struct sandbox_state *state = state_get_current(); in sandbox_serial_probe()
|