Home
last modified time | relevance | path

Searched refs:genimg_get_comp_id (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/tools/
H A Dmkimage.c175 params.comp = genimg_get_comp_id(optarg); in process_args()
/openbmc/u-boot/include/
H A Dimage.h558 int genimg_get_comp_id(const char *name);
/openbmc/u-boot/common/
H A Dimage.c790 int genimg_get_comp_id(const char *name) in genimg_get_comp_id() function
H A Dimage-fit.c773 *comp = genimg_get_comp_id(data); in fit_image_get_comp()