Searched refs:exc_prop (Results 1 – 4 of 4) sorted by relevance
/external/u-boot/common/ |
D | image-sig.c | 296 char * const exc_prop[] = {"data"}; in fit_config_check_sig() local 356 exc_prop, ARRAY_SIZE(exc_prop), in fit_config_check_sig()
|
/external/u-boot/include/linux/ |
D | libfdt.h | 144 char * const exc_prop[], int exc_prop_count,
|
/external/u-boot/tools/ |
D | image-host.c | 505 char * const exc_prop[] = {"data"}; in fit_config_get_data() local 526 exc_prop, ARRAY_SIZE(exc_prop), in fit_config_get_data()
|
/external/u-boot/lib/libfdt/ |
D | fdt_region.c | 31 char * const exc_prop[], int exc_prop_count, in fdt_find_regions() argument 66 if (str_in_list(str, exc_prop, exc_prop_count)) in fdt_find_regions()
|