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

/gem5/ext/libfdt/
H A Dfdt_wip.c37 int fdt_setprop_inplace(void *fdt, int nodeoffset, const char *name, argument
62 int fdt_nop_property(void *fdt, int nodeoffset, const char *name) argument
86 int fdt_nop_node(void *fdt, int nodeoffset) argument
H A Dfdt_ro.c180 const char *fdt_get_name(const void *fdt, int nodeoffset, int *len) argument
200 int fdt_first_property_offset(const void *fdt, int nodeoffset) argument
271 const void *fdt_getprop_namelen(const void *fdt, int nodeoffset, argument
296 const void *fdt_getprop(const void *fdt, int nodeoffset, argument
263 fdt_get_property(const void *fdt, int nodeoffset, const char *name, int *lenp) argument
302 fdt_get_phandle(const void *fdt, int nodeoffset) argument
336 fdt_get_path(const void *fdt, int nodeoffset, char *buf, int buflen) argument
388 fdt_supernode_atdepth_offset(const void *fdt, int nodeoffset, int supernodedepth, int *nodedepth) argument
424 fdt_node_depth(const void *fdt, int nodeoffset) argument
435 fdt_parent_offset(const void *fdt, int nodeoffset) argument
515 fdt_node_check_compatible(const void *fdt, int nodeoffset, const char *compatible) argument
[all...]
H A Dfdt_rw.c184 static int _fdt_resize_property(void *fdt, int nodeoffset, const char *name, argument
202 static int _fdt_add_property(void *fdt, int nodeoffset, const char *name, argument
230 int fdt_set_name(void *fdt, int nodeoffset, const char *name) argument
253 int fdt_setprop(void *fdt, int nodeoffset, const char *name, argument
271 int fdt_appendprop(void *fdt, int nodeoffset, cons argument
298 fdt_delprop(void *fdt, int nodeoffset, const char *name) argument
359 fdt_del_node(void *fdt, int nodeoffset) argument
[all...]
H A Dlibfdt.h443 fdt_get_property_w(void *fdt, int nodeoffset, const char *name, int *lenp) argument
528 fdt_getprop_w(void *fdt, int nodeoffset, const char *name, int *lenp) argument
866 fdt_setprop_inplace_u32(void *fdt, int nodeoffset, const char *name, uint32_t val) argument
901 fdt_setprop_inplace_u64(void *fdt, int nodeoffset, const char *name, uint64_t val) argument
913 fdt_setprop_inplace_cell(void *fdt, int nodeoffset, const char *name, uint32_t val) argument
1138 fdt_setprop_u32(void *fdt, int nodeoffset, const char *name, uint32_t val) argument
1173 fdt_setprop_u64(void *fdt, int nodeoffset, const char *name, uint64_t val) argument
1185 fdt_setprop_cell(void *fdt, int nodeoffset, const char *name, uint32_t val) argument
1280 fdt_appendprop_u32(void *fdt, int nodeoffset, const char *name, uint32_t val) argument
1315 fdt_appendprop_u64(void *fdt, int nodeoffset, const char *name, uint64_t val) argument
1327 fdt_appendprop_cell(void *fdt, int nodeoffset, const char *name, uint32_t val) argument
[all...]

Completed in 11 milliseconds