Home
last modified time | relevance | path

Searched defs:head (Results 1 – 7 of 7) sorted by relevance

/rk3399_ARM-atf/lib/bl_aux_params/
H A Dbl_aux_params.c13 void bl_aux_params_parse(u_register_t head, in bl_aux_params_parse()
/rk3399_ARM-atf/plat/hisilicon/hikey/
H A Dhisi_mcu.c73 static int is_binary_header_invalid(struct mcu_image_head *head, in is_binary_header_invalid()
87 struct mcu_image_head *head) in is_binary_section_invalid()
160 struct mcu_image_head *head; in hisi_mcu_load_image() local
/rk3399_ARM-atf/include/export/common/
H A Dbl_common_exp.h61 bl_params_node_t *head; member
90 bl_load_info_node_t *head; member
/rk3399_ARM-atf/plat/nvidia/tegra/lib/debug/
H A Dprofiler.c48 static profiler_rec_t *head, *cur, *tail; variable
/rk3399_ARM-atf/drivers/renesas/common/console/
H A Drcar_printf.c34 uint32_t head; member
/rk3399_ARM-atf/lib/zlib/
H A Dinflate.h94 gz_headerp head; /* where to save gzip header information */ member
H A Dinflate.c1330 int ZEXPORT inflateGetHeader(z_streamp strm, gz_headerp head) { in inflateGetHeader()