/u-boot/arch/sandbox/cpu/ |
A D | start.c | 60 struct sandbox_state *state = state_get_current(); in sandbox_early_getopt_check() 136 struct sandbox_state *state = state_get_current(); in sandbox_main_loop_init() 160 static int sandbox_cmdline_cb_boot(struct sandbox_state *state, in sandbox_cmdline_cb_boot() 236 static int sandbox_cmdline_cb_jump(struct sandbox_state *state, in sandbox_cmdline_cb_jump() 246 static int sandbox_cmdline_cb_memory(struct sandbox_state *state, in sandbox_cmdline_cb_memory() 276 static int sandbox_cmdline_cb_state(struct sandbox_state *state, in sandbox_cmdline_cb_state() 284 static int sandbox_cmdline_cb_read(struct sandbox_state *state, in sandbox_cmdline_cb_read() 292 static int sandbox_cmdline_cb_write(struct sandbox_state *state, in sandbox_cmdline_cb_write() 392 static void setup_ram_buf(struct sandbox_state *state) in setup_ram_buf() 402 void state_show(struct sandbox_state *state) in state_show() [all …]
|
A D | state.c | 15 static struct sandbox_state main_state; 16 static struct sandbox_state *state; /* Pointer to current state record */ 47 static int state_read_file(struct sandbox_state *state, const char *fname) in state_read_file() 100 int sandbox_read_state_nodes(struct sandbox_state *state, in sandbox_read_state_nodes() 143 int sandbox_read_state(struct sandbox_state *state, const char *fname) in sandbox_read_state() 190 int sandbox_write_state_node(struct sandbox_state *state, in sandbox_write_state_node() 236 int sandbox_write_state(struct sandbox_state *state, const char *fname) in sandbox_write_state() 336 struct sandbox_state *state_get_current(void) in state_get_current() 344 struct sandbox_state *state = state_get_current(); in state_set_skip_delays() 351 struct sandbox_state *state = state_get_current(); in state_get_skip_delays() [all …]
|
A D | cpu.c | 50 struct sandbox_state *state = state_get_current(); in __udelay() 101 struct sandbox_state *state; in phys_to_virt() 131 struct sandbox_state *state = state_get_current(); in find_tag() 213 struct sandbox_state *state = state_get_current(); in map_to_sysmem() 236 struct sandbox_state *state = state_get_current(); in sandbox_read() 257 struct sandbox_state *state = state_get_current(); in sandbox_write() 280 struct sandbox_state *state = state_get_current(); in sandbox_set_enable_memio() 300 struct sandbox_state *state = state_get_current(); in sandbox_read_fdt_from_file()
|
A D | spl.c | 23 struct sandbox_state *state = state_get_current(); in board_init_f() 57 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 | 328 int os_parse_args(struct sandbox_state *state, int argc, char *argv[]) in os_parse_args() 554 struct sandbox_state *state = state_get_current(); in os_write_ram_buf() 570 struct sandbox_state *state = state_get_current(); in os_read_ram_buf() 668 struct sandbox_state *state = state_get_current(); in os_jump_to_file() 734 struct sandbox_state *state = state_get_current(); in os_find_u_boot() 796 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 189 struct sandbox_state *state_get_current(void); 201 int sandbox_read_state(struct sandbox_state *state, const char *fname); 215 int sandbox_write_state(struct sandbox_state *state, const char *fname); 257 void state_reset_for_test(struct sandbox_state *state); 264 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() 91 struct sandbox_state *state = state_get_current(); in sandbox_sysreset_get_last()
|
/u-boot/include/ |
A D | os.h | 17 struct sandbox_state; 155 int os_parse_args(struct sandbox_state *state, int argc, char *argv[]);
|
A D | spi_flash.h | 120 struct sandbox_state; 122 int sandbox_sf_bind_emul(struct sandbox_state *state, int busnum, int cs, 125 void sandbox_sf_unbind_emul(struct sandbox_state *state, int busnum, int cs);
|
A D | spi.h | 638 struct sandbox_state; 654 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/test/dm/ |
A D | hwspinlock.c | 18 struct sandbox_state *state = state_get_current(); in dm_test_hwspinlock_base()
|
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 | wdt.c | 18 struct sandbox_state *state = state_get_current(); in dm_test_wdt_base()
|
A D | test-main.c | 84 struct sandbox_state *state = state_get_current(); in dm_do_test()
|
/u-boot/drivers/spi/ |
A D | sandbox_spi.c | 48 __weak int sandbox_spi_get_emul(struct sandbox_state *state, in sandbox_spi_get_emul() 73 struct sandbox_state *state = state_get_current(); in sandbox_spi_xfer()
|
/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() 521 int sandbox_sf_bind_emul(struct sandbox_state *state, int busnum, int cs, in sandbox_sf_bind_emul() 553 void sandbox_sf_unbind_emul(struct sandbox_state *state, int busnum, int cs) in sandbox_sf_unbind_emul() 563 int sandbox_spi_get_emul(struct sandbox_state *state, in sandbox_spi_get_emul()
|
/u-boot/drivers/video/ |
A D | sandbox_sdl.c | 30 struct sandbox_state *state = state_get_current(); in sandbox_sdl_probe()
|
/u-boot/test/ |
A D | ut.c | 125 struct sandbox_state *state = state_get_current(); in ut_silence_console()
|
/u-boot/drivers/serial/ |
A D | sandbox.c | 46 struct sandbox_state *state = state_get_current(); in sandbox_serial_probe()
|