Searched defs:nodeoffset (Results 1 – 4 of 4) sorted by relevance
/xen/xen/include/xen/libfdt/ |
A D | libfdt.h | 564 static inline void *fdt_getprop_w(void *fdt, int nodeoffset, in fdt_getprop_w() 916 static inline int fdt_setprop_inplace_u32(void *fdt, int nodeoffset, in fdt_setprop_inplace_u32() 951 static inline int fdt_setprop_inplace_u64(void *fdt, int nodeoffset, in fdt_setprop_inplace_u64() 963 static inline int fdt_setprop_inplace_cell(void *fdt, int nodeoffset, in fdt_setprop_inplace_cell() 1188 static inline int fdt_setprop_u32(void *fdt, int nodeoffset, const char *name, in fdt_setprop_u32() 1223 static inline int fdt_setprop_u64(void *fdt, int nodeoffset, const char *name, in fdt_setprop_u64() 1269 #define fdt_setprop_string(fdt, nodeoffset, name, str) \ argument 1330 static inline int fdt_appendprop_u32(void *fdt, int nodeoffset, in fdt_appendprop_u32() 1365 static inline int fdt_appendprop_u64(void *fdt, int nodeoffset, in fdt_appendprop_u64() 1377 static inline int fdt_appendprop_cell(void *fdt, int nodeoffset, in fdt_appendprop_cell() [all …]
|
/xen/xen/common/libfdt/ |
A D | fdt_ro.c | 199 const char *fdt_get_name(const void *fdt, int nodeoffset, int *len) in fdt_get_name() 219 int fdt_first_property_offset(const void *fdt, int nodeoffset) in fdt_first_property_offset() 283 int nodeoffset, in fdt_get_property() 290 const void *fdt_getprop_namelen(const void *fdt, int nodeoffset, in fdt_getprop_namelen() 315 const void *fdt_getprop(const void *fdt, int nodeoffset, in fdt_getprop() 321 uint32_t fdt_get_phandle(const void *fdt, int nodeoffset) in fdt_get_phandle() 355 int fdt_get_path(const void *fdt, int nodeoffset, char *buf, int buflen) in fdt_get_path() 407 int fdt_supernode_atdepth_offset(const void *fdt, int nodeoffset, in fdt_supernode_atdepth_offset() 443 int fdt_node_depth(const void *fdt, int nodeoffset) in fdt_node_depth() 454 int fdt_parent_offset(const void *fdt, int nodeoffset) in fdt_parent_offset() [all …]
|
A D | fdt_wip.c | 56 int fdt_setprop_inplace(void *fdt, int nodeoffset, const char *name, in fdt_setprop_inplace() 81 int fdt_nop_property(void *fdt, int nodeoffset, const char *name) in fdt_nop_property() 105 int fdt_nop_node(void *fdt, int nodeoffset) in fdt_nop_node()
|
A D | fdt_rw.c | 204 static int _fdt_resize_property(void *fdt, int nodeoffset, const char *name, in _fdt_resize_property() 222 static int _fdt_add_property(void *fdt, int nodeoffset, const char *name, in _fdt_add_property() 250 int fdt_set_name(void *fdt, int nodeoffset, const char *name) in fdt_set_name() 273 int fdt_setprop(void *fdt, int nodeoffset, const char *name, in fdt_setprop() 291 int fdt_appendprop(void *fdt, int nodeoffset, const char *name, in fdt_appendprop() 318 int fdt_delprop(void *fdt, int nodeoffset, const char *name) in fdt_delprop() 379 int fdt_del_node(void *fdt, int nodeoffset) in fdt_del_node()
|
Completed in 7 milliseconds