Searched refs:env_map_common (Results 1 – 3 of 3) sorted by relevance
/u-boot/board/synopsys/hsdk/ |
A D | env-lib.h | 24 struct env_map_common { struct 42 void envs_cleanup_common(const struct env_map_common *map); argument 43 int envs_read_common(const struct env_map_common *map); 44 int envs_validate_common(const struct env_map_common *map); 45 int envs_read_validate_common(const struct env_map_common *map); 50 int envs_process_and_validate(const struct env_map_common *common, 54 int args_envs_enumerate(const struct env_map_common *map,
|
A D | env-lib.c | 13 static void env_clear_common(u32 index, const struct env_map_common *map) in env_clear_common() 19 static int env_read_common(u32 index, const struct env_map_common *map) in env_read_common() 71 static int env_validate_common(u32 index, const struct env_map_common *map) in env_validate_common() 147 void envs_cleanup_common(const struct env_map_common *map) in envs_cleanup_common() 154 int envs_read_common(const struct env_map_common *map) in envs_read_common() 167 int envs_validate_common(const struct env_map_common *map) in envs_validate_common() 180 int envs_read_validate_common(const struct env_map_common *map) in envs_read_validate_common() 219 int envs_process_and_validate(const struct env_map_common *common, in envs_process_and_validate() 236 static int args_envs_read_search(const struct env_map_common *map, in args_envs_read_search() 249 static int arg_read_set(const struct env_map_common *map, u32 i, int argc, in arg_read_set() [all …]
|
A D | hsdk.c | 141 static const struct env_map_common env_map_common[] = { variable 154 static const struct env_map_common env_map_clock[] = { 167 static const struct env_map_common env_map_mask[] = { 798 ret = envs_process_and_validate(env_map_common, env_map_core, is_cpu_used); in prepare_cpus()
|
Completed in 6 milliseconds