Searched refs:fwu_image_entry (Results 1 - 5 of 5) sorted by relevance

/u-boot/include/
H A Dfwu_mdata.h29 * struct fwu_image_entry - information for a particular type of image
38 struct fwu_image_entry { struct
65 struct fwu_image_entry img_entry[CONFIG_FWU_NUM_IMAGES_PER_BANK];
/u-boot/tools/
H A Dmkfwumdata.c88 (sizeof(struct fwu_image_entry) +
102 static struct fwu_image_entry *
108 (sizeof(struct fwu_image_entry) +
111 return (struct fwu_image_entry *)((char *)mobj->mdata + offset);
120 (sizeof(struct fwu_image_entry) +
122 sizeof(struct fwu_image_entry) +
177 struct fwu_image_entry *image = fwu_get_image(mobj, idx);
/u-boot/cmd/
H A Dfwu_mdata.c19 struct fwu_image_entry *img_entry;
/u-boot/lib/fwu_updates/
H A Dfwu.c112 struct fwu_image_entry *img_entry;
350 struct fwu_image_entry *img_entry;
452 struct fwu_image_entry *img_entry;
H A Dfwu_mtd.c111 struct fwu_image_entry *img, struct mtd_info *mtd)

Completed in 34 milliseconds