Searched refs:fdt_appendprop_cell (Results 1 - 3 of 3) sorted by relevance

/external/dtc/tests/
H A Dappendprop2.c55 CHECK(fdt_appendprop_cell(fdt, 0, "prop-int", TEST_VALUE_2));
H A Dappendprop1.c61 CHECK(fdt_appendprop_cell(fdt, 0, "prop-int", TEST_VALUE_1));
/external/dtc/libfdt/
H A Dlibfdt.h1694 * fdt_appendprop_cell - append a single cell value to a property
1698 static inline int fdt_appendprop_cell(void *fdt, int nodeoffset, function

Completed in 122 milliseconds