Home
last modified time | relevance | path

Searched refs:genimg_get_os_id (Results 1 – 5 of 5) sorted by relevance

/rk3399_rockchip-uboot/common/spl/
H A Dspl_atf.c152 if (genimg_get_os_id(data) == os) in spl_fit_images_find()
/rk3399_rockchip-uboot/tools/
H A Dmkimage.c234 params.os = genimg_get_os_id(optarg); in process_args()
/rk3399_rockchip-uboot/include/
H A Dimage.h532 int genimg_get_os_id(const char *name);
/rk3399_rockchip-uboot/common/
H A Dimage.c791 int genimg_get_os_id(const char *name) in genimg_get_os_id() function
H A Dimage-fit.c617 *os = genimg_get_os_id(data); in fit_image_get_os()