| /u-boot/arch/sandbox/cpu/ |
| A D | start.c | 61 struct sandbox_state *state = state_get_current(); in sandbox_early_getopt_check() local 139 struct sandbox_state *state = state_get_current(); in sandbox_main_loop_init() local 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 | 352 struct sandbox_state *state = state_get_current(); in state_set_skip_delays() local 359 struct sandbox_state *state = state_get_current(); in state_get_skip_delays() local 364 void state_reset_for_test(struct sandbox_state *state) in state_reset_for_test() 387 struct sandbox_state *state = state_get_current(); in autoboot_keyed() local 394 struct sandbox_state *state = state_get_current(); in autoboot_set_keyed() local 404 struct sandbox_state *state = state_get_current(); in state_get_rel_filename() local 426 struct sandbox_state *state = state_get_current(); in state_load_other_fdt() local 452 struct sandbox_state *state = state_get_current(); in sandbox_set_eth_enable() local 459 struct sandbox_state *state = state_get_current(); in sandbox_eth_enabled() local 466 struct sandbox_state *state = state_get_current(); in sandbox_sf_set_enable_bootdevs() local [all …]
|
| A D | cpu.c | 49 struct sandbox_state *state = state_get_current(); in __udelay() local 100 struct sandbox_state *state; in phys_to_virt() local 130 struct sandbox_state *state = state_get_current(); in find_tag() local 212 struct sandbox_state *state = state_get_current(); in map_to_sysmem() local 235 struct sandbox_state *state = state_get_current(); in sandbox_read() local 256 struct sandbox_state *state = state_get_current(); in sandbox_write() local 279 struct sandbox_state *state = state_get_current(); in sandbox_set_enable_memio() local 324 struct sandbox_state *state = state_get_current(); in board_fdt_blob_setup() local
|
| A D | spl.c | 38 struct sandbox_state *state = state_get_current(); in board_init_f() local 88 struct sandbox_state *state = state_get_current(); in load_from_image() local 127 struct sandbox_state *state = state_get_current(); in spl_board_init() local
|
| /u-boot/common/ |
| A D | bouncebuf.c | 17 static int addr_aligned(struct bounce_buffer *state) in addr_aligned() 37 int bounce_buffer_start_extalign(struct bounce_buffer *state, void *data, in bounce_buffer_start_extalign() 40 int (*addr_is_aligned)(struct bounce_buffer *state)) in bounce_buffer_start_extalign() 70 int bounce_buffer_start(struct bounce_buffer *state, void *data, in bounce_buffer_start() 78 int bounce_buffer_stop(struct bounce_buffer *state) in bounce_buffer_stop()
|
| A D | event.c | 89 struct event_state *state = gd_event_state(); in notify_dynamic() local 180 struct event_state *state = gd_event_state(); in event_register() local 198 struct event_state *state = gd_event_state(); in event_uninit() local 209 struct event_state *state = gd_event_state(); in event_init() local
|
| /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/lib/ |
| A D | aes.c | 328 static void shift_rows(u8 *state) in shift_rows() 366 static void inv_shift_rows(u8 *state) in inv_shift_rows() 400 static void mix_sub_columns(u8 *state) in mix_sub_columns() 448 static void inv_mix_sub_columns(u8 *state) in inv_mix_sub_columns() 501 static void add_round_key(u32 *state, u32 *key) in add_round_key() 576 u8 state[AES_STATECOLS * 4]; in aes_encrypt() local 599 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/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()
|
| /u-boot/include/ |
| A D | mux.h | 54 #define mux_control_try_select(mux, state) mux_control_select(mux, state) argument 126 unsigned int state) in mux_control_select() 131 #define mux_control_try_select(mux, state) mux_control_select(mux, state) argument
|
| /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 90 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/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/drivers/tee/ |
| A D | sandbox.c | 170 struct sandbox_tee_state *state = dev_get_priv(dev); in ta_avb_invoke_func() local 433 struct sandbox_tee_state *state = dev_get_priv(dev); in sandbox_tee_close_session() local 462 struct sandbox_tee_state *state = dev_get_priv(dev); in sandbox_tee_open_session() local 497 struct sandbox_tee_state *state = dev_get_priv(dev); in sandbox_tee_invoke_func() local 523 struct sandbox_tee_state *state = dev_get_priv(dev); in sandbox_tee_shm_register() local 532 struct sandbox_tee_state *state = dev_get_priv(dev); in sandbox_tee_shm_unregister() local 541 struct sandbox_tee_state *state = dev_get_priv(dev); in sandbox_tee_remove() local 550 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()
|
| /u-boot/boot/ |
| A D | vbe_simple_os.c | 19 int vbe_simple_fixup_node(ofnode node, struct simple_state *state) in vbe_simple_fixup_node() 64 struct simple_state state; in bootmeth_vbe_simple_ft_fixup() local
|
| A D | vbe_simple.c | 35 u8 *buf, struct simple_state *state) in simple_read_version() 57 u8 *buf, struct simple_state *state) in simple_read_nvdata() 93 int vbe_simple_read_state(struct udevice *dev, struct simple_state *state) in vbe_simple_read_state() 131 struct simple_state state; in vbe_simple_get_state_desc() local
|
| /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 | 34 void mtrr_open(struct mtrr_state *state, bool do_caches) in mtrr_open() 50 void mtrr_close(struct mtrr_state *state, bool do_caches) in mtrr_close() 84 struct mtrr_state state; in mtrr_write_all() local 145 struct mtrr_state state; in mtrr_commit() local 289 struct mtrr_state state; in mtrr_start_op() local
|
| /u-boot/test/common/ |
| A D | event.c | 33 struct test_state state; in test_event_base() local 70 struct test_state state; in test_event_probe() local
|