Searched refs:fit_unamep (Results 1 – 3 of 3) sorted by relevance
/external/u-boot/common/ |
D | image-fit.c | 1809 const char **fit_unamep, const char **fit_uname_configp, in fit_image_load() argument 1831 fit_uname = fit_unamep ? *fit_unamep : NULL; in fit_image_load() 2040 if (fit_unamep) in fit_image_load() 2041 *fit_unamep = (char *)fit_uname; in fit_image_load() 2071 const char **fit_unamep, const char **fit_uname_configp, in boot_get_fdt_fit() argument 2090 fit_uname = fit_unamep ? *fit_unamep : NULL; in boot_get_fdt_fit() 2211 if (fit_unamep) in boot_get_fdt_fit() 2212 *fit_unamep = fit_uname; in boot_get_fdt_fit()
|
/external/u-boot/prebuilt-intermediates/ |
D | image.h | 634 const char **fit_unamep, const char **fit_uname_configp, 668 const char **fit_unamep, const char **fit_uname_configp,
|
/external/u-boot/include/ |
D | image.h | 634 const char **fit_unamep, const char **fit_uname_configp, 668 const char **fit_unamep, const char **fit_uname_configp,
|