Searched refs:fdt_property_string (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/dtc/tests/ |
H A D | sw_states.c | 55 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 D | sw_tree1.c | 174 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 D | libfdt.i | 921 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/ |
D | libfdt.h | 1513 #define fdt_property_string(fdt, name, str) \ macro
|
/aosp_15_r20/external/dtc/libfdt/ |
H A D | libfdt.h | 1513 #define fdt_property_string(fdt, name, str) \ macro
|
/aosp_15_r20/device/google/cuttlefish_vmm/qemu/x86_64-linux-gnu/usr/include/ |
D | libfdt.h | 1499 #define fdt_property_string(fdt, name, str) \ macro
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/services/spd/opteed/ |
D | opteed_main.c | 314 ret = fdt_property_string(fdt, "compatible", "coreboot"); in add_coreboot_node()
|