Searched refs:fit_img_result (Results 1 – 1 of 1) sorted by relevance
1233 int fit_img_result; in boot_get_fpga() local1263 fit_img_result = fit_image_load(images, in boot_get_fpga()1276 if (fit_img_result < 0) { in boot_get_fpga()1278 return fit_img_result; in boot_get_fpga()1344 int fit_img_result; in boot_get_loadable() local1373 fit_img_result = fit_image_load(images, in boot_get_loadable()1381 if (fit_img_result < 0) { in boot_get_loadable()1383 return fit_img_result; in boot_get_loadable()1386 fit_img_result = fit_image_get_node(buf, uname); in boot_get_loadable()1387 if (fit_img_result < 0) { in boot_get_loadable()[all …]