Home
last modified time | relevance | path

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

/aosp_15_r20/external/dtc/tests/
H A Dsw_states.c55 CHECK_BADSTATE(fdt_property_string(fdt, "bad-str", "TEST_STRING_1")); in main()
63 CHECK_BADSTATE(fdt_property_string(fdt, "bad-str", "TEST_STRING_1")); in main()
75 CHECK_OK(fdt_property_string(fdt, "compatible", "test_tree1")); in main()
78 CHECK_OK(fdt_property_string(fdt, "prop-str", TEST_STRING_1)); in main()
83 CHECK_OK(fdt_property_string(fdt, "compatible", "subnode1")); in main()
122 CHECK_BADSTATE(fdt_property_string(fdt, "bad-str", "TEST_STRING_1")); in main()
H A Dsw_tree1.c174 CHECK(fdt_property_string(fdt, "compatible", "test_tree1")); in main()
177 CHECK(fdt_property_string(fdt, "prop-str", TEST_STRING_1)); in main()
182 CHECK(fdt_property_string(fdt, "compatible", "subnode1")); in main()
/aosp_15_r20/external/dtc/pylibfdt/
H A Dlibfdt.i921 while self.check_space(fdt_property_string(self._fdt, name, string)):
1164 int fdt_property_string(void *fdt, const char *name, const char *val);
/aosp_15_r20/external/trusty/arm-trusted-firmware/include/lib/libfdt/
Dlibfdt.h1513 #define fdt_property_string(fdt, name, str) \ macro
/aosp_15_r20/external/dtc/libfdt/
H A Dlibfdt.h1513 #define fdt_property_string(fdt, name, str) \ macro
/aosp_15_r20/device/google/cuttlefish_vmm/qemu/x86_64-linux-gnu/usr/include/
Dlibfdt.h1499 #define fdt_property_string(fdt, name, str) \ macro
/aosp_15_r20/external/trusty/arm-trusted-firmware/services/spd/opteed/
Dopteed_main.c314 ret = fdt_property_string(fdt, "compatible", "coreboot"); in add_coreboot_node()