Home
last modified time | relevance | path

Searched defs:nodeoffset (Results 1 – 11 of 11) sorted by relevance

/external/dtc/libfdt/
Dlibfdt.h588 static inline struct fdt_property *fdt_get_property_w(void *fdt, int nodeoffset, in fdt_get_property_w()
643 static inline void *fdt_getprop_namelen_w(void *fdt, int nodeoffset, in fdt_getprop_namelen_w()
681 static inline void *fdt_getprop_w(void *fdt, int nodeoffset, in fdt_getprop_w()
1173 static inline int fdt_setprop_inplace_u32(void *fdt, int nodeoffset, in fdt_setprop_inplace_u32()
1208 static inline int fdt_setprop_inplace_u64(void *fdt, int nodeoffset, in fdt_setprop_inplace_u64()
1220 static inline int fdt_setprop_inplace_cell(void *fdt, int nodeoffset, in fdt_setprop_inplace_cell()
1446 static inline int fdt_setprop_u32(void *fdt, int nodeoffset, const char *name, in fdt_setprop_u32()
1481 static inline int fdt_setprop_u64(void *fdt, int nodeoffset, const char *name, in fdt_setprop_u64()
1493 static inline int fdt_setprop_cell(void *fdt, int nodeoffset, const char *name, in fdt_setprop_cell()
1527 #define fdt_setprop_string(fdt, nodeoffset, name, str) \ argument
[all …]
Dfdt_ro.c233 const char *fdt_get_name(const void *fdt, int nodeoffset, int *len) in fdt_get_name()
253 int fdt_first_property_offset(const void *fdt, int nodeoffset) in fdt_first_property_offset()
317 int nodeoffset, in fdt_get_property()
324 const void *fdt_getprop_namelen(const void *fdt, int nodeoffset, in fdt_getprop_namelen()
349 const void *fdt_getprop(const void *fdt, int nodeoffset, in fdt_getprop()
355 uint32_t fdt_get_phandle(const void *fdt, int nodeoffset) in fdt_get_phandle()
389 int fdt_get_path(const void *fdt, int nodeoffset, char *buf, int buflen) in fdt_get_path()
441 int fdt_supernode_atdepth_offset(const void *fdt, int nodeoffset, in fdt_supernode_atdepth_offset()
477 int fdt_node_depth(const void *fdt, int nodeoffset) in fdt_node_depth()
488 int fdt_parent_offset(const void *fdt, int nodeoffset) in fdt_parent_offset()
[all …]
Dfdt_wip.c58 int fdt_setprop_inplace_namelen_partial(void *fdt, int nodeoffset, in fdt_setprop_inplace_namelen_partial()
78 int fdt_setprop_inplace(void *fdt, int nodeoffset, const char *name, in fdt_setprop_inplace()
104 int fdt_nop_property(void *fdt, int nodeoffset, const char *name) in fdt_nop_property()
128 int fdt_nop_node(void *fdt, int nodeoffset) in fdt_nop_node()
Dfdt_addresses.c58 int fdt_address_cells(const void *fdt, int nodeoffset) in fdt_address_cells()
78 int fdt_size_cells(const void *fdt, int nodeoffset) in fdt_size_cells()
Dfdt_rw.c203 static int _fdt_resize_property(void *fdt, int nodeoffset, const char *name, in _fdt_resize_property()
221 static int _fdt_add_property(void *fdt, int nodeoffset, const char *name, in _fdt_add_property()
249 int fdt_set_name(void *fdt, int nodeoffset, const char *name) in fdt_set_name()
272 int fdt_setprop(void *fdt, int nodeoffset, const char *name, in fdt_setprop()
290 int fdt_appendprop(void *fdt, int nodeoffset, const char *name, in fdt_appendprop()
317 int fdt_delprop(void *fdt, int nodeoffset, const char *name) in fdt_delprop()
378 int fdt_del_node(void *fdt, int nodeoffset) in fdt_del_node()
/external/dtc/tests/
Dtests.h100 #define check_property_cell(fdt, nodeoffset, name, val) \ argument
109 #define check_getprop_cell(fdt, nodeoffset, name, val) \ argument
114 #define check_getprop_64(fdt, nodeoffset, name, val) \ argument
119 #define check_getprop_string(fdt, nodeoffset, name, s) \ argument
Dsupernode_atdepth_offset.c74 int nodeoffset, supernodeoffset, superpathoffset, pathprefixlen; in check_supernode_atdepth() local
111 int nodeoffset, err; in check_supernode_overdepth() local
Dtestutils.c87 void check_property(void *fdt, int nodeoffset, const char *name, in check_property()
124 const void *check_getprop(void *fdt, int nodeoffset, const char *name, in check_getprop()
Dparent_offset.c45 int nodeoffset, parentoffset, parentpathoffset, pathparentlen; in check_path() local
Ddtb_reverse.c104 static void reverse_node(void *in, void *out, int nodeoffset) in reverse_node()
/external/dtc/
Dfdtput.c150 static char *realloc_property(char *fdt, int nodeoffset, in realloc_property()