Home
last modified time | relevance | path

Searched refs:fit_image_get_node (Results 1 – 9 of 9) sorted by relevance

/rk3399_rockchip-uboot/cmd/
H A Dsource.c107 noffset = fit_image_get_node (fit_hdr, fit_uname); in source()
H A Dximg.c141 noffset = fit_image_get_node(fit_hdr, uname); in do_imgextract()
H A Dfpga.c259 noffset = fit_image_get_node(fit_hdr, in do_fpga()
/rk3399_rockchip-uboot/common/
H A Dsplash_source.c339 node_offset = fit_image_get_node(fit_header, location->name); in splash_load_fit()
H A Dimage-fit.c569 int fit_image_get_node(const void *fit, const char *image_uname) in fit_image_get_node() function
2003 return fit_image_get_node(fit, uname); in fit_conf_get_prop_node_index()
2218 noffset = fit_image_get_node(fit, fit_uname); in fit_image_load_index()
H A Dimage.c1406 fit_img_result = fit_image_get_node(buf, uname); in boot_get_loadable()
/rk3399_rockchip-uboot/drivers/cpu/
H A Drockchip_amp.c392 cpu_noffset = fit_image_get_node(fit, uname); in brought_up_all_amp()
/rk3399_rockchip-uboot/include/
H A Dimage.h1018 int fit_image_get_node(const void *fit, const char *image_uname);
/rk3399_rockchip-uboot/drivers/net/fsl-mc/
H A Dmc.c136 node_offset = fit_image_get_node(fit_hdr, uname); in parse_mc_firmware_fit_image()