Searched defs:nodeoffset (Results 1 – 4 of 4) sorted by relevance
| /device/linaro/bootloader/edk2/EmbeddedPkg/Include/ |
| D | libfdt.h | 481 static inline struct fdt_property *fdt_get_property_w(void *fdt, int nodeoffset, in fdt_get_property_w() 566 static inline void *fdt_getprop_w(void *fdt, int nodeoffset, in fdt_getprop_w() 918 static inline int fdt_setprop_inplace_u32(void *fdt, int nodeoffset, in fdt_setprop_inplace_u32() 953 static inline int fdt_setprop_inplace_u64(void *fdt, int nodeoffset, in fdt_setprop_inplace_u64() 965 static inline int fdt_setprop_inplace_cell(void *fdt, int nodeoffset, in fdt_setprop_inplace_cell() 1190 static inline int fdt_setprop_u32(void *fdt, int nodeoffset, const char *name, in fdt_setprop_u32() 1225 static inline int fdt_setprop_u64(void *fdt, int nodeoffset, const char *name, in fdt_setprop_u64() 1237 static inline int fdt_setprop_cell(void *fdt, int nodeoffset, const char *name, in fdt_setprop_cell() 1271 #define fdt_setprop_string(fdt, nodeoffset, name, str) \ argument 1332 static inline int fdt_appendprop_u32(void *fdt, int nodeoffset, in fdt_appendprop_u32() [all …]
|
| /device/linaro/bootloader/edk2/EmbeddedPkg/Library/FdtLib/ |
| D | fdt_wip.c | 58 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() 107 int fdt_nop_node(void *fdt, int nodeoffset) in fdt_nop_node()
|
| D | fdt_ro.c | 201 const char *fdt_get_name(const void *fdt, int nodeoffset, int *len) in fdt_get_name() 221 int fdt_first_property_offset(const void *fdt, int nodeoffset) in fdt_first_property_offset() 286 int nodeoffset, in fdt_get_property() 293 const void *fdt_getprop_namelen(const void *fdt, int nodeoffset, in fdt_getprop_namelen() 318 const void *fdt_getprop(const void *fdt, int nodeoffset, in fdt_getprop() 324 uint32_t fdt_get_phandle(const void *fdt, int nodeoffset) in fdt_get_phandle() 358 int fdt_get_path(const void *fdt, int nodeoffset, char *buf, int buflen) in fdt_get_path() 410 int fdt_supernode_atdepth_offset(const void *fdt, int nodeoffset, in fdt_supernode_atdepth_offset() 446 int fdt_node_depth(const void *fdt, int nodeoffset) in fdt_node_depth() 457 int fdt_parent_offset(const void *fdt, int nodeoffset) in fdt_parent_offset() [all …]
|
| D | fdt_rw.c | 207 static int _fdt_resize_property(void *fdt, int nodeoffset, const char *name, in _fdt_resize_property() 226 static int _fdt_add_property(void *fdt, int nodeoffset, const char *name, in _fdt_add_property() 254 int fdt_set_name(void *fdt, int nodeoffset, const char *name) in fdt_set_name() 277 int fdt_setprop(void *fdt, int nodeoffset, const char *name, in fdt_setprop() 295 int fdt_appendprop(void *fdt, int nodeoffset, const char *name, in fdt_appendprop() 322 int fdt_delprop(void *fdt, int nodeoffset, const char *name) in fdt_delprop() 383 int fdt_del_node(void *fdt, int nodeoffset) in fdt_del_node()
|