OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fdt_property_cell
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/gpl2/dtc/dist/tests/
sw_states.c
87
CHECK_OK(
fdt_property_cell
(fdt, "prop-int", TEST_VALUE_1));
91
CHECK_OK(
fdt_property_cell
(fdt, "prop-int", TEST_VALUE_1));
99
CHECK_OK(
fdt_property_cell
(fdt, "linux,phandle", PHANDLE_1));
100
CHECK_OK(
fdt_property_cell
(fdt, "prop-int", TEST_VALUE_2));
105
CHECK_OK(
fdt_property_cell
(fdt, "phandle", PHANDLE_2));
108
CHECK_OK(
fdt_property_cell
(fdt, "prop-int", TEST_VALUE_2));
add_subnode_with_nops.c
51
CHECK(
fdt_property_cell
(fdt, "prop1", TEST_VALUE_1));
52
CHECK(
fdt_property_cell
(fdt, "prop2", TEST_VALUE_2));
sw_tree1.c
186
CHECK(
fdt_property_cell
(fdt, "prop-int", TEST_VALUE_1));
192
CHECK(
fdt_property_cell
(fdt, "prop-int", TEST_VALUE_1));
200
CHECK(
fdt_property_cell
(fdt, "linux,phandle", PHANDLE_1));
201
CHECK(
fdt_property_cell
(fdt, "prop-int", TEST_VALUE_2));
206
CHECK(
fdt_property_cell
(fdt, "phandle", PHANDLE_2));
209
CHECK(
fdt_property_cell
(fdt, "prop-int", TEST_VALUE_2));
/src/external/gpl2/dtc/dist/pylibfdt/
libfdt.i
922
while self.check_space(
fdt_property_cell
(self._fdt, name, val)):
1110
int
fdt_property_cell
(void *fdt, const char *name, uint32_t val);
/src/sys/external/bsd/libfdt/dist/
libfdt.h
1449
static inline int
fdt_property_cell
(void *fdt, const char *name, uint32_t val)
function
Completed in 23 milliseconds
Indexes created Fri Jun 19 00:25:02 UTC 2026