Searched refs:genimg_get_os_short_name (Results 1 – 3 of 3) sorted by relevance
207 fdt_property_string(fdt, "os", genimg_get_os_short_name(params->os)); in fit_write_images()248 fdt_property_string(fdt, "os", genimg_get_os_short_name(params->os)); in fit_write_images()
462 const char *genimg_get_os_short_name(uint8_t comp);
730 const char *genimg_get_os_short_name(uint8_t os) in genimg_get_os_short_name() function