Home
last modified time | relevance | path

Searched refs:sandbox_state (Results 1 – 24 of 24) sorted by relevance

/external/u-boot/arch/sandbox/cpu/
Dstart.c21 struct sandbox_state *state = state_get_current(); in sandbox_early_getopt_check()
75 static int sandbox_cmdline_cb_help(struct sandbox_state *state, const char *arg) in sandbox_cmdline_cb_help()
85 struct sandbox_state *state = state_get_current(); in sandbox_main_loop_init()
109 static int sandbox_cmdline_cb_boot(struct sandbox_state *state, in sandbox_cmdline_cb_boot()
117 static int sandbox_cmdline_cb_command(struct sandbox_state *state, in sandbox_cmdline_cb_command()
125 static int sandbox_cmdline_cb_fdt(struct sandbox_state *state, const char *arg) in sandbox_cmdline_cb_fdt()
132 static int sandbox_cmdline_cb_default_fdt(struct sandbox_state *state, in sandbox_cmdline_cb_default_fdt()
151 static int sandbox_cmdline_cb_test_fdt(struct sandbox_state *state, in sandbox_cmdline_cb_test_fdt()
176 static int sandbox_cmdline_cb_interactive(struct sandbox_state *state, in sandbox_cmdline_cb_interactive()
185 static int sandbox_cmdline_cb_jump(struct sandbox_state *state, in sandbox_cmdline_cb_jump()
[all …]
Dstate.c13 static struct sandbox_state main_state;
14 static struct sandbox_state *state; /* Pointer to current state record */
45 static int state_read_file(struct sandbox_state *state, const char *fname) in state_read_file()
98 int sandbox_read_state_nodes(struct sandbox_state *state, in sandbox_read_state_nodes()
141 int sandbox_read_state(struct sandbox_state *state, const char *fname) in sandbox_read_state()
188 int sandbox_write_state_node(struct sandbox_state *state, in sandbox_write_state_node()
234 int sandbox_write_state(struct sandbox_state *state, const char *fname) in sandbox_write_state()
334 struct sandbox_state *state_get_current(void) in state_get_current()
342 struct sandbox_state *state = state_get_current(); in state_set_skip_delays()
349 struct sandbox_state *state = state_get_current(); in state_get_skip_delays()
[all …]
Dcpu.c45 struct sandbox_state *state = state_get_current(); in __udelay()
96 struct sandbox_state *state; in phys_to_virt()
126 struct sandbox_state *state = state_get_current(); in find_tag()
208 struct sandbox_state *state = state_get_current(); in map_to_sysmem()
231 struct sandbox_state *state = state_get_current(); in sandbox_read()
252 struct sandbox_state *state = state_get_current(); in sandbox_write()
275 struct sandbox_state *state = state_get_current(); in sandbox_set_enable_memio()
295 struct sandbox_state *state = state_get_current(); in sandbox_read_fdt_from_file()
Dspl.c18 struct sandbox_state *state = state_get_current(); in board_init_f()
52 struct sandbox_state *state = state_get_current(); in spl_board_init()
Dos.c291 int os_parse_args(struct sandbox_state *state, int argc, char *argv[]) in os_parse_args()
516 struct sandbox_state *state = state_get_current(); in os_write_ram_buf()
532 struct sandbox_state *state = state_get_current(); in os_read_ram_buf()
630 struct sandbox_state *state = state_get_current(); in os_jump_to_file()
696 struct sandbox_state *state = state_get_current(); in os_find_u_boot()
Dsdl.c79 struct sandbox_state *state = state_get_current(); in sandbox_sdl_init_display()
/external/u-boot/arch/sandbox/include/asm/
Dstate.h66 struct sandbox_state { struct
187 struct sandbox_state *state_get_current(void);
199 int sandbox_read_state(struct sandbox_state *state, const char *fname);
213 int sandbox_write_state(struct sandbox_state *state, const char *fname);
255 void state_reset_for_test(struct sandbox_state *state);
262 void state_show(struct sandbox_state *state);
Dgetopt.h12 struct sandbox_state;
31 int (*callback)(struct sandbox_state *state, const char *opt);
/external/u-boot/drivers/watchdog/
Dsandbox_wdt.c13 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()
/external/u-boot/drivers/sysreset/
Dsysreset_sandbox.c17 struct sandbox_state *state = state_get_current(); in sandbox_warm_sysreset_request()
46 struct sandbox_state *state = state_get_current(); in sandbox_sysreset_request()
88 struct sandbox_state *state = state_get_current(); in sandbox_sysreset_get_last()
/external/u-boot/drivers/hwspinlock/
Dsandbox_hwspinlock.c13 struct sandbox_state *state = state_get_current(); in sandbox_lock()
28 struct sandbox_state *state = state_get_current(); in sandbox_unlock()
/external/u-boot/include/
Dspi_flash.h134 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);
Dos.h17 struct sandbox_state;
174 int os_parse_args(struct sandbox_state *state, int argc, char *argv[]);
Dspi.h594 struct sandbox_state;
610 int sandbox_spi_get_emul(struct sandbox_state *state,
/external/u-boot/drivers/remoteproc/
Dsandbox_testproc.c21 enum sandbox_state { enum
34 enum sandbox_state current_state;
74 enum sandbox_state next_state) in sandbox_dev_move_to_state()
/external/u-boot/drivers/spi/
Dsandbox_spi.c45 __weak int sandbox_spi_get_emul(struct sandbox_state *state, in sandbox_spi_get_emul()
56 struct sandbox_state *state = state_get_current(); in sandbox_spi_xfer()
/external/u-boot/test/dm/
Dsysreset.c17 struct sandbox_state *state = state_get_current(); in dm_test_sysreset_base()
70 struct sandbox_state *state = state_get_current(); in dm_test_sysreset_walk()
Dhwspinlock.c17 struct sandbox_state *state = state_get_current(); in dm_test_hwspinlock_base()
Dwdt.c17 struct sandbox_state *state = state_get_current(); in dm_test_wdt_base()
Dspi.c21 struct sandbox_state *state = state_get_current(); in dm_test_spi_find()
Dtest-main.c81 struct sandbox_state *state = state_get_current(); in dm_do_test()
/external/u-boot/drivers/mtd/spi/
Dsandbox.c127 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()
/external/u-boot/cmd/
Dsb.c32 struct sandbox_state *state; in do_sb_state()
/external/u-boot/drivers/serial/
Dsandbox.c68 struct sandbox_state *state = state_get_current(); in sandbox_serial_probe()