Home
last modified time | relevance | path

Searched defs:state (Results 1 – 25 of 216) sorted by relevance

123456789

/u-boot/arch/sandbox/cpu/
A Dstart.c60 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 Dstate.c16 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 Dcpu.c50 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 Dspl.c23 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 Dbouncebuf.c16 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 Dled.c17 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 Dsandbox_wdt.c13 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 Dled.c43 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 Dinflate.c10 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 Dpca9551_led.c40 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 Dgpio_led.c18 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 Dstatus_led.c23 int state; member
106 void status_led_set(int led, int state) in status_led_set()
/u-boot/lib/
A Daes.c327 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 Dxxhash.c215 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 Dsysreset_sandbox.c17 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 Dsandbox_hwspinlock.c13 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 Dsandbox.c117 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 Dsysreset.c18 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 Dmux-emul.c15 u32 state; member
18 static int mux_emul_set(struct mux_control *mux, int state) in mux_emul_set()
A Dmux-cmd.c120 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 Dextent-io.c26 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 Dturbo.c24 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 Dmtrr.c33 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 Dled.c51 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 Dclk_boston.c31 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

Completed in 47 milliseconds

123456789