Searched refs:exc_prop (Results 1 – 4 of 4) sorted by relevance
/u-boot/include/ |
A D | fdt_region.h | 138 char * const exc_prop[], int exc_prop_count,
|
/u-boot/common/ |
A D | image-fit-sig.c | 248 char * const exc_prop[] = {"data", "data-size", "data-position"}; in fit_config_check_sig() local 327 exc_prop, ARRAY_SIZE(exc_prop), in fit_config_check_sig()
|
A D | fdt_region.c | 33 char * const exc_prop[], int exc_prop_count, in fdt_find_regions() argument 75 if (str_in_list(str, exc_prop, exc_prop_count)) in fdt_find_regions()
|
/u-boot/tools/ |
A D | image-host.c | 853 char * const exc_prop[] = {"data"}; in fit_config_get_data() local 874 exc_prop, ARRAY_SIZE(exc_prop), in fit_config_get_data()
|
Completed in 7 milliseconds