/u-boot/arch/sandbox/cpu/ |
A D | start.c | 60 struct sandbox_state *state = state_get_current(); in sandbox_early_getopt_check() local 136 struct sandbox_state *state = state_get_current(); in sandbox_main_loop_init() local 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 | 16 static struct sandbox_state *state; /* Pointer to current state record */ variable 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() 344 struct sandbox_state *state = state_get_current(); in state_set_skip_delays() local 351 struct sandbox_state *state = state_get_current(); in state_get_skip_delays() local 356 void state_reset_for_test(struct sandbox_state *state) in state_reset_for_test()
|
A D | cpu.c | 50 struct sandbox_state *state = state_get_current(); in __udelay() local 101 struct sandbox_state *state; in phys_to_virt() local 131 struct sandbox_state *state = state_get_current(); in find_tag() local 213 struct sandbox_state *state = state_get_current(); in map_to_sysmem() local 236 struct sandbox_state *state = state_get_current(); in sandbox_read() local 257 struct sandbox_state *state = state_get_current(); in sandbox_write() local 280 struct sandbox_state *state = state_get_current(); in sandbox_set_enable_memio() local 300 struct sandbox_state *state = state_get_current(); in sandbox_read_fdt_from_file() local
|
A D | spl.c | 23 struct sandbox_state *state = state_get_current(); in board_init_f() local 57 struct sandbox_state *state = state_get_current(); in spl_board_init() local
|
/u-boot/common/ |
A D | bouncebuf.c | 16 static int addr_aligned(struct bounce_buffer *state) in addr_aligned() 36 int bounce_buffer_start_extalign(struct bounce_buffer *state, void *data, in bounce_buffer_start_extalign() 39 int (*addr_is_aligned)(struct bounce_buffer *state)) in bounce_buffer_start_extalign() 69 int bounce_buffer_start(struct bounce_buffer *state, void *data, in bounce_buffer_start() 77 int bounce_buffer_stop(struct bounce_buffer *state) in bounce_buffer_stop()
|
/u-boot/board/corscience/tricorder/ |
A D | led.c | 17 void __led_init(led_id_t mask, int state) in __led_init() 44 int state; in __led_toggle() local 51 void __led_set(led_id_t mask, int state) in __led_set()
|
/u-boot/drivers/watchdog/ |
A D | sandbox_wdt.c | 13 struct sandbox_state *state = state_get_current(); in sandbox_wdt_start() local 23 struct sandbox_state *state = state_get_current(); in sandbox_wdt_stop() local 32 struct sandbox_state *state = state_get_current(); in sandbox_wdt_reset() local
|
/u-boot/board/ti/beagle/ |
A D | led.c | 43 void __led_init (led_id_t mask, int state) in __led_init() 55 int state, toggle_gpio; in __led_toggle() local 64 void __led_set (led_id_t mask, int state) in __led_set()
|
/u-boot/lib/zlib/ |
A D | inflate.c | 10 struct inflate_state FAR *state; in inflateReset() local 36 struct inflate_state FAR *state; in inflateInit2_() local 78 local void fixedtables(struct inflate_state FAR *state) in fixedtables() 102 struct inflate_state FAR *state; in updatewindow() local 330 struct inflate_state FAR *state; in inflate() local 931 struct inflate_state FAR *state; in inflateEnd() local
|
/u-boot/drivers/misc/ |
A D | pca9551_led.c | 40 static int pca9551_led_get_state(int led, int *state) in pca9551_led_get_state() 64 static int pca9551_led_set_state(int led, int state) in pca9551_led_set_state() 121 void __led_init(led_id_t id, int state) in __led_init() 125 void __led_set(led_id_t mask, int state) in __led_set() 135 int state = 0; in __led_toggle() local
|
A D | gpio_led.c | 18 static int gpio_led_gpio_value(led_id_t mask, int state) in gpio_led_gpio_value() 30 void __led_init(led_id_t mask, int state) in __led_init() 43 void __led_set(led_id_t mask, int state) in __led_set()
|
A D | status_led.c | 23 int state; member 106 void status_led_set(int led, int state) in status_led_set()
|
/u-boot/lib/ |
A D | aes.c | 327 static void shift_rows(u8 *state) in shift_rows() 365 static void inv_shift_rows(u8 *state) in inv_shift_rows() 399 static void mix_sub_columns(u8 *state) in mix_sub_columns() 447 static void inv_mix_sub_columns(u8 *state) in inv_mix_sub_columns() 500 static void add_round_key(u32 *state, u32 *key) in add_round_key() 575 u8 state[AES_STATECOLS * 4]; in aes_encrypt() local 598 u8 state[AES_STATECOLS * 4]; in aes_decrypt() local
|
A D | xxhash.c | 215 struct xxh32_state state; in xxh32_reset() local 229 struct xxh64_state state; in xxh64_reset() local 240 int xxh32_update(struct xxh32_state *state, const void *input, const size_t len) in xxh32_update() 309 uint32_t xxh32_digest(const struct xxh32_state *state) in xxh32_digest() 347 int xxh64_update(struct xxh64_state *state, const void *input, const size_t len) in xxh64_update() 414 uint64_t xxh64_digest(const struct xxh64_state *state) in xxh64_digest()
|
/u-boot/drivers/sysreset/ |
A D | sysreset_sandbox.c | 17 struct sandbox_state *state = state_get_current(); in sandbox_warm_sysreset_request() local 46 struct sandbox_state *state = state_get_current(); in sandbox_sysreset_request() local 91 struct sandbox_state *state = state_get_current(); in sandbox_sysreset_get_last() local
|
/u-boot/drivers/hwspinlock/ |
A D | sandbox_hwspinlock.c | 13 struct sandbox_state *state = state_get_current(); in sandbox_lock() local 28 struct sandbox_state *state = state_get_current(); in sandbox_unlock() local
|
/u-boot/drivers/tee/ |
A D | sandbox.c | 117 struct sandbox_tee_state *state = dev_get_priv(dev); in ta_avb_invoke_func() local 374 struct sandbox_tee_state *state = dev_get_priv(dev); in sandbox_tee_close_session() local 403 struct sandbox_tee_state *state = dev_get_priv(dev); in sandbox_tee_open_session() local 438 struct sandbox_tee_state *state = dev_get_priv(dev); in sandbox_tee_invoke_func() local 464 struct sandbox_tee_state *state = dev_get_priv(dev); in sandbox_tee_shm_register() local 473 struct sandbox_tee_state *state = dev_get_priv(dev); in sandbox_tee_shm_unregister() local 482 struct sandbox_tee_state *state = dev_get_priv(dev); in sandbox_tee_remove() local 491 struct sandbox_tee_state *state = dev_get_priv(dev); in sandbox_tee_probe() local
|
/u-boot/test/dm/ |
A D | sysreset.c | 18 struct sandbox_state *state = state_get_current(); in dm_test_sysreset_base() local 73 struct sandbox_state *state = state_get_current(); in dm_test_sysreset_walk() local
|
A D | mux-emul.c | 15 u32 state; member 18 static int mux_emul_set(struct mux_control *mux, int state) in mux_emul_set()
|
A D | mux-cmd.c | 120 unsigned int i, state; in dm_test_cmd_mux_select() local 154 unsigned int i, state; in dm_test_cmd_mux_deselect() local
|
/u-boot/fs/btrfs/ |
A D | extent-io.c | 26 struct extent_state *state; in alloc_extent_state() local 38 static void btrfs_free_extent_state(struct extent_state *state) in btrfs_free_extent_state() 73 struct extent_state *state) in merge_state() 113 struct extent_state *state, u64 start, u64 end, in insert_state() 153 struct extent_state *state, int bits) in clear_state_bit() 228 struct extent_state *state; in clear_extent_bits() local 322 struct extent_state *state; in set_extent_bits() local 457 struct extent_state *state; in find_first_extent_bit() local 487 struct extent_state *state = NULL; in test_range_bit() local 525 struct extent_state *state; in set_state_private() local [all …]
|
/u-boot/arch/x86/cpu/ |
A D | turbo.c | 24 static inline void set_global_turbo_state(int state) in set_global_turbo_state() 33 static inline void set_global_turbo_state(int state) in set_global_turbo_state()
|
A D | mtrr.c | 33 void mtrr_open(struct mtrr_state *state, bool do_caches) in mtrr_open() 49 void mtrr_close(struct mtrr_state *state, bool do_caches) in mtrr_close() 83 struct mtrr_state state; in mtrr_write_all() local 144 struct mtrr_state state; in mtrr_commit() local 286 struct mtrr_state state; in mtrr_start_op() local
|
/u-boot/arch/arm/cpu/arm920t/ep93xx/ |
A D | led.c | 51 void __led_init(led_id_t mask, int state) in __led_init() 72 void __led_set(led_id_t mask, int state) in __led_set()
|
/u-boot/drivers/clk/ |
A D | clk_boston.c | 31 struct clk_boston *state = dev_get_plat(clk->dev); in clk_boston_get_rate() local 63 struct clk_boston *state = dev_get_plat(dev); in clk_boston_of_to_plat() local
|