Searched refs:image_type_params (Results 1 – 16 of 16) sorted by relevance
/openbmc/u-boot/tools/ |
H A D | imagetool.c | 12 struct image_type_params *imagetool_get_type(int type) in imagetool_get_type() 14 struct image_type_params **curr; in imagetool_get_type() 17 struct image_type_params **start = __start_image_type; in imagetool_get_type() 18 struct image_type_params **end = __stop_image_type; in imagetool_get_type() 32 struct image_type_params *tparams, in imagetool_verify_print_header() 36 struct image_type_params **curr; in imagetool_verify_print_header() 39 struct image_type_params **start = __start_image_type; in imagetool_verify_print_header() 40 struct image_type_params **end = __stop_image_type; in imagetool_verify_print_header() 71 struct image_type_params *tparams, in imagetool_verify_print_header_by_type()
|
H A D | imagetool.h | 85 struct image_type_params { struct 150 struct image_type_params *); argument 164 struct image_type_params *imagetool_get_type(int type); 179 struct image_type_params *tparams, 198 struct image_type_params *tparams, 279 struct image_type_params **__start_image_type, **__stop_image_type; 286 extern struct image_type_params *__start_image_type[], *__stop_image_type[]; 311 static struct image_type_params __cat(image_type_, _id) = \ 325 static struct image_type_params *SECTION(image_type) __used \
|
H A D | socfpgaimage.c | 319 struct image_type_params *tparams, uint8_t ver) in sfp_vrec_header() 334 struct image_type_params *tparams) in socfpgaimage_vrec_header_v0() 340 struct image_type_params *tparams) in socfpgaimage_vrec_header_v1()
|
H A D | dumpimage.c | 30 static int dumpimage_extract_subimage(struct image_type_params *tparams, in dumpimage_extract_subimage() 64 struct image_type_params *tparams = NULL; in main()
|
H A D | rksd.c | 45 struct image_type_params *tparams) in rksd_vrec_header()
|
H A D | rkcommon.h | 112 struct image_type_params *tparams,
|
H A D | rkspi.c | 63 struct image_type_params *tparams) in rkspi_vrec_header()
|
H A D | aisimage.c | 161 uint32_t *parms, struct image_type_params *tparams, in ais_insert_cmd_header() 255 struct image_type_params *tparams) in aisimage_generate()
|
H A D | atmelimage.c | 241 struct image_type_params *tparams) in atmel_vrec_header()
|
H A D | rkcommon.c | 332 struct image_type_params *tparams, in rkcommon_vrec_header()
|
H A D | mkimage.c | 318 struct image_type_params *tparams = NULL; in main() 652 struct image_type_params *tparams = imagetool_get_type(params.type); in copy_file()
|
H A D | zynqmpimage.c | 431 struct image_type_params *tparams) in zynqmpimage_vrec_header()
|
H A D | mtk_image.c | 392 struct image_type_params *tparams) in mtk_image_vrec_header()
|
H A D | imximage.c | 908 struct image_type_params *tparams) in imximage_generate()
|
H A D | mxsimage.c | 2251 struct image_type_params *tparams) in sb_build_image() 2321 struct image_type_params *tparams) in mxsimage_generate()
|
H A D | kwbimage.c | 1643 struct image_type_params *tparams) in kwbimage_generate()
|