Searched refs:ih_category (Results 1 - 3 of 3) sorted by relevance

/u-boot/boot/
H A Dimage.c551 static const char *unknown_msg(enum ih_category category)
565 * @category: category to look up (enum ih_category)
573 const char *genimg_get_cat_name(enum ih_category category, uint id)
585 * @category: category to look up (enum ih_category)
593 const char *genimg_get_cat_short_name(enum ih_category category, uint id)
603 int genimg_get_cat_count(enum ih_category category)
608 const char *genimg_get_cat_desc(enum ih_category category)
615 * @category: category to look up (enum ih_category)
623 bool genimg_cat_has_id(enum ih_category category, uint id)
/u-boot/include/
H A Dimage.h56 enum ih_category { enum
548 const char *genimg_get_cat_name(enum ih_category category, uint id);
557 const char *genimg_get_cat_short_name(enum ih_category category, uint id);
565 int genimg_get_cat_count(enum ih_category category);
574 const char *genimg_get_cat_desc(enum ih_category category);
583 bool genimg_cat_has_id(enum ih_category category, uint id);
/u-boot/tools/
H A Dmkimage.c34 static enum ih_category cur_category;
46 static int show_valid_options(enum ih_category category)

Completed in 100 milliseconds