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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/dtc/libfdt/
H A Dfdt_wip.c58 int fdt_setprop_inplace(void *fdt, int nodeoffset, const char *name, argument
83 int fdt_nop_property(void *fdt, int nodeoffset, const char *name) argument
97 int _fdt_node_end_offset(void *fdt, int nodeoffset) argument
134 int fdt_nop_node(void *fdt, int nodeoffset) argument
[all...]
H A Dfdt_ro.c161 const char *fdt_get_name(const void *fdt, int nodeoffset, int *len) argument
244 const void *fdt_getprop(const void *fdt, int nodeoffset, argument
256 uint32_t fdt_get_phandle(const void *fdt, int nodeoffset) argument
268 int fdt_get_path(const void *fdt, int nodeoffset, cha argument
181 fdt_get_property(const void *fdt, int nodeoffset, const char *name, int *lenp) argument
321 fdt_supernode_atdepth_offset(const void *fdt, int nodeoffset, int supernodedepth, int *nodedepth) argument
357 fdt_node_depth(const void *fdt, int nodeoffset) argument
368 fdt_parent_offset(const void *fdt, int nodeoffset) argument
426 fdt_node_check_compatible(const void *fdt, int nodeoffset, const char *compatible) argument
[all...]
H A Dlibfdt.h374 static inline struct fdt_property *fdt_get_property_w(void *fdt, int nodeoffset, argument
411 fdt_getprop_w(void *fdt, int nodeoffset, const char *name, int *lenp) argument
723 fdt_setprop_inplace_cell(void *fdt, int nodeoffset, const char *name, uint32_t val) argument
939 fdt_setprop_cell(void *fdt, int nodeoffset, const char *name, uint32_t val) argument
[all...]
H A Dfdt_rw.c205 static int _fdt_resize_property(void *fdt, int nodeoffset, const char *name, argument
223 static int _fdt_add_property(void *fdt, int nodeoffset, const char *name, argument
251 int fdt_set_name(void *fdt, int nodeoffset, const char *name) argument
274 int fdt_setprop(void *fdt, int nodeoffset, const char *name, argument
292 int fdt_delprop(void *fdt, int nodeoffset, cons argument
353 fdt_del_node(void *fdt, int nodeoffset) argument
[all...]

Completed in 104 milliseconds