Searched refs:fdt_property_string (Results 1 – 7 of 7) sorted by relevance
/external/u-boot/tools/ |
D | fit_image.c | 162 return fdt_property_string(fdt, name, str); in fdt_property_strf() 207 fdt_property_string(fdt, FIT_DESC_PROP, params->imagename); in fit_write_images() 208 fdt_property_string(fdt, FIT_TYPE_PROP, typename); in fit_write_images() 209 fdt_property_string(fdt, FIT_ARCH_PROP, in fit_write_images() 211 fdt_property_string(fdt, FIT_OS_PROP, in fit_write_images() 213 fdt_property_string(fdt, FIT_COMP_PROP, in fit_write_images() 237 fdt_property_string(fdt, FIT_DESC_PROP, str); in fit_write_images() 242 fdt_property_string(fdt, FIT_TYPE_PROP, typename); in fit_write_images() 243 fdt_property_string(fdt, FIT_ARCH_PROP, in fit_write_images() 245 fdt_property_string(fdt, FIT_COMP_PROP, in fit_write_images() [all …]
|
/external/dtc/tests/ |
D | sw_tree1.c | 127 CHECK(fdt_property_string(fdt, "compatible", "test_tree1")); in main() 130 CHECK(fdt_property_string(fdt, "prop-str", TEST_STRING_1)); in main() 135 CHECK(fdt_property_string(fdt, "compatible", "subnode1")); in main()
|
/external/u-boot/lib/ |
D | fdtdec_test.c | 74 CHECK(fdt_property_string(fdt, name, value)); in make_fdt() 82 CHECK(fdt_property_string(fdt, "compatible", in make_fdt() 85 CHECK(fdt_property_string(fdt, "status", "disabled")); in make_fdt()
|
/external/dtc/libfdt/ |
D | libfdt.h | 1333 #define fdt_property_string(fdt, name, str) \ macro
|
/external/arm-trusted-firmware/include/lib/libfdt/ |
D | libfdt.h | 1336 #define fdt_property_string(fdt, name, str) \ macro
|
/external/u-boot/scripts/dtc/libfdt/ |
D | libfdt.h | 1469 #define fdt_property_string(fdt, name, str) \ macro
|
/external/u-boot/scripts/dtc/pylibfdt/ |
D | libfdt.i_shipped | 876 while self.check_space(fdt_property_string(self._fdt, name, string)): 1109 int fdt_property_string(void *fdt, const char *name, const char *val);
|