Searched refs:fit_img_result (Results 1 – 1 of 1) sorted by relevance
1251 int fit_img_result; in boot_get_fpga() local1283 fit_img_result = fit_image_load(images, in boot_get_fpga()1296 if (fit_img_result < 0) { in boot_get_fpga()1298 return fit_img_result; in boot_get_fpga()1364 int fit_img_result; in boot_get_loadable() local1393 fit_img_result = fit_image_load(images, in boot_get_loadable()1401 if (fit_img_result < 0) { in boot_get_loadable()1403 return fit_img_result; in boot_get_loadable()1406 fit_img_result = fit_image_get_node(buf, uname); in boot_get_loadable()1407 if (fit_img_result < 0) { in boot_get_loadable()[all …]