HomeSort by: relevance | last modified time | path
    Searched refs:fdt_property_string (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl2/dtc/dist/tests/
sw_states.c 57 CHECK_BADSTATE(fdt_property_string(fdt, "bad-str", "TEST_STRING_1"));
65 CHECK_BADSTATE(fdt_property_string(fdt, "bad-str", "TEST_STRING_1"));
77 CHECK_OK(fdt_property_string(fdt, "compatible", "test_tree1"));
80 CHECK_OK(fdt_property_string(fdt, "prop-str", TEST_STRING_1));
85 CHECK_OK(fdt_property_string(fdt, "compatible", "subnode1"));
124 CHECK_BADSTATE(fdt_property_string(fdt, "bad-str", "TEST_STRING_1"));
sw_tree1.c 176 CHECK(fdt_property_string(fdt, "compatible", "test_tree1"));
179 CHECK(fdt_property_string(fdt, "prop-str", TEST_STRING_1));
184 CHECK(fdt_property_string(fdt, "compatible", "subnode1"));
  /src/external/gpl2/dtc/dist/pylibfdt/
libfdt.i 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);
  /src/sys/external/bsd/libfdt/dist/
libfdt.h 1470 #define fdt_property_string(fdt, name, str) \ macro

Completed in 20 milliseconds