Lines Matching refs:fit_img_result
1251 int fit_img_result; in boot_get_fpga() local
1283 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() local
1393 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()
1409 return fit_img_result; in boot_get_loadable()
1411 fit_img_result = fit_image_get_type(buf, in boot_get_loadable()
1412 fit_img_result, in boot_get_loadable()
1414 if (fit_img_result < 0) { in boot_get_loadable()
1416 return fit_img_result; in boot_get_loadable()