Searched refs:fit_image_get_node (Results 1 – 9 of 9) sorted by relevance
| /rk3399_rockchip-uboot/cmd/ |
| H A D | source.c | 107 noffset = fit_image_get_node (fit_hdr, fit_uname); in source()
|
| H A D | ximg.c | 141 noffset = fit_image_get_node(fit_hdr, uname); in do_imgextract()
|
| H A D | fpga.c | 259 noffset = fit_image_get_node(fit_hdr, in do_fpga()
|
| /rk3399_rockchip-uboot/common/ |
| H A D | splash_source.c | 339 node_offset = fit_image_get_node(fit_header, location->name); in splash_load_fit()
|
| H A D | image-fit.c | 569 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 D | image.c | 1406 fit_img_result = fit_image_get_node(buf, uname); in boot_get_loadable()
|
| /rk3399_rockchip-uboot/drivers/cpu/ |
| H A D | rockchip_amp.c | 392 cpu_noffset = fit_image_get_node(fit, uname); in brought_up_all_amp()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | image.h | 1018 int fit_image_get_node(const void *fit, const char *image_uname);
|
| /rk3399_rockchip-uboot/drivers/net/fsl-mc/ |
| H A D | mc.c | 136 node_offset = fit_image_get_node(fit_hdr, uname); in parse_mc_firmware_fit_image()
|