Lines Matching refs:fit_img_result
1463 int fit_img_result; in boot_get_fpga() local
1493 fit_img_result = fit_image_load(images, in boot_get_fpga()
1506 if (fit_img_result < 0) { in boot_get_fpga()
1508 return fit_img_result; in boot_get_fpga()
1574 int fit_img_result; in boot_get_loadable() local
1603 fit_img_result = fit_image_load(images, in boot_get_loadable()
1611 if (fit_img_result < 0) { in boot_get_loadable()
1613 return fit_img_result; in boot_get_loadable()
1616 fit_img_result = fit_image_get_node(buf, uname); in boot_get_loadable()
1617 if (fit_img_result < 0) { in boot_get_loadable()
1619 return fit_img_result; in boot_get_loadable()
1621 fit_img_result = fit_image_get_type(buf, in boot_get_loadable()
1622 fit_img_result, in boot_get_loadable()
1624 if (fit_img_result < 0) { in boot_get_loadable()
1626 return fit_img_result; in boot_get_loadable()