Searched refs:genimg_get_os_id (Results 1 – 6 of 6) sorted by relevance
37 if (genimg_get_os_id(fit_os) == IH_OS_U_BOOT) { in spl_opensbi_find_uboot_node()
234 if (genimg_get_os_id(data) == os) in spl_fit_images_find()
248 params.os = genimg_get_os_id(optarg); in process_args()
585 int genimg_get_os_id(const char *name);
1005 int genimg_get_os_id(const char *name) in genimg_get_os_id() function
699 *os = genimg_get_os_id(data); in fit_image_get_os()
Completed in 32 milliseconds