Home
last modified time | relevance | path

Searched refs:fdt_property_string (Results 1 – 7 of 7) sorted by relevance

/external/u-boot/tools/
Dfit_image.c162 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/
Dsw_tree1.c127 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/
Dfdtdec_test.c74 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/
Dlibfdt.h1333 #define fdt_property_string(fdt, name, str) \ macro
/external/arm-trusted-firmware/include/lib/libfdt/
Dlibfdt.h1336 #define fdt_property_string(fdt, name, str) \ macro
/external/u-boot/scripts/dtc/libfdt/
Dlibfdt.h1469 #define fdt_property_string(fdt, name, str) \ macro
/external/u-boot/scripts/dtc/pylibfdt/
Dlibfdt.i_shipped876 while self.check_space(fdt_property_string(self._fdt, name, string)):
1109 int fdt_property_string(void *fdt, const char *name, const char *val);