Home
last modified time | relevance | path

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

/external/u-boot/cmd/
Dsource.c102 noffset = fit_image_get_node (fit_hdr, fit_uname); in source()
Dximg.c140 noffset = fit_image_get_node(fit_hdr, uname); in do_imgextract()
Dfpga.c306 noffset = fit_image_get_node(fit_hdr, in do_fpga()
/external/u-boot/common/
Dsplash_source.c338 node_offset = fit_image_get_node(fit_header, location->name); in splash_load_fit()
Dimage-fit.c623 int fit_image_get_node(const void *fit, const char *image_uname) in fit_image_get_node() function
1698 return fit_image_get_node(fit, uname); in fit_conf_get_prop_node_index()
1821 noffset = fit_image_get_node(fit, fit_uname); in fit_image_load()
Dimage.c1383 fit_img_result = fit_image_get_node(buf, uname); in boot_get_loadable()
/external/u-boot/include/
Dimage.h981 int fit_image_get_node(const void *fit, const char *image_uname);
/external/u-boot/drivers/net/fsl-mc/
Dmc.c135 node_offset = fit_image_get_node(fit_hdr, uname); in parse_mc_firmware_fit_image()