Home
last modified time | relevance | path

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

/scripts/dtc/libfdt/
Dfdt_wip.c58 int fdt_setprop_inplace(void *fdt, int nodeoffset, const char *name, in fdt_setprop_inplace()
83 int fdt_nop_property(void *fdt, int nodeoffset, const char *name) in fdt_nop_property()
97 int _fdt_node_end_offset(void *fdt, int nodeoffset) in _fdt_node_end_offset()
134 int fdt_nop_node(void *fdt, int nodeoffset) in fdt_nop_node()
Dfdt_ro.c161 const char *fdt_get_name(const void *fdt, int nodeoffset, int *len) in fdt_get_name()
182 int nodeoffset, in fdt_get_property()
244 const void *fdt_getprop(const void *fdt, int nodeoffset, in fdt_getprop()
256 uint32_t fdt_get_phandle(const void *fdt, int nodeoffset) in fdt_get_phandle()
268 int fdt_get_path(const void *fdt, int nodeoffset, char *buf, int buflen) in fdt_get_path()
321 int fdt_supernode_atdepth_offset(const void *fdt, int nodeoffset, in fdt_supernode_atdepth_offset()
357 int fdt_node_depth(const void *fdt, int nodeoffset) in fdt_node_depth()
368 int fdt_parent_offset(const void *fdt, int nodeoffset) in fdt_parent_offset()
431 int fdt_node_check_compatible(const void *fdt, int nodeoffset, in fdt_node_check_compatible()
Dlibfdt.h374 static inline struct fdt_property *fdt_get_property_w(void *fdt, int nodeoffset, in fdt_get_property_w()
411 static inline void *fdt_getprop_w(void *fdt, int nodeoffset, in fdt_getprop_w()
723 static inline int fdt_setprop_inplace_cell(void *fdt, int nodeoffset, in fdt_setprop_inplace_cell()
939 static inline int fdt_setprop_cell(void *fdt, int nodeoffset, const char *name, in fdt_setprop_cell()
974 #define fdt_setprop_string(fdt, nodeoffset, name, str) \ argument
Dfdt_rw.c205 static int _fdt_resize_property(void *fdt, int nodeoffset, const char *name, in _fdt_resize_property()
223 static int _fdt_add_property(void *fdt, int nodeoffset, const char *name, in _fdt_add_property()
251 int fdt_set_name(void *fdt, int nodeoffset, const char *name) in fdt_set_name()
274 int fdt_setprop(void *fdt, int nodeoffset, const char *name, in fdt_setprop()
292 int fdt_delprop(void *fdt, int nodeoffset, const char *name) in fdt_delprop()
353 int fdt_del_node(void *fdt, int nodeoffset) in fdt_del_node()