Home
last modified time | relevance | path

Searched defs:type_str (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/cmd/
H A Dtpm.c106 static int type_string_get_num_values(const char *type_str) in type_string_get_num_values()
118 static size_t type_string_get_space_size(const char *type_str) in type_string_get_space_size()
149 static void *type_string_alloc(const char *type_str, uint32_t *count) in type_string_alloc()
173 static int type_string_pack(const char *type_str, char * const values[], in type_string_pack()
211 static int type_string_write_vars(const char *type_str, uint8_t *data, in type_string_write_vars()
/rk3399_rockchip-uboot/arch/arm/mach-omap2/
H A Demif-common.c990 const char *type_str; in display_sdram_details() local